An ImageJ template matching plugin, finds features equal or similar to a prototype (template). “Similarity” means that the mean square deviation between the image and the translated prototype should be low.
During preview, the dialog also displays a histogram of the number of features vs. deviation from the prototype and a message with the number of features found. (Due to a Java bug, updating of the number of features may sometimes fail with Mac OS X.)
Feature_Finder.java
”; uppercase/lowercase matters.
Version 2010-Dec-28, Michael Schmid: Plugin released
Version 2012-Dec-23, Michael Schmid: Uses parallel processing on multi-core machines (faster)