Real time disparity map using C++ with opencv on MVS

asked 2016-04-11 14:55:17 -0600

I have a disparity map of two images using c++ with opencv on MVS. However, just trying to get some help transitioning to real time disparity maps. Apologies for such a basic question, i am new to c++ and opencv.

edit retag flag offensive close merge delete

Comments

Could you post the relevant part of your code (the one that has been profiled as a bottleneck) or explain what is your current issue when moving to realtime?

Mathieu Barnachon gravatar imageMathieu Barnachon ( 2016-04-12 04:15:46 -0600 )edit

You didn't ask a question. You just asked for 'some help'. What have you tried? What resolution are are you processing? What are the specs of your computer? Also, 'realtime' is a ridiculously overused term. What does it mean to you? Are you trying to process at the camera framerate? Does that mean 30 fps?

Der Luftmensch gravatar imageDer Luftmensch ( 2016-04-12 07:47:10 -0600 )edit