II - Type of integral imagepublic class DescribePointSurfPlanar<II extends boofcv.struct.image.ImageGray>
extends java.lang.Object
Planar image. Each band in the
input image is used to compute its own descriptor, which are then combined together into a single one. The
laplacian sign is computed from a gray-scale image. The descriptor from each band are not individually
normalized. The whole combined descriptor is normalized.DescribePointSurf,
DescribePointSurfMod| Constructor and Description |
|---|
DescribePointSurfPlanar(DescribePointSurf<II> describe,
int numBands) |
| Modifier and Type | Method and Description |
|---|---|
BrightFeature |
createDescription() |
void |
describe(double x,
double y,
double angle,
double scale,
BrightFeature desc) |
DescribePointSurf<II> |
getDescribe() |
java.lang.Class<BrightFeature> |
getDescriptionType() |
int |
getDescriptorLength() |
int |
getNumBands() |
void |
setImage(II grayII,
boofcv.struct.image.Planar<II> integralImage) |
public DescribePointSurfPlanar(DescribePointSurf<II> describe, int numBands)
public BrightFeature createDescription()
public int getDescriptorLength()
public java.lang.Class<BrightFeature> getDescriptionType()
public void describe(double x,
double y,
double angle,
double scale,
BrightFeature desc)
public DescribePointSurf<II> getDescribe()
public int getNumBands()