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

Move depth/disparity/colormap generating code to matcher class #50

Open
ghost opened this issue Jun 11, 2020 · 1 comment
Open

Move depth/disparity/colormap generating code to matcher class #50

ghost opened this issue Jun 11, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Jun 11, 2020

Currently, calibration data is stored in AbstractStereoCamera class so 3D calculation have to be handled by this class. This should be moved out to instead reside in AbstractStereoMatcher class.

@ghost ghost added the enhancement label Jun 11, 2020
@ghost ghost added this to the Stereo Vision Toolkit v1.4 Release milestone Jun 11, 2020
@ghost ghost self-assigned this Jun 11, 2020
@ghost ghost added this to To do in Release v1.4 via automation Jun 11, 2020
@ghost
Copy link
Author

ghost commented Sep 23, 2020

Some of the generic functions for converting disparity to colourmap and findining min max disparity have been moved to cvsupport class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Release v1.4
  
To do
Development

No branches or pull requests

0 participants