| Package | Description |
|---|---|
| boofcv.factory.feature.detect.template |
| Modifier and Type | Method and Description |
|---|---|
static TemplateScoreType |
TemplateScoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TemplateScoreType[] |
TemplateScoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryTemplateMatching.createIntensity(TemplateScoreType type,
Class<T> imageType)
Creates
TemplateMatchingIntensity of the specified type. |
static <T extends ImageSingleBand> |
FactoryTemplateMatching.createMatcher(TemplateScoreType type,
Class<T> imageType)
Creates an instance of
TemplateMatching for the specified score type. |
Copyright © 2013. All Rights Reserved.