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

Customize the HoughLineTransformation to use nonbinary image #54

Open
epsi1on opened this issue Feb 16, 2022 · 0 comments
Open

Customize the HoughLineTransformation to use nonbinary image #54

epsi1on opened this issue Feb 16, 2022 · 0 comments

Comments

@epsi1on
Copy link

epsi1on commented Feb 16, 2022

Hi,
First thanks for the great library.
As far as I understand, the HoughLineTransformation takes a binary image as input. Binary means each pixel can have two value, 0 or 1. I have an anti-aliased line which i need to fed into the HoughLineTransformation. the edges are not 0 or 1, instead they have a value between 0 and 1. Can you please give me some guidance about how to customize the HoughLineTransformationin a way that it consider pixel value instead of 1 or 0. Or is it applicable and good idea at all? I need high precision specially for detecting anti-aliased lines.
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

1 participant