注册登陆后可查看附件和大图,以及购买相关内容
您需要 登录 才可以下载或查看,没有账号?注册会员
x
Halcon所有类及类下算子作用索引-HComponentTraining组件训练(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所有类和方法索引 HComponentTraining组件训练Represents an instance of a training result for the component-based matching. 表示基于组件匹配的训练结果的实例。 ClearTrainingComponents清除训练组件Free the memory of a component training result. 释放组件训练结果的内存。 ClusterModelComponents聚类模型组件Adopt new parameters that are used to create the model components into the training result. 在训练结果中采用用于创建模型组件的新参数。 CreateTrainedComponentModel创建训练组件模型Prepare a component model for matching based on trained components. 基于训练好的组件准备组件模型进行匹配。 DeserializeTrainingComponents反序列化训练组件Deserialize a component training result. 反序列化组件训练结果。 GetComponentRelations获取组件关系Return the relations between the model components that are contained in a training result. 返回训练结果中包含的模型组件之间的关系。 GetTrainingComponents获取训练组件Return the initial or model components in a certain image. 返回某个图像中的初始或模型组件。 InspectClusteredComponents检查集群组件Inspect the rigid model components obtained from the training. 检查从训练中获得的刚性模型组件。 ModifyComponentRelations修改组件关系Modify the relations within a training result. 修改训练结果中的关系。 ReadTrainingComponents读取训练组件Read a component training result from a file. 从文件中读取组件训练结果。 SerializeTrainingComponents序列化训练组件Serialize a component training result. 序列化组件训练结果。 TrainModelComponents训练模型组件Train components and relations for the component-based matching. 训练组件和基于组件的匹配关系。 WriteTrainingComponents写入训练组件Write a component training result to a file. 将组件训练结果写入文件。 |