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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user