set_gray defines the gray values for region output. Gray values are defined as the range of the color lookup table that is used for gray value output with disp_image in conjunction with set_paint(::WindowHandle,'gray':). These entries can be modified by set_lut. So a 'gray value' ...
可替代项: get_image_pointer1,paint_gray,paint_region
Gray values to be used. Default:255.0 Suggested values:0.0, 1.0, 10.0, 128.0, 255.0 结果 set_grayvalreturns2(H_MSG_TRUE) if all parameters are correct. If the input is empty the behavior can be set viaset_system(::'no_object_result',<Result>:). If necessary, an exception is raised...
Gray values to be used. Default value: 255.0 Suggested values: 0.0, 1.0, 10.0, 128.0, 255.0Resultset_grayval returns 2 (H_MSG_TRUE) if all parameters are correct. If the input is empty the behavior can be set via set_system(::'no_object_result',<Result>:). If necessary, an except...
threshold(Image : Region : MinGray, MaxGray : ) 作用:阈值分割图像获得区域 Image:要进行阈值分割的图片 Region:经过阈值分割后得到的区域 MinGray, MaxGray:阈值分割的最小灰度值/阈值分割的最大灰度值 write_image(Image : : Format, FillColor, FileName : ) ...
fast_threshold (gray,regin,0, 50 , 7) get_region_convex(regin, row, col) gen_image_const(BlkImage,'byte',width,height) for I:=0 to |row|-1 by 1 tmpRow :=row[I] tmpCol :=col[I] set_grayval(BlkImage, tmpRow, tmpCol, 228) ...
set_grayval (ImagePart, 23+i, 23+j, gray_num) gray_num:=gray_num+5 endfor gray_num:=0 endfor 运行结果如下图 HALCON Region区域# 很多情况下,我们将图像处理限制在图像上某一特定的感兴趣区域(ROI) Region的初步介绍# 将Image转换为区域通常用threshold算子、 ...
3. paint_gray 功能:把一个图像的灰度值画在另一个图像上。 4. paint_region 功能:把区域画在一个图像中。 5. paint_xld 功能:把XLD目标画在一个图像中。 6.set_grayval 功能:在一个图像中设置单灰度值。 7.9 Type-Conversion 1. complex_to_real ...
ColorSet[4]:='slate blue'ColorSet[5]:='spring green'ColorSet[6]:='orange red'ColorSet[7]:='cadet blue'ColorSet[8]:='light gray'ColorSet[9]:='medium slate blue'ColorSet[10]:='red'ColorSet[11]:='white'ColorSet[12]:='green'ColorSet[13]:='blue'ColorSet[14]:='yellow'ColorSet...
27. set_draw 功能:定义区域填充模式。 28. set_fix 功能:设置固定的查询表。 29. set_gray 功能:定义区域输出的灰度值。 30. set_hsi 功能:定义输出颜色(HSI编码)。 31. set_icon 功能:区域输出的图标定义。 32. set_insert 功能:定义图像输出功能。