boofcv.factory.feature.detect.template
Class FactoryTemplateMatching
- java.lang.Object
-
- boofcv.factory.feature.detect.template.FactoryTemplateMatching
-
public class FactoryTemplateMatching extends java.lang.ObjectFactory for creating template matching algorithms.
-
-
Constructor Summary
Constructors Constructor and Description FactoryTemplateMatching()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static <T extends ImageGray>
TemplateMatchingIntensity<T>createIntensity(TemplateScoreType type, java.lang.Class<T> imageType)CreatesTemplateMatchingIntensityof the specified type.static <T extends ImageGray>
TemplateMatching<T>createMatcher(TemplateScoreType type, java.lang.Class<T> imageType)Creates an instance ofTemplateMatchingfor the specified score type.
-
-
-
Method Detail
-
createIntensity
public static <T extends ImageGray> TemplateMatchingIntensity<T> createIntensity(TemplateScoreType type, java.lang.Class<T> imageType)
CreatesTemplateMatchingIntensityof the specified type. Likely matches can be extracted usingNonMaxSuppression.- Parameters:
type- Type of error functionimageType- Image type being processed- Returns:
TemplateMatchingIntensityof the specified type.
-
createMatcher
public static <T extends ImageGray> TemplateMatching<T> createMatcher(TemplateScoreType type, java.lang.Class<T> imageType)
Creates an instance ofTemplateMatchingfor the specified score type.- Parameters:
type- Type of error functionimageType- Image type being processed- Returns:
TemplateMatchingof the specified type.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG