Implementation of sift algorithm #527
wujilingfeng
started this conversation in
Show and tell
Replies: 1 comment 18 replies
-
oh nice! I haven't looked in detail yet, but am curious to try it out. |
Beta Was this translation helpful? Give feedback.
18 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, I implemented the sift algorithm (all its core algorithms have been implemented, just short of some basic assembly), and opened it up haskell-sift.
It still needs more professional optimization, because it is not as fast as opencv under the same CPU acceleration.
It would be better if awhile function could be optimized.
Due to the limited personal level, if anyone can provide professional guidance, this project will be beneficial to everyone.
Beta Was this translation helpful? Give feedback.
All reactions