
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

On Sat, Feb 25, 2012 at 12:47 PM, Zachary Pincus <zachary.pincus@yale.edu> wrote:
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?)
There's a pull-request in the making: https://github.com/scikits-image/scikits-image/pull/100 Feel free to review and chip in! Stéfan
participants (2)
-
Stéfan van der Walt
-
Zachary Pincus