Advertisement

Halcon operator learning: xyz_to_object_model_3d

阅读量:
在这里插入图片描述

xyz_to_object_model_3d

(X, Y, Z : : : ObjectModel3D)
将3D点从图像转换为3D对象模型。

输入:

Input_X represents a single-channel image, which is mapped to a real object. Utilizing the x-coordinates of 3D points and their corresponding ROI regions.

  • Y (input_object) 单通道图像→object (real)
    图像与三维点的y坐标。

  • Z (input_object) 单通道图像→object (real)
    图像与三维点的z坐标。

输出:

  • ObjectModel3D (output_control)
    3D对象模型的句柄。

算子说明

该操作符xyz_to_object_model_3d负责将包含3D点的X、Y和Z坐标的图像三元组转换为三维对象模型。(仅使用这三幅图像的交点区域)该系统

全部评论 (0)

还没有任何评论哟~