Function opencv::viz::write_pose [−][src]
pub fn write_pose(file: &str, pose: Affine3d, tag: &str) -> Result<()>
Parameters
- file: Filename.
- pose: Input matrix.
- tag: Name of the pose to be saved into the given file.
C++ default parameters
- tag: “pose”