| Package | Description |
|---|---|
| boofcv.alg.feature.detect.template | |
| boofcv.factory.feature.detect.template |
| Class and Description |
|---|
| BaseTemplateIntensity
Base class which implements common elements
|
| TemplateDiffSquared
Scores the difference between the template and the image using difference squared error.
|
| TemplateMatchingIntensity
Moves an image template over the image and for each pixel computes a metric for how similar
that region is to template.
|
| TemplateNCC
Template matching which uses normalized cross correlation (NCC).
|
| Class and Description |
|---|
| TemplateMatching
Runs a template matching algorithm across the image.
|
| TemplateMatchingIntensity
Moves an image template over the image and for each pixel computes a metric for how similar
that region is to template.
|
Copyright © 2013. All Rights Reserved.