boofcv.alg.geo.bundle
Class PointIndexObservation
- java.lang.Object
-
- boofcv.alg.geo.bundle.PointIndexObservation
-
public class PointIndexObservation extends java.lang.ObjectSpecifies which feature produced what observation in a particular view. The individual feature is referenced by its list index. The observation itself is specified using aPoint2D_F64, which can be in either pixel or normalized image coordinates, depending on the application.
-
-
Field Summary
Fields Modifier and Type Field and Description Point2D_F64obsThe observation of the featureintpointIndexIndex of the feature that is observed
-
Constructor Summary
Constructors Constructor and Description PointIndexObservation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point2D_F64getObservation()intgetPointIndex()voidreset()voidset(int pointIndex, Point2D_F64 obs)
-
-
-
Field Detail
-
pointIndex
public int pointIndex
Index of the feature that is observed
-
obs
public Point2D_F64 obs
The observation of the feature
-
-
Method Detail
-
set
public void set(int pointIndex, Point2D_F64 obs)
-
reset
public void reset()
-
getObservation
public Point2D_F64 getObservation()
-
getPointIndex
public int getPointIndex()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG