Documentation of 'boofcv.struct.feature.AssociatedIndex' Java class
AssociatedIndex
boofcv.struct.feature

Class AssociatedIndex



  • public class AssociatedIndex
    extends java.lang.Object
    Indexes of two associated features and the fit score..
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int dst
      index of the feature in the destination image
      double fitScore
      The association score.
      int src
      index of the feature in the source image
    • Constructor Summary

      Constructors 
      Constructor and Description
      AssociatedIndex() 
    • Field Detail

      • src

        public int src
        index of the feature in the source image
      • dst

        public int dst
        index of the feature in the destination image
      • fitScore

        public double fitScore
        The association score. Meaning will very depending on implementation
    • Constructor Detail

      • AssociatedIndex

        public AssociatedIndex()
    • Method Detail

      • setAssociation

        public void setAssociation(int src,
                                   int dst,
                                   double fitScore)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.