public class ImplDescribePointPixelRegion_U8 extends DescribePointPixelRegion<boofcv.struct.image.GrayU8,TupleDesc_U8>
DescribePointPixelRegion.image, offset, radiusHeight, radiusWidth, regionHeight, regionWidth| Constructor and Description |
|---|
ImplDescribePointPixelRegion_U8(int regionWidth,
int regionHeight) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<TupleDesc_U8> |
getDescriptorType()
The type of region descriptor generated
|
void |
process(int c_x,
int c_y,
TupleDesc_U8 desc)
Extracts the descriptor from the specified point.
|
getDescriptorLength, getRegionHeight, getRegionWidth, setImagepublic ImplDescribePointPixelRegion_U8(int regionWidth,
int regionHeight)
public void process(int c_x,
int c_y,
TupleDesc_U8 desc)
DescribePointPixelRegionprocess in class DescribePointPixelRegion<boofcv.struct.image.GrayU8,TupleDesc_U8>c_x - Center of region descriptor.c_y - Center of region descriptor.desc - Where the descriptor is written topublic java.lang.Class<TupleDesc_U8> getDescriptorType()
DescribePointPixelRegiongetDescriptorType in class DescribePointPixelRegion<boofcv.struct.image.GrayU8,TupleDesc_U8>