| Package | Description |
|---|---|
| boofcv.alg.feature.detect.template | |
| boofcv.factory.feature.detect.template |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTemplateIntensity<T extends ImageBase>
Base class which implements common elements
|
class |
TemplateDiffSquared<T extends ImageBase>
Scores the difference between the template and the image using difference squared error.
|
static class |
TemplateDiffSquared.F32 |
static class |
TemplateDiffSquared.U8 |
class |
TemplateNCC<T extends ImageBase>
Template matching which uses normalized cross correlation (NCC).
|
static class |
TemplateNCC.F32 |
static class |
TemplateNCC.U8 |
| Constructor and Description |
|---|
TemplateMatching(TemplateMatchingIntensity<T> match)
Specifies internal algorithm
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryTemplateMatching.createIntensity(TemplateScoreType type,
Class<T> imageType)
Creates
TemplateMatchingIntensity of the specified type. |
Copyright © 2013. All Rights Reserved.