标准HALCON显示,绘图,鼠标,文本输出和可视化参数算子(如disp_image,disp_region,draw_circle,get_mbutton,write_string,set_rgb等)需要在参数WindowHandle中返回的逻辑窗口号,它显示在图形窗口的标题栏。 Background中指定的颜色为创建的窗口背景颜色。 该参数不适用于算子open_window。 在那里,需要通过预先调用set_win...
在HDevelop中 read_image (Image, 'D:/bb/tu/ma.jpg') dev_open_window(0,700,500,300,'black',WindowHandle) *创建窗口 *参数1:窗口y坐标 *参数2:窗口x坐标 *参数3:
open_window opens a new window, which can be used to perform output of gray value data, regions, graphics as well as to perform textual output. All output (disp_region, disp_image, etc.) is redirected to this window, if the same logical window number WindowHandle is used. ...
See also “Canvas Window” in the “HDevelop User's Guide”. The parameters Row and Column are used to pass the position of the window. Its reference point (0, 0) on the canvas is visualized by a cross. For floating windows, the reference point is by default the upper left corner of...
Halcon算⼦翻译——dev_open_window 名称 dev_open_window - 打开⼀个新的图形窗⼝。⽤法 dev_open_window( : : Row, Column, Width, Height, Background : WindowHandle)描述 dev_open_window打开⼀个新的图形窗⼝,可以⽤来显⽰images,regions和lines等图形对象以及显⽰输出⽂本。该窗...
dev_open_window(0,700,500,300,'black',WindowHandle) *打开新的图形窗口;该窗口自动变为活动状态,这意味着所有输出(dev_display和自动显示 *等算子的结果)都被重定向到此窗口。 活动按钮上的朗光灯表示该窗口是否处于活动状态 *参数1:相对于HDevelop窗口的y坐标 ...
dev_open_window(0,700,500,300,'black',WindowHandle) *打开新的图形窗口;该窗口自动变为活动状态,这意味着所有输出(dev_display和自动显示 *等算子的结果)都被重定向到此窗口。 活动按钮上的朗光灯表示该窗口是否处于活动状态 *参数1:相对于HDevelop窗口的y坐标 ...
HalconDotNet.HOperatorException:“HALCON error #1305: Wrong value of control parameter 5 in operator open_window” 今天遇到这个报错。 上网查了一下资料。 查了一下项目所有的halcondotnet的路径,包括自己的类的。 因为这个项目用的halcondotnet和其他类的路径不一样,产生这样的问题了。
dev_open_window— Open a new graphics window. Signature Description dev_open_windowopens a new graphics window, which can be used to display iconic objects like images, regions, and lines as well as to perform textual output. This window automatically becomes active, which means that all output...
当你在C#项目中使用了Halcon的HSmartWindowControl时,启动项目报以上错误,可以看一下项目的生成路径下是否放了除了halcondotnet.dll以外的其他Halcon的dll,尝试将除halcondotnet.dll以外的其他Halcon的相关dll删除,可以消除报错。