public abstract class DescribePointPixelRegionNCC<T extends boofcv.struct.image.ImageGray> extends DescribePointRectangleRegion<T>
image, offset, radiusHeight, radiusWidth, regionHeight, regionWidth| Modifier | Constructor and Description |
|---|---|
protected |
DescribePointPixelRegionNCC(int regionWidth,
int regionHeight) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isInBounds(int c_x,
int c_y)
The entire region must be inside the image because any outside pixels will change the statistics
|
abstract void |
process(int c_x,
int c_y,
NccFeature desc)
Extracts the descriptor at the specified location.
|
getDescriptorLength, getRegionHeight, getRegionWidth, setImageprotected DescribePointPixelRegionNCC(int regionWidth,
int regionHeight)
public boolean isInBounds(int c_x,
int c_y)
public abstract void process(int c_x,
int c_y,
NccFeature desc)
c_x - Center of the descriptor region.c_y - Center of the descriptor region.desc - Where the description is written to.