public static class TemplateNCC.F32 extends TemplateNCC<boofcv.struct.image.GrayF32>
TemplateNCC.F32, TemplateNCC.U8image, mask, template| Constructor and Description |
|---|
F32() |
| Modifier and Type | Method and Description |
|---|---|
protected float |
evaluate(int tl_x,
int tl_y)
Evaluate the template at the specified location.
|
protected float |
evaluateMask(int tl_x,
int tl_y)
Evaluate the masked template at the specified location.
|
void |
setupTemplate(boofcv.struct.image.GrayF32 template)
Precompute statistical information on the template
|
isBorderProcessed, processgetBorderX0, getBorderX1, getBorderY0, getBorderY1, getIntensity, process, setInputImageprotected float evaluate(int tl_x,
int tl_y)
BaseTemplateIntensityevaluate in class BaseTemplateIntensity<boofcv.struct.image.GrayF32>tl_x - Template's top left corner x-coordinatetl_y - Template's top left corner y-coordinateprotected float evaluateMask(int tl_x,
int tl_y)
BaseTemplateIntensityevaluateMask in class BaseTemplateIntensity<boofcv.struct.image.GrayF32>tl_x - Template's top left corner x-coordinatetl_y - Template's top left corner y-coordinatepublic void setupTemplate(boofcv.struct.image.GrayF32 template)
TemplateNCCsetupTemplate in class TemplateNCC<boofcv.struct.image.GrayF32>