注册登陆后可查看附件和大图,以及购买相关内容
您需要 登录 才可以下载或查看,没有账号?注册会员
x
Halcon所有类及类下算子作用索引-HShapeModel3D形状模型三维(17.12~24.11版)这里的类和算子是针对.NET环境的。类和算子是从Halcon 17.12版本开始,名称中未包含数字版本说明的,表示17.12版本中已经包含。名称中有数字说明的,则表示是从数字版本后才增加的。目前已经更新到Halcon 24.11版本。而17.12之前版本中是否包含当前的类和算子,则未做验证。但是从更新历史来看,大部分的类和算子都是包含的,更新版本后,也只是增加一两个新类、几个十来个算子,多数版本可能并未增加新类。增加一个新类相当于增加一个新的功能模块,并不是每个版本都有新功能模块推出的,很多版本只在现有类中增加了几个算子。图像处理发展这么多年,中间增加的功能都比较少,Halcon在引入深度学习后,才多增加了几个类,如深度学习、深度OCR、深度Counting、深度Matching3D等。 《LabVIEW HALCON图像处理入门教程(24.09)》含深度学习,LabVIEW使用NI Vision+Halcon混合编程机器视觉与图像处理入门学习资料 Index of all Classes and Methods所有类和方法索引 HShapeModel3D形状模型三维Represents an instance of a 3D shape model for 3D matching. 表示用于3D匹配的3D形状模型的实例。 ClearShapeModel3d清除形状模型三维Free the memory of a 3D shape model. 释放三维形状模型的内存。 CreateShapeModel3d创建形状模型三维Prepare a 3D object model for matching. 准备一个3D对象模型进行匹配。 DeserializeShapeModel3d反序列化形状模型三维Deserialize a serialized 3D shape model. 反序列化一个序列化的3D形状模型。 FindShapeModel3d查找形状模型三维Find the best matches of a 3D shape model in an image. 在图像中查找3D形状模型的最佳匹配。 GetShapeModel3dContours获取形状模型三维轮廓Return the contour representation of a 3D shape model view. 返回三维形状模型视图的轮廓描述。 GetShapeModel3dParams获取形状模型三维参数Return the parameters of a 3D shape model. 返回三维形状模型的参数。 ProjectShapeModel3d投影形状模型三维Project the edges of a 3D shape model into image coordinates. 将3D形状模型的边缘投影到图像坐标中。 ReadShapeModel3d读取形状模型三维Read a 3D shape model from a file. 从文件中读取三维形状模型。 SerializeShapeModel3d序列化形状模型三维Serialize a 3D shape model. 序列化三维形状模型。 TransPoseShapeModel3d变换姿态形状模型三维Transform a pose that refers to the coordinate system of a 3D object model to a pose that refers to the reference coordinate system of a 3D shape model and vice versa. 将涉及3D对象模型的坐标系的姿态变换为涉及3D形状模型的参考坐标系的姿态,反之亦然。 WriteShapeModel3d写入形状模型三维Write a 3D shape model to a file. 将三维形状模型写入文件。 |