public class FactoryTemplateMatching
extends java.lang.Object
| Constructor and Description |
|---|
FactoryTemplateMatching() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends boofcv.struct.image.ImageGray> |
createIntensity(TemplateScoreType type,
java.lang.Class<T> imageType)
Creates
TemplateMatchingIntensity of the specified type. |
static <T extends boofcv.struct.image.ImageGray> |
createMatcher(TemplateScoreType type,
java.lang.Class<T> imageType)
Creates an instance of
TemplateMatching for the specified score type. |
public static <T extends boofcv.struct.image.ImageGray> TemplateMatchingIntensity<T> createIntensity(TemplateScoreType type, java.lang.Class<T> imageType)
TemplateMatchingIntensity of the specified type. Likely
matches can be extracted using NonMaxSuppression.type - Type of error functionimageType - Image type being processedTemplateMatchingIntensity of the specified type.public static <T extends boofcv.struct.image.ImageGray> TemplateMatching<T> createMatcher(TemplateScoreType type, java.lang.Class<T> imageType)
TemplateMatching for the specified score type.type - Type of error functionimageType - Image type being processedTemplateMatching of the specified type.