select: new filter to drop frames based on offset and skip

Motivation was to select only odd or even frames.
This commit is contained in:
Joshua M. Doe
2019-10-10 07:49:56 -04:00
parent 8b7b405381
commit 685b202541
4 changed files with 365 additions and 0 deletions

View File

@@ -4,4 +4,5 @@ endif (OPENCV_FOUND)
add_subdirectory (extractcolor)
add_subdirectory (misb)
add_subdirectory (select)
add_subdirectory (videoadjust)