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
Modifier and TypeFieldDescriptionint
Index of the camera that generated this viewint
Index 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 DMatrixRMaj
projective camera matrixReference to thePairwiseImageGraph.View
that this view was generated fromfinal Se3_F64
SE3 from world to this view -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable SceneWorkingGraph.InlierInfo
Returns the inlier set with the best score.double
Returns the score from the best inlier setvoid
reset()
void
toString()
-
Field Details
-
pview
Reference to thePairwiseImageGraph.View
that 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