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
-
Method Summary
Modifier and TypeMethodDescriptionThe type of region descriptor generatedvoid
process
(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:DescribePointRawPixels
Extracts the descriptor from the specified point.- Specified by:
process
in 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:DescribePointRawPixels
The type of region descriptor generated- Specified by:
getDescriptorType
in classDescribePointRawPixels<GrayF32,
TupleDesc_F32> - Returns:
- Returns the descriptor type.
-