- java.lang.Object
-
- boofcv.alg.feature.describe.DescribePointRectangleRegion<T>
-
- boofcv.alg.feature.describe.DescribePointPixelRegion<T,D>
-
- Direct Known Subclasses:
- ImplDescribePointPixelRegion_F32, ImplDescribePointPixelRegion_U8
public abstract class DescribePointPixelRegion<T extends ImageGray,D extends TupleDesc> extends DescribePointRectangleRegion<T>
Describes a rectangular region using its raw pixel intensities. Score between two regions of this type is typically computed using Sum of Absolute Differences (SAD). If the descriptor goes outside of the image bounds those pixels will be set to zero in the descriptor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract java.lang.Class<D>getDescriptorType()The type of region descriptor generatedabstract voidprocess(int c_x, int c_y, D desc)Extracts the descriptor from the specified point.-
Methods inherited from class boofcv.alg.feature.describe.DescribePointRectangleRegion
getDescriptorLength, getRegionHeight, getRegionWidth, setImage
-
-
-
-
Method Detail
-
process
public abstract void process(int c_x, int c_y, D desc)Extracts the descriptor from the specified point.- Parameters:
c_x- Center of region descriptor.c_y- Center of region descriptor.desc- Where the descriptor is written to
-
getDescriptorType
public abstract java.lang.Class<D> getDescriptorType()
The type of region descriptor generated- Returns:
- Returns the descriptor type.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG