Add rollingsum filter for frame analysis based on column mean deviation

- 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
This commit is contained in:
yair
2025-11-14 03:44:54 +02:00
parent 15871ea9fb
commit 69dcea025e
13 changed files with 1679 additions and 1 deletions

View File

@@ -10,5 +10,6 @@ if (ENABLE_KLV)
endif ()
add_subdirectory (misb)
add_subdirectory (rollingsum)
add_subdirectory (select)
add_subdirectory (videoadjust)