The operator write_object_model_3d returns the value 2 (H_MSG_TRUE) if the given parameters are correct and the file can be written. If necessary, an exception will be raised.Possible Predecessorsread_object_model_3d, xyz_to_object_model_3d ...
Suggested values:'true','false' Result The operatorwrite_object_model_3dreturns the value 2 (H_MSG_TRUE) if the given parameters are correct and the file can be written. If necessary, an exception will be raised. Possible Predecessors 3D Metrology...
format for 3D object model. Files with this format can be written by write_object_model_3d. ...
16. read_object_model_3d_dxf 功能:从一个DXF文件中读取一个3D目标模型。 17. read_shape_model_3d 功能:从一个文件中读取一个3D轮廓模型。 18. trans_pose_shape_model_3d 功能:把一个3D目标模型的坐标系中的位置转变为一个3D轮廓模型的参考坐标系中的位置,反之亦然。 19. write_shape_model_3d 功能:...
19. write_shape_model 功能:向一个文件中写入一个轮廓模型(.shm)。 Chapter 10 :Matching-3D 1. affine_trans_object_model_3d 功能:把一个任意有限3D变换用于一个3D目标模型。 2. clear_all_object_model_3d 功能:释放所有3D目标模型的内存。 3. clear_all_shape_model_3d 功能:释放所有3D轮廓模型的内存...
halcon指令集 1D Measuring一維測量 close_all_measures Delete all measure objects.刪除所有度量對象。close_measure Delete a measure object.刪除測量物體。deserialize_measure Deserialize a serialized measure object.反序列化序列化的度量對象。fuzzy_measure_pairing Extract straight edge pairs perpendicular to a ...
18. set_shape_model_origin 功能:设置一个轮廓模型的原点(参考点)。 19. write_shape_model 功能:向一个文件中写入一个轮廓模型。 Chapter 10 :Matching-3D 1. affine_trans_object_model_3d 功能:把一个任意有限3D变换用于一个3D目标模型。 2. clear_all_object_model_3d 功能:释放所有3D目标模型的内存。
19. write_shape_model 功能:向一个文件中写入一个轮廓模型。 Chapter 10 :Matching-3D 1. affine_trans_object_model_3d 功能:把一个任意有限3D变换用于一个3D目标模型。 2. clear_all_object_model_3d 功能:释放所有3D目标模型的内存。 3. clear_all_shape_model_3d ...
在.NET中略微有些区别,因为 xyz_attrib_to_object_model_3d 这是个halcon函数,并不是⼀算⼦;仔细看了看这个函数,发现以前很多语句都是防呆的,⽐较重要的语句就是:所以换到NET中的代码则为 PCObjectModel3D.XyzToObjectModel3d(X,Y,DeepImage);//使⽤亮度图着⾊ HRegion DomainRegion = ...
3D Object Model(3D模型) 3D Reconstruction(3D重构) 3D Transformations(3D转换) 1. 3D Matching 1.1 3D Box3D盒查找器 不需要对象模型,只需要盒子尺寸,适用于箱子抓取的场景。 1.2 Shape-Based基于形状的匹配 利用CAD模型,在2D图像上进行物体的空间定位,需要进行相机标定拿到内参。