You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get error when executing ~/libSGM/build/sample/image$ ./stereo_test image_left.png image_right.png. The images are in folder /libSGM/sample/image/.
It throws error input image format must be CV_8U or CV_16U Wonder does it support other image format other than .pgm? I am on Ubuntu 16.04, Cmake 3.5.1, Opencv 3.4.0, Python 3.5. Thanks in advance!
The text was updated successfully, but these errors were encountered:
I get error when executing
~/libSGM/build/sample/image$ ./stereo_test image_left.png image_right.png
. The images are in folder/libSGM/sample/image/
.It throws error input image format must be CV_8U or CV_16U Wonder does it support other image format other than .pgm? I am on Ubuntu 16.04, Cmake 3.5.1, Opencv 3.4.0, Python 3.5. Thanks in advance!
The text was updated successfully, but these errors were encountered: