Class ConfigParamFoot
java.lang.Object
boofcv.factory.feature.detect.line.ConfigParamFoot
- All Implemented Interfaces:
Configuration
,Serializable
parameters for
HoughParametersFootOfNorm
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
Lines which are this close to the origin of the transformed image are ignored. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.setTo
(ConfigParamFoot src) 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
-
minDistanceFromOrigin
public int minDistanceFromOriginLines which are this close to the origin of the transformed image are ignored. Try 5.
-
-
Constructor Details
-
ConfigParamFoot
public ConfigParamFoot()
-
-
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
-