Documentation of 'boofcv.alg.geo.bundle.PointIndexObservation' Java class
PointIndexObservation
boofcv.alg.geo.bundle

Class PointIndexObservation



  • public class PointIndexObservation
    extends java.lang.Object
    Specifies which feature produced what observation in a particular view. The individual feature is referenced by its list index. The observation itself is specified using a Point2D_F64, which can be in either pixel or normalized image coordinates, depending on the application.
    • Field Detail

      • pointIndex

        public int pointIndex
        Index of the feature that is observed
      • obs

        public Point2D_F64 obs
        The observation of the feature
    • Constructor Detail

      • PointIndexObservation

        public PointIndexObservation()
    • Method Detail

      • set

        public void set(int pointIndex,
                        Point2D_F64 obs)
      • reset

        public void reset()
      • getPointIndex

        public int getPointIndex()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.