-
The results I should get should be between 0 and 1, but I get three arrays with numbers always within the range of 105 and 120, why is that? How can I fix it? Thank you in advance |
Beta Was this translation helpful? Give feedback.
Answered by
jgostick
Aug 28, 2021
Replies: 1 comment 5 replies
-
I'm guessing your image is not binary? Like has 0's and 255's for instance? Can you check this? If I'm correct, then I guess we should alter the function to only accept binary images. |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
jgostick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm guessing your image is not binary? Like has 0's and 255's for instance? Can you check this? If I'm correct, then I guess we should alter the function to only accept binary images.