Login  Register

Re: Template Matching with Rotation ?

Posted by Michael Schmid on May 14, 2010; 8:50am
URL: http://imagej.273.s1.nabble.com/Template-Matching-with-Rotation-tp3688295p3688297.html

Hi Anonymous,

template matching does not work with rotated shapes (unless you do it  
for many templates with different rotation angles, which will take a  
lot of processing time).
You might need some kind of generalized Hough Transform. To my  
knowledge, this has not been implemented in ImageJ.

Michael
________________________________________________________________

On 13 May 2010, at 21:50, ultrah wrote:

> Hi,
>
> I want to detect objects in a binary image that roughly match a  
> certain
> shape. I use the Template Matching Plugin, which gets acceptable  
> results if
> the object is not rotated. Is there a simple way to detect rotated  
> shapes ?