Multispectral Imagery Tools in OpenCV

asked 2018-05-15 12:06:11 -0600

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!

edit retag flag offensive close merge delete

Comments

you can build opencv with support for CGAL

(some prebuilt cv2 from conda or pypi just won't have any of this)

berak gravatar imageberak ( 2018-05-16 00:39:54 -0600 )edit