Package boofcv.alg.feature.describe
Class DescribePointSurfPlanar<II extends ImageGray<II>>
java.lang.Object
boofcv.alg.feature.describe.DescribePointSurfPlanar<II>
- Type Parameters:
II
- Type of integral image
Computes a color SURF descriptor from a
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.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
describe
(double x, double y, double angle, double scale, TupleDesc_F64 desc) int
int
void
Specifies input image shapes.
-
Constructor Details
-
DescribePointSurfPlanar
-
-
Method Details
-
createDescription
-
getDescriptorLength
public int getDescriptorLength() -
getDescriptionType
-
setImage
Specifies input image shapes.- Parameters:
grayII
- integral image of gray scale imagecolorII
- integral image of color image
-
describe
-
getDescribe
-
getNumBands
public int getNumBands() -
copy
-