get_system ('processor_num', w)*获取HALCON系统参数的当前值*'halcon_xl'是否halcon_xl模式 是返回true 不是返回false* hdevelop 适用于普通分辨率的图像,小于等于32768 x32768* hdevelop xl适用于大分辨率的图像,允许图像大于32768 x32768*'version'HALCON版本号-->18.11*'edition'目前正在运行的HALCON版本;'prog...
*'max_window' 最大窗口数-->600 *'window_name' 窗口名称--返回可能已使用set_window_attr('window_title',…) * 设置的值。如果尚未设置任何内容,则返回字符串“default” *'processor_num' 返回HALCON在其运行的硬件上找到的处理器数-->16 *'expiration_date' HALCON许可证将到期的日期,采用ISO 8601格式...
HALCON视觉算子相关函数中文说明System(2) 16.6 Parameters get_system_ 功能:根据HALCON系统参数获取关于当前的信息。 set_system 功能:HALCON系统参数的设置。 16.7 Serial clear_serial 功能:清除一个串行连接的缓冲。 close_all_serials 功能:关闭所有的串行设备。 close_serial 功能:关闭一个串行设备。 get_serial_...
get_system (Operator) Nameget_system— Get current value of HALCON system parameters.Signatureget_system( : : Query : Information) DescriptionThe operator get_system returns information concerning the currently activated HALCON system parameters. ...
get_system (‘operating_system’, OS)• OS{0:2}的意思是只选取OS里边的0,1,2三个字符 if (OS{0:2} == ‘Win’)• 将字符串分割为预定义分隔符之间的子字符串。如果为windows就用;如果不是win系统就用: • 有一字符串为theboy:themen;thechild用 ';'分割分割为theboy:themen、thechild用 ...
Information(output_control)integer(-array)→(integer /real /string) Current value of the system parameter. The operatorget_systemreturns the value 2 (H_MSG_TRUE) if the parameters are correct. Otherwise an exception is raised. Possible Predecessors...
get_system ('border_shape_models', BorderShapeModels) set_system ('border_shape_models', 'false') /* get 根据HALCON系统参数获取关于当前的信息 Query 输入需要质疑的参数 'border_shape_models' 边界形状模型 Information 输出系统参数的对应值
The system time can be read using get_system_time. Value: 'UTC' (Coordinated Universal Time), 'localtime' (local time configured on the used system) Default: 'localtime' 'max_connection': Determines the maximum number of regions returned by connection. For Value=0, all regions are ...
disp_3d_coord_system (WindowHandle, CamParam, PoseCamRef, 0.01)根据内参和外参显示3D坐标系 concat_obj (Lines, Contour, Lines)将对象合并,可以分类时将属性相同的人为合并成一类。 gen_parallels_xld (Polygon, ParallelLines, 50, 100, rad(10), 'true')找到平行的轮廓线 get_parallels_xld (ParallelLi...
get_system ('operating_system', OS) set_display_font (WindowHandle, 16, 'mono', 'true', 'false') disp_message (WindowHandle, ['The Color is:',ColorSet[i]], 'window', -1, -1, [ColorSet,ColorSet], 'true') wait_seconds(1) endfor©...