Package boofcv.factory.sfm
Class ConfigRgbDepthTrackPnP
java.lang.Object
boofcv.factory.sfm.ConfigRgbDepthTrackPnP
- All Implemented Interfaces:
Configuration
,Serializable
Configuration for visual odometry from RGB-D image using PnP style approach.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Used to adjust units in the depth image to something more manageable.Configuration for building and optimizing a local sceneTracker configuration for left camera -
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
-
scene
Configuration for building and optimizing a local scene -
tracker
Tracker configuration for left camera -
depthScale
public double depthScaleUsed to adjust units in the depth image to something more manageable. E.g. millimeters to meters
-
-
Constructor Details
-
ConfigRgbDepthTrackPnP
public ConfigRgbDepthTrackPnP()
-
-
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
-