public class FactoryTemplateMatching extends Object
| Constructor and Description |
|---|
FactoryTemplateMatching() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
createIntensity(TemplateScoreType type,
Class<T> imageType)
Creates
TemplateMatchingIntensity of the specified type. |
static <T extends ImageSingleBand> |
createMatcher(TemplateScoreType type,
Class<T> imageType)
Creates an instance of
TemplateMatching for the specified score type. |
public static <T extends ImageSingleBand> TemplateMatchingIntensity<T> createIntensity(TemplateScoreType type, 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 ImageSingleBand> TemplateMatching<T> createMatcher(TemplateScoreType type, Class<T> imageType)
TemplateMatching for the specified score type.type - Type of error functionimageType - Image type being processedTemplateMatching of the specified type.Copyright © 2013. All Rights Reserved.