Package boofcv.alg.feature.describe.impl
Class ImplDescribePointPixelRegion_F32
java.lang.Object
boofcv.alg.feature.describe.DescribePointRawPixelsRectangle<T>
boofcv.alg.feature.describe.DescribePointRawPixels<GrayF32,TupleDesc_F32>
boofcv.alg.feature.describe.impl.ImplDescribePointPixelRegion_F32
Implementation of
DescribePointRawPixels.-
Field Summary
Fields inherited from class boofcv.alg.feature.describe.DescribePointRawPixelsRectangle
image, offset, radiusHeight, radiusWidth, regionHeight, regionWidth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe type of region descriptor generatedvoidprocess(int c_x, int c_y, TupleDesc_F32 desc) Extracts the descriptor from the specified point.Methods inherited from class boofcv.alg.feature.describe.DescribePointRawPixelsRectangle
getDescriptorLength, getRegionHeight, getRegionWidth, setImage
-
Constructor Details
-
ImplDescribePointPixelRegion_F32
public ImplDescribePointPixelRegion_F32(int regionWidth, int regionHeight)
-
-
Method Details
-
process
Description copied from class:DescribePointRawPixelsExtracts the descriptor from the specified point.- Specified by:
processin classDescribePointRawPixels<GrayF32,TupleDesc_F32> - Parameters:
c_x- Center of region descriptor.c_y- Center of region descriptor.desc- Where the descriptor is written to
-
getDescriptorType
Description copied from class:DescribePointRawPixelsThe type of region descriptor generated- Specified by:
getDescriptorTypein classDescribePointRawPixels<GrayF32,TupleDesc_F32> - Returns:
- Returns the descriptor type.
-