Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHarris corner detection #2064
Harris corner detection #2064
Conversation
|
Nice work. Thanks for contributing |
|
Looks good to me. Thanks for your contribution. |
|
I was a bit too fast in merging this. Do we really need a whole new directory for computer vision? Couldn't this instead fit somewhere in |
|
I think Image processing and computer vision and little different from each other.Image processing means applying some algorithms for transforming image from one form to other like smoothing,contrasting, stretching etc While in computer vision comes from modelling image processing using the techniques of machine learning.Computer vision applies machine learning to recognize patterns for interpretation of images. Much like the process of visual reasoning of human vision |
|
That's great. Feel free to open an issue, or create a readme inside the folder for description, just like the one in |
jeffin07 commentedJun 2, 2020
Describe your change:
Added Harris corner detection. #1809
Checklist:
Fixes: #{$ISSUE_NO}.