public class ImplDescribePointPixelRegionNCC_F32 extends DescribePointPixelRegionNCC<boofcv.struct.image.GrayF32>
DescribePointPixelRegionNCC.image, offset, radiusHeight, radiusWidth, regionHeight, regionWidth| Constructor and Description |
|---|
ImplDescribePointPixelRegionNCC_F32(int regionWidth,
int regionHeight) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(int c_x,
int c_y,
NccFeature desc)
Extracts the descriptor at the specified location.
|
isInBoundsgetDescriptorLength, getRegionHeight, getRegionWidth, setImagepublic ImplDescribePointPixelRegionNCC_F32(int regionWidth,
int regionHeight)
public void process(int c_x,
int c_y,
NccFeature desc)
DescribePointPixelRegionNCCprocess in class DescribePointPixelRegionNCC<boofcv.struct.image.GrayF32>c_x - Center of the descriptor region.c_y - Center of the descriptor region.desc - Where the description is written to.