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

where edges feature were used? #8

Open
YiChenCityU opened this issue Nov 15, 2017 · 3 comments
Open

where edges feature were used? #8

YiChenCityU opened this issue Nov 15, 2017 · 3 comments

Comments

@YiChenCityU
Copy link

Thanks for your open source code. I find that the edge features only exists in processFirstFrame function.
Does it means that only initialization use edge features?
Thanks very much.

@HeYijia
Copy link
Owner

HeYijia commented Nov 15, 2017

In SVO, we will detect the feature when a new keyframe is selected. You can find the code at depth_filter.cpp line 123.

@YiChenCityU
Copy link
Author

@HeYijia Thanks a lot. I also have another question. The main function of edge features were used to enhance depth estimation or enhance matches between two frames? Because I know there is a class in opencv that is linedescriptors https://docs.opencv.org/3.0-beta/modules/line_descriptor/doc/line_descriptor.html. Does your methods same as this?

@HeYijia
Copy link
Owner

HeYijia commented Nov 15, 2017

no, I just use canny to detect edge.

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