Uses of Interface
boofcv.alg.template.TemplateIntensityImage.EvaluatorMethod
-
Uses of TemplateIntensityImage.EvaluatorMethod in boofcv.alg.template
Modifier and TypeClassDescriptionclass
TemplateNCC<T extends ImageBase<T>>
Template matching which uses normalized cross correlation (NCC).static class
static class
class
TemplateSqDiffNormed<T extends ImageBase<T>>
Template matching which uses squared difference normedstatic class
static class
class
TemplateSumAbsoluteDifference<T extends ImageBase<T>>
Scores the difference between the template and the image using sum of absolute difference (SAD) error.static class
static class
class
TemplateSumSquaredError<T extends ImageBase<T>>
Scores the difference between the template and the image using sum of squared error (SSE).static class
static class
Modifier and TypeFieldDescriptionprotected TemplateIntensityImage.EvaluatorMethod<T>
TemplateIntensityImage.method
ModifierConstructorDescription