Package boofcv.alg.structure
Class SceneWorkingGraph.InlierInfo
java.lang.Object
boofcv.alg.structure.SceneWorkingGraph.InlierInfo
- Enclosing class:
- SceneWorkingGraph
Information on the set of inlier observations used to compute the camera location
-
Field Summary
Modifier and TypeFieldDescriptionfinal DogArray<DogArray_I32>
indexes of observations for each view listed in 'views'.double
Score for this inlier set and how good the geometry is.final FastArray<PairwiseImageGraph.View>
List of views from which these inliers were selected from the first view is always the view which contains this set of info -
Constructor Summary
-
Method Summary
-
Field Details
-
views
List of views from which these inliers were selected from the first view is always the view which contains this set of info -
observations
indexes of observations for each view listed in 'views'. obs[view][idx] will refer to the same feature for all 'idx' -
scoreGeometric
public double scoreGeometricScore for this inlier set and how good the geometry is. Used to compare the merit of different sets.
-
-
Constructor Details
-
InlierInfo
public InlierInfo()
-
-
Method Details