Real time disparity map using C++ with opencv on MVS
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.
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?
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?