boofcv.alg.feature.describe.impl
Class ImplDescribePointPixelRegionNCC_F32
- java.lang.Object
-
- boofcv.alg.feature.describe.DescribePointRectangleRegion<T>
-
- boofcv.alg.feature.describe.DescribePointPixelRegionNCC<GrayF32>
-
- boofcv.alg.feature.describe.impl.ImplDescribePointPixelRegionNCC_F32
-
public class ImplDescribePointPixelRegionNCC_F32 extends DescribePointPixelRegionNCC<GrayF32>
Implementation ofDescribePointPixelRegionNCC.
-
-
Constructor Summary
Constructors Constructor and Description ImplDescribePointPixelRegionNCC_F32(int regionWidth, int regionHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidprocess(int c_x, int c_y, NccFeature desc)Extracts the descriptor at the specified location.-
Methods inherited from class boofcv.alg.feature.describe.DescribePointPixelRegionNCC
isInBounds
-
Methods inherited from class boofcv.alg.feature.describe.DescribePointRectangleRegion
getDescriptorLength, getRegionHeight, getRegionWidth, setImage
-
-
-
-
Constructor Detail
-
ImplDescribePointPixelRegionNCC_F32
public ImplDescribePointPixelRegionNCC_F32(int regionWidth, int regionHeight)
-
-
Method Detail
-
process
public void process(int c_x, int c_y, NccFeature desc)Description copied from class:DescribePointPixelRegionNCCExtracts the descriptor at the specified location.- Specified by:
processin classDescribePointPixelRegionNCC<GrayF32>- Parameters:
c_x- Center of the descriptor region.c_y- Center of the descriptor region.desc- Where the description is written to.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG