Package boofcv.alg.structure
Class SceneWorkingGraph.View
java.lang.Object
boofcv.alg.structure.SceneWorkingGraph.View
- Enclosing class:
- SceneWorkingGraph
Data structure related to an image. Points to image features, intrinsic parameters, and extrinsic parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintIndex of the camera that generated this viewintIndex of the view in the list.Specifies which observations were used to compute the projective transform for this view If empty that means one set of inliers are used for multiple views and only one view needed this to be saved this happens for the seed viewfinal DMatrixRMajprojective camera matrixReference to thePairwiseImageGraph.Viewthat this view was generated fromfinal Se3_F64SE3 from world to this view -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable SceneWorkingGraph.InlierInfoReturns the inlier set with the best score.doubleReturns the score from the best inlier setvoidreset()voidtoString()
-
Field Details
-
pview
Reference to thePairwiseImageGraph.Viewthat this view was generated from -
inliers
Specifies which observations were used to compute the projective transform for this view If empty that means one set of inliers are used for multiple views and only one view needed this to be saved this happens for the seed view -
projective
projective camera matrix -
world_to_view
SE3 from world to this view -
cameraIdx
public int cameraIdxIndex of the camera that generated this view -
index
public int indexIndex of the view in the list. This will be the same index in the SBA scene
-
-
Constructor Details
-
View
public View()
-
-
Method Details