Package boofcv.alg.template
Class TemplateNCC.F32
- All Implemented Interfaces:
TemplateIntensityImage.EvaluatorMethod<GrayF32>
- Enclosing class:
- TemplateNCC<T extends ImageBase<T>>
-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.alg.template.TemplateNCC
TemplateNCC.F32, TemplateNCC.U8
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
evaluate
(int tl_x, int tl_y) Evaluate the template at the specified location.float
evaluateMask
(int tl_x, int tl_y) Evaluate the masked template at the specified location.void
setupTemplate
(GrayF32 template) Precompres template statistics hereMethods inherited from class boofcv.alg.template.TemplateNCC
initialize, isBorderProcessed, isMaximize
-
Constructor Details
-
F32
public F32()
-
-
Method Details
-
evaluate
public float evaluate(int tl_x, int tl_y) Description copied from interface:TemplateIntensityImage.EvaluatorMethod
Evaluate 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.EvaluatorMethod
Evaluate 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
-
setupTemplate
Description copied from class:TemplateNCC
Precompres template statistics here- Specified by:
setupTemplate
in classTemplateNCC<GrayF32>
-