public static class TemplateNCC.U8 extends TemplateNCC<boofcv.struct.image.ImageUInt8>
TemplateNCC.F32, TemplateNCC.U8image, template| Constructor and Description |
|---|
TemplateNCC.U8() |
| Modifier and Type | Method and Description |
|---|---|
protected float |
evaluate(int tl_x,
int tl_y)
Evaluate the template at the specified location.
|
void |
setupTemplate(boofcv.struct.image.ImageUInt8 template)
Precompute statistical information on the template
|
isBorderProcessed, processgetIntensity, getOffsetX, getOffsetYprotected float evaluate(int tl_x,
int tl_y)
BaseTemplateIntensityevaluate in class BaseTemplateIntensity<boofcv.struct.image.ImageUInt8>tl_x - Template's top left corner x-coordinatetl_y - Template's top left corner y-coordinatepublic void setupTemplate(boofcv.struct.image.ImageUInt8 template)
TemplateNCCsetupTemplate in class TemplateNCC<boofcv.struct.image.ImageUInt8>