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 EpipolarScore3DGeneratePairwiseImageGraph.epipolarScoreUsed 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 TypeClassDescriptionclassRuns RANSAC to find the fundamental matrix.classDetermines the amount of 3D information by comparing the results from robustly fitting a Fundamental matrix vs fitting pure rotation/self calibration.classIf 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 EpipolarScore3DFactorySceneReconstruction.epipolarScore3D(ConfigEpipolarScore3D config) Creates a new instance ofEpipolarScore3Dbased on the passed in configuration