predictPose
Syntax
Description
returns 6-degrees-of-freedom (6-DoF) pose of objects within a single image or a batch of
images poses
= predictPose(net
,I
,depthImage
,intrinsics
)I
using a trained Pose Mask R-CNN network.
[___] = predictPose(___,
specifies options using additional name-value arguments. For example,
Name=Value
)Threshold=0.7
specifies the detection threshold as
0.7
.
Note
This functionality requires Deep Learning Toolbox™ and the Computer Vision Toolbox™ Model for Pose Mask R-CNN 6-DoF Object Pose Estimation. You can install the Computer Vision Toolbox Model for Pose Mask R-CNN 6-DoF Object Pose Estimation from Add-On Explorer. For more information about installing add-ons, see Get and Manage Add-Ons.
Input Arguments
Output Arguments
Tips
To refine estimated object poses predicted by the network, use point cloud registration techniques to postprocess your results, especially for objects of a symmetric shape. To learn more about refining pose estimation results, see the Perform 6-DoF Pose Estimation for Bin Picking Using Deep Learning example.
Version History
Introduced in R2024a