extractcolor: created new element to extract a single color from RGB as gray

This commit is contained in:
Joshua M. Doe
2015-06-25 08:59:15 -04:00
parent e0b97d0a34
commit 5edb975b36
4 changed files with 528 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
if (OPENCV_FOUND)
add_subdirectory (sensorfx)
endif (OPENCV_FOUND)
add_subdirectory (extractcolor)
add_subdirectory (videoadjust)