| Package | Description |
|---|---|
| boofcv.alg.feature.detect.template |
| Modifier and Type | Class and Description |
|---|---|
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 |
Copyright © 2013. All Rights Reserved.