Package boofcv.factory.shape
Class ConfigEllipseEdgeCheck
java.lang.Object
boofcv.factory.shape.ConfigEllipseEdgeCheck
- All Implemented Interfaces:
Configuration
,Serializable
Parameters for
EdgeIntensityEllipse
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Check:
Tangential distance away from contour the image is sampled when performing edge intensity check.double
Check:
Threshold for minimum edge intensity.int
Refinement: how many points along the contour it will sample. -
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
-
minimumEdgeIntensity
public double minimumEdgeIntensityCheck:
Threshold for minimum edge intensity. This should be a value which is 0 to (max-min pixel value) Set to ≤ 0 to disable check. -
numSampleContour
public int numSampleContourRefinement: how many points along the contour it will sample. Set to ≤ 0 to disable refinement -
checkRadialDistance
public double checkRadialDistanceCheck:
Tangential distance away from contour the image is sampled when performing edge intensity check.
-
-
Constructor Details
-
ConfigEllipseEdgeCheck
public ConfigEllipseEdgeCheck()
-
-
Method Details
-
setTo
-
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
-