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

About the output data of the LSD line detector #19

Open
yiyihao2000 opened this issue Oct 11, 2023 · 4 comments
Open

About the output data of the LSD line detector #19

yiyihao2000 opened this issue Oct 11, 2023 · 4 comments

Comments

@yiyihao2000
Copy link

Hello, your work is excellent I have a question to ask you, which of the line segment feature data output by the line detector used by the line transformer? For example, what information is there beside the starting point, ending point, and angle of the line segment? Thanks

@yosungho
Copy link
Owner

Hi, the linetr needs two endpoints from a line detector, and its length, angle, and sample points between the endpoints are used in the networks.

@yiyihao2000
Copy link
Author

Thank you for your answer! May I ask if the two endpoints you mentioned refer to the starting and ending points of a line segment? Also, is the selection of sampling points related to line detectors?

@yosungho
Copy link
Owner

Yes. The two endpoints are the starting and ending points. The point samples on a line do not depend on the type of line detector. They are just the equi-distanced points between the two endpoints.

@yiyihao2000
Copy link
Author

Thank you for your answer. I have another question that I would like to trouble you with. May I ask what dimension tuple array is the output "klines_cv2" of the LSD line detector?

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