注册登陆后可查看附件和大图,以及购买相关内容
您需要 登录 才可以下载或查看,没有账号?注册会员
x
Halcon所有类及类下算子作用索引-HScene3D场景三维(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所有类和方法索引 HScene3D场景三维Represents an instance of a 3D graphic scene. 表示三维图形场景的实例。 AddScene3dCamera添加场景三维相机Add a camera to a 3D scene. 将相机添加到三维场景中。 AddScene3dInstance添加场景三维实例Add an instance of a 3D object model to a 3D scene. 将三维对象模型的实例添加到三维场景中。 AddScene3dLabel添加场景三维标签Add a text label to a 3D scene. 向三维场景添加文本标签。 AddScene3dLight添加场景三维光源Add a light source to a 3D scene. 将光源添加到3D场景中。 ClearScene3d清除场景三维Delete a 3D scene and free all allocated memory. 删除三维场景并释放所有分配的内存。 CreateScene3d创建场景三维Create the data structure that is needed to visualize collections of 3D objects. 创建可视化3D对象集合所需的数据结构。 DisplayScene3d显示场景三维Display a 3D scene. 显示三维场景。 GetDisplayScene3dInfo获取显示场景三维信息Get the depth or the index of instances in a displayed 3D scene. 获取显示的3D场景中实例的深度或索引。 RemoveScene3dCamera移除场景三维相机Remove a camera from a 3D scene. 从3D场景中移除相机。 RemoveScene3dInstance移除场景三维实例Remove an object instance from a 3D scene. 从三维场景中移除对象实例。 RemoveScene3dLabel移除场景三维标签Remove a text label from a 3D scene. 从三维场景中移除文本标签。 RemoveScene3dLight移除场景三维光源Remove a light from a 3D scene. 从3D场景中移除光源。 RenderScene3d渲染场景三维Render an image of a 3D scene. 渲染3D场景的图像。 SetScene3dCameraPose设置场景三维相机姿态Set the pose of a camera in a 3D scene. 在3D场景中设置相机的姿态。 SetScene3dInstanceParam设置场景三维实例参数Set parameters of an instance in a 3D scene. 设置3D场景中实例的参数。 SetScene3dInstancePose设置场景三维实例姿态Set the pose of an instance in a 3D scene. 在3D场景中设置实例的姿态。 SetScene3dLabelParam设置场景三维标签参数Set parameters of a text label in a 3D scene. 在3D场景中设置文本标签的参数。 SetScene3dLightParam设置场景三维光源参数Set parameters of a light in a 3D scene. 设置3D场景中灯光的参数。 SetScene3dParam设置场景三维参数Set parameters of a 3D scene. 设置3D场景的参数。 SetScene3dToWorldPose设置场景三维至世界姿态Set the pose of a 3D scene. 设置3D场景的姿态。 |