Uses of Interface
boofcv.alg.structure.EpipolarScore3D
-
Uses of EpipolarScore3D in boofcv.alg.structure
Modifier and TypeFieldDescriptionfinal EpipolarScore3D
GeneratePairwiseImageGraph.epipolarScore
Used to score if the two views have a 3D relationship or notModifierConstructorDescriptionGeneratePairwiseImageGraph
(EpipolarScore3D epipolarScore) Specifies consensus matching algorithms -
Uses of EpipolarScore3D in boofcv.alg.structure.score3d
Modifier and TypeClassDescriptionclass
Runs RANSAC to find the fundamental matrix.class
Determines the amount of 3D information by comparing the results from robustly fitting a Fundamental matrix vs fitting pure rotation/self calibration.class
If there is a geometric relationship or not is determined by the number of inliers. -
Uses of EpipolarScore3D in boofcv.factory.structure
Modifier and TypeMethodDescriptionstatic EpipolarScore3D
FactorySceneReconstruction.epipolarScore3D
(ConfigEpipolarScore3D config) Creates a new instance ofEpipolarScore3D
based on the passed in configuration