Uses of Interface
boofcv.alg.structure.EpipolarScore3D
Packages that use EpipolarScore3D
-
Uses of EpipolarScore3D in boofcv.alg.structure
Fields in boofcv.alg.structure declared as EpipolarScore3DModifier and TypeFieldDescriptionfinal EpipolarScore3D
GeneratePairwiseImageGraph.epipolarScore
Used to score if the two views have a 3D relationship or notConstructors in boofcv.alg.structure with parameters of type EpipolarScore3DModifierConstructorDescriptionGeneratePairwiseImageGraph
(EpipolarScore3D epipolarScore) Specifies consensus matching algorithms -
Uses of EpipolarScore3D in boofcv.alg.structure.score3d
Classes in boofcv.alg.structure.score3d that implement EpipolarScore3DModifier 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
Methods in boofcv.factory.structure that return EpipolarScore3DModifier and TypeMethodDescriptionstatic EpipolarScore3D
FactorySceneReconstruction.epipolarScore3D
(ConfigEpipolarScore3D config) Creates a new instance ofEpipolarScore3D
based on the passed in configuration