Documentation of 'boofcv.alg.feature.describe.brief.BinaryCompareDefinition_I32' Java class
BinaryCompareDefinition_I32
boofcv.alg.feature.describe.brief

Class BinaryCompareDefinition_I32



  • public class BinaryCompareDefinition_I32
    extends java.lang.Object

    Describes 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.

    • Constructor Detail

      • BinaryCompareDefinition_I32

        public BinaryCompareDefinition_I32(int radius,
                                           int numSamples,
                                           int numPairs)
    • Method Detail

      • getLength

        public int getLength()
        Length of the descriptor (or number of bits required to encode it)
        Returns:
        Descriptor length.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.