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.
11 lines
236 B
CMake
11 lines
236 B
CMake
if (OPENCV_FOUND)
|
|
add_subdirectory (sensorfx)
|
|
endif (OPENCV_FOUND)
|
|
|
|
add_subdirectory (bayerutils)
|
|
add_subdirectory (extractcolor)
|
|
add_subdirectory (klv)
|
|
add_subdirectory (misb)
|
|
add_subdirectory (select)
|
|
add_subdirectory (videoadjust)
|