Package boofcv.factory.structure
Class ConfigEpipolarScore3D.ModelInliers
java.lang.Object
boofcv.factory.structure.ConfigEpipolarScore3D.ModelInliers
- All Implemented Interfaces:
Configuration,Serializable
- Enclosing class:
- ConfigEpipolarScore3D
Configuration for
ScoreRatioFundamentalHomography- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ConfigHomographyConfiguration for computing Homography matrixdoubleCaps how much influence the geometric score can have.final ConfigLengthThe minimum number of inliers for an edge to be accepted.final ConfigRansacRANSAC for fundamental HomographydoubleIf number of matches from fundamental divided by homography is more than this then it is considered a 3D scene -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidChecks to see if the configuration is valid.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
ransacH
RANSAC for fundamental Homography -
homography
Configuration for computing Homography matrix -
minimumInliers
The minimum number of inliers for an edge to be accepted. If relative, then relative to pairs. -
ratio3D
public double ratio3DIf number of matches from fundamental divided by homography is more than this then it is considered a 3D scene -
maxRatioScore
public double maxRatioScoreCaps how much influence the geometric score can have. The error ratio can sky rocket as the baseline increased but the benefit doesn't seem to increase after a point.
-
-
Constructor Details
-
ModelInliers
public ModelInliers()
-
-
Method Details
-
checkValidity
public void checkValidity()Description copied from interface:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
setTo
-