Documentation of 'boofcv.alg.scene.FeatureToWordHistogram_F64' Java class
FeatureToWordHistogram_F64
boofcv.alg.scene

Class FeatureToWordHistogram_F64

  • All Implemented Interfaces:
    FeatureToWordHistogram<TupleDesc_F64>


    public class FeatureToWordHistogram_F64
    extends java.lang.Object
    implements FeatureToWordHistogram<TupleDesc_F64>

    Creates a normalized histogram which represents the frequency of different visual words from the set of features. Both hard and soft assignment can be used. For hard assignment all the weight is given to the word which is the best fit to the feature. In soft the relative similarity between the words is used to assign values to the histogram.

    With hard assignment a single word is selected. With soft a fraction is assigned to each word based on a distance metric. See AssignCluster for the details.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.