| Interface | Description |
|---|---|
| TemplateMatchingIntensity<T extends boofcv.struct.image.ImageBase> |
Moves an image template over the image and for each pixel computes a metric for how similar
that region is to template.
|
| Class | Description |
|---|---|
| BaseTemplateIntensity<T extends boofcv.struct.image.ImageBase> |
Base class which implements common elements
|
| TemplateCorrelationFFT |
Correlation based template matching which uses FFT
|
| TemplateDiffSquared<T extends boofcv.struct.image.ImageBase> |
Scores the difference between the template and the image using difference squared error.
|
| TemplateDiffSquared.F32 | |
| TemplateDiffSquared.U8 | |
| TemplateMatching<T extends boofcv.struct.image.ImageBase> |
Runs a template matching algorithm across the image.
|
| TemplateNCC<T extends boofcv.struct.image.ImageBase> |
Template matching which uses normalized cross correlation (NCC).
|
| TemplateNCC.F32 | |
| TemplateNCC.U8 |