i3drobotics / stereo-vision-toolkit

Stereo image processing suite
MIT License
30 stars 10 forks source link

Unable to load colour images as stereo image pair #71

Closed benknight135 closed 3 years ago

benknight135 commented 3 years ago

Image files loaded using 'Load stereo image pair' must be single channel grey scale as they are directly piped into the stereo matcher. A check should be done to keep them colour in the interface but convert them when they are passed to the matcher.

benknight135 commented 3 years ago

Fixed for colour images but currently still broken for images with additional alpha channel