bayerutils: add new plugin with bayer2gray, to do caps conversion

This is a convenience function to avoid using a capssetter when we want to treat
Bayer as gray. In the future we can add properties to balance each element of the
CFA.

Note there's a bug with the in-place transform, so currently a memcpy is being used.
This commit is contained in:
Joshua M. Doe
2020-02-27 10:11:53 -05:00
parent 37aaea1022
commit 8ff872e634
4 changed files with 480 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ if (OPENCV_FOUND)
add_subdirectory (sensorfx)
endif (OPENCV_FOUND)
add_subdirectory (bayerutils)
add_subdirectory (extractcolor)
add_subdirectory (klv)
add_subdirectory (misb)