Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use OpenCVBM #7

Open
ghost opened this issue Aug 27, 2016 · 0 comments
Open

use OpenCVBM #7

ghost opened this issue Aug 27, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Aug 27, 2016

did build OpenCVBM and trying to execute. I took left/right images from http://vision.middlebury.edu/stereo dataset (e.g. Quarter resolution of Australia, Motorcycle, etc..)

And mostly happens this:
original images:
pb@pb:~/work/StereoVision-ADCensus/OpenCVBM/build$ ./OpenCVBM im0.png im1.png 1
*** Error in `./OpenCVBM': double free or corruption (!prev): 0x0000000000957140 ***
Aborted (core dumped)

converted to jpg
pb@pb:~/work/StereoVision-ADCensus/OpenCVBM/build$ ./OpenCVBM image1.jpg image2.jpg 1
*** Error in `./OpenCVBM': double free or corruption (!prev): 0x00007f17fc000ae0 ***
Aborted (core dumped)

Truly speaking I was able to get it running with e.g. plants, Staircase to get disparity.
Any idea what's happening?
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants