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

Canny edges coordinates #94

Open
agviegas opened this issue Dec 18, 2021 · 0 comments
Open

Canny edges coordinates #94

agviegas opened this issue Dec 18, 2021 · 0 comments

Comments

@agviegas
Copy link

agviegas commented Dec 18, 2021

Hi, thank you for this amazing work!

I'm one of the main maintainers of IFC.js, an open source BIM framework in javascript. We are looking into ways to generate architectural drawings from 3d models. Those drawings are generally vectorial and we were wondering wether this library could be used for such a task. We only have one question:

Is it possible to determine the coordinates of the edges generated by the canny edges algo? I would like to convert the result to vector data. We would need to have an array of edges defined by "start" and "end" coordinates. We were hoping that this information is computed at some point during the canny algo so we can get it, but we are not very familiar with this kind of algorithms and are not sure.

For instance, would it be possible to know the start and end coordinates of the 10 edges of this star processed by the canny edges algo?

Thanks in advance! 😊

image
image

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

1 participant