-
Notifications
You must be signed in to change notification settings - Fork 188
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
What if i want to get the disparity of right image ? #37
Comments
It is simple to do so. With Out Editing LibSGM:- Edit Source of LibSGM:- Personally, I would prefer the "With Out Editing LibSGM" method because of the fact that calculating right to left disparity from the cost of left to right disparity is not same (path aggregation might behave differently for the right to left when calculated from scratch). |
So ,if i want to use the disparity of the right image,the best method is to exchange left and right image,but which will increase the time |
By what means you denoting an increase in time. And By the way Exchanging only will not help, cause when you exchange left right the direction of search or the range of the search (min and max) has to be modified, we don't have that flexibility here so we flip the image horizontally. |
What do you mean by flipping the image horizontally? In fact, we don't know the correct direction of search or the range of the search (min and max) at the very start so i think that the both sides of current pixel will be the best direction of search .Is it correct? |
Should i run it again with exchanged left and right image,if i want get the disparity of right image or i just use the right disparity which is generated by left base image? I think the both method are different.
The text was updated successfully, but these errors were encountered: