opencv::viz

Function read_pose_def

Source
pub fn read_pose_def(file: &str, pose: &mut Affine3d) -> Result<bool>
Expand description

§Parameters

  • file: Filename of type supported by cv::FileStorage.
  • pose: Output matrix.
  • tag: Name of the pose in the file.

§Note

This alternative version of read_pose function uses the following default values for its arguments:

  • tag: “pose”