1 | initial version |
Am I right that you want to match 3 pairs of RBG images with a single OpenCV call? OpenCV can't do this, but gpu module supports processing of 3-channel images: http://docs.opencv.org/modules/gpu/doc/camera_calibration_and_3d_reconstruction.html.
And I want to clarify something:
IMHO you can just convert your images to grayscale and then call OpenCV several times. Otherwise please explain where a single call may help you...