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

Choosing the binarization threshold #11

Open
AndreiDz opened this issue Oct 30, 2023 · 0 comments
Open

Choosing the binarization threshold #11

AndreiDz opened this issue Oct 30, 2023 · 0 comments

Comments

@AndreiDz
Copy link

bloodvessels.py
ret,f6 = cv2.threshold(f5,15,255,cv2.THRESH_BINARY)

It may be necessary to apply a dynamic search for the binarization threshold, the result strongly depends on the illumination. For example Otsu's method.

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