Harris corner detection#2064
Conversation
vicky1999
left a comment
There was a problem hiding this comment.
Nice work. Thanks for contributing
cclauss
left a comment
There was a problem hiding this comment.
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 |
* Added Lstm example for stock predection
* Changes after review
* changes after build failed
* Add Kiera’s to requirements.txt
* requirements.txt: Add keras and tensorflow
* psf/black
* haris corner detection
* fixup! Format Python code with psf/black push
* changes after review
* changes after review
* fixup! Format Python code with psf/black push
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Describe your change:
Added Harris corner detection. #1809
Checklist:
Fixes: #{$ISSUE_NO}.