Package boofcv.alg.template
Class TemplateSumAbsoluteDifference.U8
java.lang.Object
boofcv.alg.template.TemplateSumAbsoluteDifference<GrayU8>
boofcv.alg.template.TemplateSumAbsoluteDifference.U8
- All Implemented Interfaces:
TemplateIntensityImage.EvaluatorMethod<GrayU8>
- Enclosing class:
- TemplateSumAbsoluteDifference<T extends ImageBase<T>>
-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.alg.template.TemplateSumAbsoluteDifference
TemplateSumAbsoluteDifference.F32, TemplateSumAbsoluteDifference.U8 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatevaluate(int tl_x, int tl_y) Evaluate the template at the specified location.floatevaluateMask(int tl_x, int tl_y) Evaluate the masked template at the specified location.Methods inherited from class boofcv.alg.template.TemplateSumAbsoluteDifference
initialize, isBorderProcessed, isMaximize
-
Constructor Details
-
U8
public U8()
-
-
Method Details
-
evaluate
public float evaluate(int tl_x, int tl_y) Description copied from interface:TemplateIntensityImage.EvaluatorMethodEvaluate the template at the specified location.- Parameters:
tl_x- Template's top left corner x-coordinatetl_y- Template's top left corner y-coordinate- Returns:
- match value with better matches having a more positive value
-
evaluateMask
public float evaluateMask(int tl_x, int tl_y) Description copied from interface:TemplateIntensityImage.EvaluatorMethodEvaluate the masked template at the specified location.- Parameters:
tl_x- Template's top left corner x-coordinatetl_y- Template's top left corner y-coordinate- Returns:
- match value with better matches having a more positive value
-