Package boofcv.alg.feature.describe.impl
Class ImplDescribePointPixelRegion_U8
java.lang.Object
boofcv.alg.feature.describe.DescribePointRawPixelsRectangle<T>
boofcv.alg.feature.describe.DescribePointRawPixels<GrayU8,TupleDesc_U8>
boofcv.alg.feature.describe.impl.ImplDescribePointPixelRegion_U8
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_U8 desc) Extracts the descriptor from the specified point.Methods inherited from class boofcv.alg.feature.describe.DescribePointRawPixelsRectangle
getDescriptorLength, getRegionHeight, getRegionWidth, setImage
-
Constructor Details
-
ImplDescribePointPixelRegion_U8
public ImplDescribePointPixelRegion_U8(int regionWidth, int regionHeight)
-
-
Method Details
-
process
Description copied from class:DescribePointRawPixels
Extracts the descriptor from the specified point.- Specified by:
process
in classDescribePointRawPixels<GrayU8,
TupleDesc_U8> - 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<GrayU8,
TupleDesc_U8> - Returns:
- Returns the descriptor type.
-