Package boofcv.factory.geo
Class ConfigHomography
java.lang.Object
boofcv.factory.geo.ConfigHomography
- All Implemented Interfaces:
Configuration
,Serializable
Configuration parameters for estimating a homography
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionboolean
If the input is in pixel coordinates then this should be true. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks to see if the configuration is valid.setTo
(ConfigHomography 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
-
normalize
public boolean normalizeIf the input is in pixel coordinates then this should be true. If in normalized image coordinates then it can be false.
-
-
Constructor Details
-
ConfigHomography
public ConfigHomography(boolean normalize) -
ConfigHomography
public ConfigHomography()
-
-
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
-