public abstract class DescribePointRectangleRegion<T extends boofcv.struct.image.ImageGray>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected T |
image |
protected int[] |
offset |
protected int |
radiusHeight |
protected int |
radiusWidth |
protected int |
regionHeight |
protected int |
regionWidth |
| Constructor and Description |
|---|
DescribePointRectangleRegion(int regionWidth,
int regionHeight) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDescriptorLength() |
int |
getRegionHeight() |
int |
getRegionWidth() |
void |
setImage(T image) |
protected T extends boofcv.struct.image.ImageGray image
protected int regionWidth
protected int regionHeight
protected int radiusWidth
protected int radiusHeight
protected int[] offset
public DescribePointRectangleRegion(int regionWidth,
int regionHeight)
public void setImage(T image)
public int getDescriptorLength()
public int getRegionWidth()
public int getRegionHeight()