We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, @Smorodov @proto3
Why are you canny edge detection before POC?
for Speed up? or for binary image?
The POC is possible for gratscale image. and grayscale image have more data for correlation than binary image.
So, I tried removing canny operation in your code for more accurate correlation. But not works. Black result image only shown.
Why this haapen? What's wrong to me?
Thanks. @bemoregt.
The text was updated successfully, but these errors were encountered:
Hi, it seems works fine for me: https://drive.google.com/open?id=1aTydRL0VC0l7CK1QfQwxhlZaW47otoBg There canny turned off in attached project.
I tested on cat image. With canny it works more robust on my experience. It likes strong edges.
Sorry, something went wrong.
HI, @Smorodov @proto3
Thanks a lot. I'll try that, and report.
Best, @bemoregt
No branches or pull requests
Hi, @Smorodov @proto3
Why are you canny edge detection before POC?
for Speed up? or for binary image?
The POC is possible for gratscale image.
and grayscale image have more data for correlation than binary image.
So, I tried removing canny operation in your code for more accurate correlation.
But not works. Black result image only shown.
Why this haapen? What's wrong to me?
Thanks.
@bemoregt.
The text was updated successfully, but these errors were encountered: