注册登陆后可查看附件和大图,以及购买相关内容
您需要 登录 才可以下载或查看,没有账号?注册会员
x
Halcon所有类及类下算子作用索引-HDrawingObject绘制对象(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所有类和方法索引 HDrawingObject绘制对象Represents an instance of a drawing object. 表示绘制对象的实例。 AttachBackgroundToWindow附加背景到窗口Attach a background image to a HALCON window. 将背景图像附加到HALCON窗口。 ClearDrawingObject清除绘制对象Delete drawing object. 删除绘制对象。 CreateDrawingObjectCircle创建绘制对象圆Create a circle which can be modified interactively. 创建一个可以交互式修改的圆。 CreateDrawingObjectCircleSector创建绘制对象圆形扇区Create a circle sector which can be modified interactively. 创建一个可以交互式修改的圆形扇区。 CreateDrawingObjectEllipse创建绘制对象椭圆Create an ellipse which can be modified interactively. 创建一个可以交互式修改的椭圆。 CreateDrawingObjectEllipseSector创建绘制对象椭圆扇区Create an elliptic sector which can be modified interactively. 创建一个可以交互修改的椭圆扇区。 CreateDrawingObjectLine创建绘制对象线Create a line which can be modified interactively. 创建一条可以交互式修改的线。 CreateDrawingObjectRectangle1创建绘制对象矩形1Create a rectangle parallel to the coordinate axis which can be modified interactively. 创建一个平行于坐标轴的矩形,可以交互式修改。 CreateDrawingObjectRectangle2创建绘制对象矩形2Create a rectangle of any orientation which can be modified interactively. 创建一个可以交互修改的任意方向的矩形。 CreateDrawingObjectText创建绘制对象文本Create a text object which can be moved interactively. 创建一个可以交互式移动的文本对象。 CreateDrawingObjectXld创建绘制对象扩展线描述Create a XLD contour which can be modified interactively. 创建一个可以交互式修改的扩展线描述轮廓。 DetachBackgroundFromWindow从窗口中分离背景Detach the background image from a HALCON window. 从HALCON窗口中分离背景图像。 GetDrawingObjectIconic获取绘制对象图标Return the iconic object of a drawing object. 返回绘图对象的图标对象。 GetDrawingObjectParams获取绘制对象参数Get the parameters of a drawing object. 获取图形对象的参数。 SendMouseDoubleClickEvent发送鼠标双击事件Send an event to a buffer window signaling a mouse double click event. 向缓冲窗口发送一个事件,表示鼠标双击事件。 SendMouseDownEvent发送鼠标按下事件Send an event to a window buffer signaling a mouse down event. 向窗口缓冲区发送事件,表示鼠标按下事件。 SendMouseDragEvent发送鼠标拖动事件Send an event to a buffer window signaling a mouse drag event. 向缓冲区窗口发送一个事件,表示鼠标拖动事件。 SendMouseUpEvent发送鼠标释放事件Send an event to a buffer window signaling a mouse up event. 向缓冲窗口发送一个事件,表示鼠标释放事件。 SetDrawingObjectCallback设置绘制对象回调Add a callback function to a drawing object. 向绘制对象添加回调函数。 SetDrawingObjectParams设置绘制对象参数Set the parameters of a drawing object. 设置绘制对象的参数。 SetDrawingObjectXld设置绘制对象扩展线描述Set the contour of an interactive draw XLD. 设置交互式画XLD的轮廓。 |