Does SimpleCV have sift algorithm?
Does SimpleCV have sift algorithm to use? Or can someone give me a sample? Thanks!
Does SimpleCV have sift algorithm to use? Or can someone give me a sample? Thanks!
It has been added recently in this commit: https://github.com/jayrambhia/SimpleCV/commit/fe0a7e2874363fa88dc14e831787162faa798a80
So it will be in any release past 1.3, such as 1.3.x, or 1.4, or you can use the latest development version if you want to use in it's current state.
SimpleCV does not have an implementation if SIFT but we do have an implementation of SURF which is arguably better, and can be used for the same applications. See here: https://github.com/ingenuitas/SimpleCV/blob/master/SimpleCV/ImageClass.py#L4234
Asked: 2012-03-16 07:55:20 -0500
Seen: 358 times
Last updated: Feb 05