Package boofcv.alg.feature.describe.impl
Class ImplDescribePointPixelRegionNCC_U8
java.lang.Object
boofcv.alg.feature.describe.DescribePointRawPixelsRectangle<T>
boofcv.alg.feature.describe.DescribePointPixelRegionNCC<GrayU8>
boofcv.alg.feature.describe.impl.ImplDescribePointPixelRegionNCC_U8
Implementation of
DescribePointPixelRegionNCC.-
Field Summary
Fields inherited from class boofcv.alg.feature.describe.DescribePointRawPixelsRectangle
image, offset, radiusHeight, radiusWidth, regionHeight, regionWidth -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(int c_x, int c_y, NccFeature desc) Extracts the descriptor at the specified location.Methods inherited from class boofcv.alg.feature.describe.DescribePointPixelRegionNCC
isInBoundsMethods inherited from class boofcv.alg.feature.describe.DescribePointRawPixelsRectangle
getDescriptorLength, getRegionHeight, getRegionWidth, setImage
-
Constructor Details
-
ImplDescribePointPixelRegionNCC_U8
public ImplDescribePointPixelRegionNCC_U8(int regionWidth, int regionHeight)
-
-
Method Details
-
process
Description copied from class:DescribePointPixelRegionNCCExtracts the descriptor at the specified location.- Specified by:
processin classDescribePointPixelRegionNCC<GrayU8>- Parameters:
c_x- Center of the descriptor region.c_y- Center of the descriptor region.desc- Where the description is written to.
-