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

Depth adjustment #22

Closed
dfrumkin opened this issue Feb 19, 2020 · 2 comments
Closed

Depth adjustment #22

dfrumkin opened this issue Feb 19, 2020 · 2 comments

Comments

@dfrumkin
Copy link

Hello Simon!
Do you plan on adding depth adjustment to the depth estimation script? I am interested.

"Please note that this script does not perform the depth adjustment, I will add it to the script at a later time should people end up being interested in it."

@dfrumkin
Copy link
Author

Is it just a one-liner?

tensorDisparity = disparity_adjustment(tensorImage, tensorDisparity)

@sniklaus
Copy link
Owner

Yes, you can just add that line as follows.

tensorDisparity = disparity_estimation(...)
tensorDisparity = disparity_adjustment(tensorImage, tensorDisparity)
tensorDisparity = disparity_refinement(...)

Let me know in case you have any issues with this, thanks!

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

2 participants