Package boofcv.factory.structure
Class ConfigEpipolarScore3D.FundamentalCompatible
java.lang.Object
boofcv.factory.structure.ConfigEpipolarScore3D.FundamentalCompatible
- All Implemented Interfaces:
Configuration
,Serializable
- Enclosing class:
- ConfigEpipolarScore3D
public static class ConfigEpipolarScore3D.FundamentalCompatible
extends Object
implements Configuration
Configuration for
ScoreFundamentalHomographyCompatibility
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble
double
final ConfigLength
The minimum number of inliers for an edge to be accepted.double
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.struct.Configuration
serializeActiveFields, serializeInitialize
-
Field Details
-
ratio3D
public double ratio3D -
inlierErrorTol
public double inlierErrorTol -
maxRatioScore
public double maxRatioScore -
minimumInliers
The minimum number of inliers for an edge to be accepted. If relative, then relative to pairs.
-
-
Constructor Details
-
FundamentalCompatible
public FundamentalCompatible()
-
-
Method Details
-
checkValidity
public void checkValidity()Description copied from interface:Configuration
Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidity
in interfaceConfiguration
-
setTo
-