- Implements GStreamer element that analyzes pixel columns - Drops frames when column mean deviates from rolling baseline - Configurable window size, column index, stride, and threshold - Includes design documentation and build script - Tested successfully with IDS uEye camera source
16 lines
295 B
CMake
16 lines
295 B
CMake
if (OPENCV_FOUND)
|
|
add_subdirectory (sensorfx)
|
|
endif (OPENCV_FOUND)
|
|
|
|
add_subdirectory (bayerutils)
|
|
add_subdirectory (extractcolor)
|
|
|
|
if (ENABLE_KLV)
|
|
add_subdirectory (klv)
|
|
endif ()
|
|
|
|
add_subdirectory (misb)
|
|
add_subdirectory (rollingsum)
|
|
add_subdirectory (select)
|
|
add_subdirectory (videoadjust)
|