Image Feature Suggestion

Ronnie Ghose ronnie.ghose at gmail.com
Thu Apr 18 12:26:58 EDT 2013


Would this be a useful thing to add then? I thought it was interesting you
made references to OpenCV rather then internal options.

Thanks,
Ronnie


On Thu, Apr 18, 2013 at 8:19 AM, Stéfan van der Walt <stefan at sun.ac.za>wrote:

> On Wed, Apr 17, 2013 at 11:16 PM, Zachary Pincus
> <zachary.pincus at yale.edu> wrote:
> > Identifying features to track between frames is a pretty classic task in
> computer vision. Things that come to mind would include the simple Harris
> corner detector (in skimage), or more recent things like SIFT features and
> its variants like SURF etc. (DAISY is in skimage) might be of use. All of
> these tools should be in OpenCV too, IIRC. (Time to spend a while on
> wikipedia reading about these things and related, if it's all totally
> unfamiliar.)
>
> Having binary features (there are many) and Star Features (also known
> as "Consensus") in skimage would be very valuable.
>
> > Alternately, you could try optical flow based techniques to densely
> track local pixel patches between frames.
>
> That's also a fun application, and a good way to learn Cython!
>
> Stéfan
>
> --
> You received this message because you are subscribed to the Google Groups
> "scikit-image" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to scikit-image+unsubscribe at googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20130418/1b005ce7/attachment.html>


More information about the scikit-image mailing list