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

Why are you canny edge detection before POC? #6

Open
bemoregt opened this issue Aug 4, 2019 · 2 comments
Open

Why are you canny edge detection before POC? #6

bemoregt opened this issue Aug 4, 2019 · 2 comments

Comments

@bemoregt
Copy link

bemoregt commented Aug 4, 2019

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.

@bemoregt bemoregt changed the title Why are you canny edge detection befor POC? Why are you canny edge detection before POC? Aug 4, 2019
@Smorodov
Copy link
Owner

Smorodov commented Aug 4, 2019

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.

@bemoregt
Copy link
Author

bemoregt commented Aug 5, 2019

HI, @Smorodov @proto3

Thanks a lot.
I'll try that, and report.

Best,
@bemoregt

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

2 participants