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' ...
第1个参数(in):输入图像 第2个参数(in):被访问像素的行坐标,Row >= 0 && Row < height 第3个参数(in):被访问像素的列坐标,Col >= 0 && Col < width 第4个参数(in):像素值 可能前置: read_image,get_image_pointer1,gen_image_proto,gen_image1 可替代项: get_image_pointer1,paint_gray,paint...
* get_region_points (Domain, Rows, Columns) *获取图像灰度值 * get_grayval (GrayImage, Rows, Columns, Grayval) *遍历操作 * for Index := 1 to |Grayval|-1 by 1 * if(Grayval[Index] >100) * Grayval[Index]:=255 * endif * endfor * set_grayval (ImageResult, Rows, Columns, Grayval)...
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 excepti...
get_grayval (GrayImage, Rows, Columns, Grayval) for i := 0 to |Grayval|-1 by 1 if (Grayval[i]>100) Grayval[i] := 255 endif endfor set_grayval (ImageResult, Rows, Columns, Grayval) 1. 2. 3. 4. 5. 6. 7. 8. 9.
set_grayval (ImageResult, Rows, Columns, Grayval) *图像取对数 log_image (GrayImage, LogImage, 'e') *图像取指数 exp_image (LogImage, ExpImage, 'e') *图像均衡化 equ_histo_image (GrayImage, ImageEquHisto) 1. 2. 3. 4. 5.
24. set_color 功能:设置输出颜色。 25. set_colored 功能:设置多输出颜色。 26. set_comprise 功能:定义图像矩阵输出剪辑。 27. set_draw 功能:定义区域填充模式。 28. set_fix 功能:设置固定的查询表。 29. set_gray 功能:定义区域输出的灰度值。 30. set_hsi 功能:定义输出颜色(HSI编码)。 31. set...
19. query_gray 功能:查询显示的灰度值。 20. query_insert 功能:查询可能的图解模式。 21. query_line_width 功能:查询可能的线宽。 22. query_paint 功能:查询灰度值显示模式。 23. query_shape 功能:查询区域显示模式。 24. set_color 功能:设置输出颜色。
ColorSet[1]:='gray'ColorSet[2]:='magenta'ColorSet[3]:='coral'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[...