boofcv.alg.feature.describe.brief
Class BinaryCompareDefinition_I32
- java.lang.Object
-
- boofcv.alg.feature.describe.brief.BinaryCompareDefinition_I32
-
public class BinaryCompareDefinition_I32 extends java.lang.ObjectDescribes the layout of a BRIEF descriptor. This descriptor is composed of a set of locations where image intensity is sampled and a list of which locations are compared against each other.
NOTE: The data structure here is different than the one implied in the paper. A single list of sample points is provided instead of two lists. This way a single set of points can sample within the same set, reducing the number of samples taken.
-
-
Field Summary
Fields Modifier and Type Field and Description Point2D_I32[]compareintradiusPoint2D_I32[]samplePoints
-
Constructor Summary
Constructors Constructor and Description BinaryCompareDefinition_I32(int radius, int numSamples, int numPairs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetLength()Length of the descriptor (or number of bits required to encode it)
-
-
-
Field Detail
-
radius
public int radius
-
samplePoints
public Point2D_I32[] samplePoints
-
compare
public Point2D_I32[] compare
-
-
DataMelt 3.0 © DataMelt by jWork.ORG