Multispectral Imagery Tools in OpenCV
I'm curious if OpenCV has support for processing multispectral imagery. I'm working with satellite imagery from RapidEye (5 channels/bands) and WorldView (8 channels/bands) and I'm wondering if it is possible to work with them just like a regular imagery but with the additional channels of if I need some additional tools.
Thanks!
you can build opencv with support for CGAL
(some prebuilt cv2 from conda or pypi just won't have any of this)