Giter Club home page Giter Club logo

disparity-map's People

Contributors

sourishg avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

disparity-map's Issues

Run of the shelf

Hey,

Arrived from your blog, I dont see good/same results from a fresh clone of your repo.

I used the same tsubuka_l/r.png images from your blog to test it.
Any specific instructions?

Open CV Assertion Error in disparity source

Hi.
I have build the source with open CV 3.4.4 with cmake. it was built successfully. On debugging disparity.cpp for disparity estimation. i am getting assertion error in 'getCorresPoint' function and on this line "error += abs(img1.at(p.y+j,p.x+k) - img2.at(p.y+j,i+k));" OpenCV(3.4.4) Error: Assertion failed ((unsigned)(i1 * DataType<_Tp>::channels) < (unsigned)(size.p[1] * channels())) in cv::Mat::at . Is this due to open CV version mismatch?? Is there any requirement that the codes run only on specific open CV version?? Thanks.

make error in ubuntu

Hi, I am trying to run your code to create a disparity map with ubuntu. But when i run the make there are two errors.
So, should I add something in #include ?
Thanks!

[ 82%] Building CXX object CMakeFiles/epipolar.dir/epipolar.cpp.o
/home/panda/Desktop/disparity-map-master/epipolar.cpp: In function ‘void cacheDescriptorVals()’:
/home/panda/Desktop/disparity-map-master/epipolar.cpp:82:3: error: ‘OrbDescriptorExtractor’ was not declared in this scope
   OrbDescriptorExtractor extractor;
   ^
/home/panda/Desktop/disparity-map-master/epipolar.cpp:89:3: error: ‘extractor’ was not declared in this scope
   extractor.compute(img_left, kpl, img_left_desc);
   ^
CMakeFiles/epipolar.dir/build.make:62: recipe for target 'CMakeFiles/epipolar.dir/epipolar.cpp.o' failed
make[2]: *** [CMakeFiles/epipolar.dir/epipolar.cpp.o] Error 1
CMakeFiles/Makefile2:215: recipe for target 'CMakeFiles/epipolar.dir/all' failed
make[1]: *** [CMakeFiles/epipolar.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.