Uses of Interface
boofcv.alg.template.TemplateIntensityImage.EvaluatorMethod
Packages that use TemplateIntensityImage.EvaluatorMethod
-
Uses of TemplateIntensityImage.EvaluatorMethod in boofcv.alg.template
Classes in boofcv.alg.template that implement TemplateIntensityImage.EvaluatorMethodModifier and TypeClassDescriptionclassTemplateNCC<T extends ImageBase<T>>Template matching which uses normalized cross correlation (NCC).static classstatic classclassTemplateSqDiffNormed<T extends ImageBase<T>>Template matching which uses squared difference normedstatic classstatic classclassTemplateSumAbsoluteDifference<T extends ImageBase<T>>Scores the difference between the template and the image using sum of absolute difference (SAD) error.static classstatic classclassTemplateSumSquaredError<T extends ImageBase<T>>Scores the difference between the template and the image using sum of squared error (SSE).static classstatic classFields in boofcv.alg.template declared as TemplateIntensityImage.EvaluatorMethodModifier and TypeFieldDescriptionprotected TemplateIntensityImage.EvaluatorMethod<T>TemplateIntensityImage.methodConstructors in boofcv.alg.template with parameters of type TemplateIntensityImage.EvaluatorMethodModifierConstructorDescription