Object detection

Zachary Pincus zachary.pincus at yale.edu
Sat Feb 25 15:47:51 EST 2012


> I'd love to be able to solve Siggi's problem--this is exactly the
> kinds of things our toolbox should be able to address.

Is there a template matching module? That'd be a good wish-list item for a simple cython implementation. (Convolution is easy, but sum-of-[absolute|squared]-differences can't be done through convolution alone, right? Or am I being daft?)

Zach



More information about the scikit-image mailing list