Struct opencv::rgbd::OdometryFrame [−][src]
pub struct OdometryFrame { /* fields omitted */ }
Expand description
Object that contains a frame data that is possibly needed for the Odometry. It’s used for the efficiency (to pass precomputed/cached data of the frame that participates in the Odometry processing several times).
Implementations
C++ default parameters
- mask: Mat()
- normals: Mat()
- id: -1
Trait Implementations
Performs the conversion.