public abstract class DescribePointPixelRegion<T extends boofcv.struct.image.ImageGray,D extends TupleDesc> extends DescribePointRectangleRegion<T>
image, offset, radiusHeight, radiusWidth, regionHeight, regionWidth| Modifier | Constructor and Description |
|---|---|
protected |
DescribePointPixelRegion(int regionWidth,
int regionHeight) |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Class<D> |
getDescriptorType()
The type of region descriptor generated
|
abstract void |
process(int c_x,
int c_y,
D desc)
Extracts the descriptor from the specified point.
|
getDescriptorLength, getRegionHeight, getRegionWidth, setImageprotected DescribePointPixelRegion(int regionWidth,
int regionHeight)
public abstract void process(int c_x,
int c_y,
D desc)
c_x - Center of region descriptor.c_y - Center of region descriptor.desc - Where the descriptor is written topublic abstract java.lang.Class<D> getDescriptorType()