1. convol_image 功能:用一个任意滤波掩码对一个图像卷积。 2. expand_domain_gray 功能:扩大图像区域并且在扩大的区域中设置灰度值。 3. gray_inside 功能:对图像中的每一点在图像边界的任意路径计算尽可能低的灰度值。 4. gray_skeleton 功能:灰度值图像的细化。 5. lut_trans 功能:使用灰度值查询表转...
并保持到SmallSingle中53.count_obj(SmallSingle,NumSingle)功能:计算 SmallSingle 中包含的元素个数54.intensity(SmallSingle,Image,MeanGray,DeviationGray)功能:计算输入图像 Image 中 region (这里指 SmallSingle )的均值和方差55. area_center (SmallSingle ,Area,Row,Column)56. 模板图像的生成Inspect_shape_...
Mean(输出控制参数1):输出平均灰度值 Deviation(输出控制参数2):输出方差
if (NumSingle==1) intensity (SmallSingle, Image, MeanGray, DeviationGray) area_center (SmallSingle, Area,Row,Column)*Limit the message so that itisdisplayed entirely inside the graphics window. if (Row>MaxRow)Row:=MaxRow endif if (Column>MaxColumn)Column:=MaxColumn endif if (Row<MinRow)...
Halcon中有区域特征(region)、灰度值特征(gray value)、XLD轮廓特征(xld)。 一、区域特征: 想看某个区域的特征,单击区域,选择打开特征检测: 区域中的特征包括基本特征(basic)、形状特征(shape)、矩特征/几何矩(moment): 基本特征(basic) 依次为:面积(area)、区域中心的行列坐标(row、col)、区域左上角的行列坐...
intensity(OriginalRegion, ImageReduced1, OriginalMean, Deviation1) *2.再`intensity()`算子计算出待测图(图2)的检测区域图像的灰度平均值`DetectMean`,计算出两幅图像灰度均值的差值 intensity (DetectRegion, ImageReduced2, DetectMean, Deviation2)
Range:最大灰度值和最小灰度值之间的差距moments_gray_plane ( Regions, Image : : : MRow, MCol, Alpha, Beta, Mean& 54、#160;)计算平面的灰度矩阵和灰度值的逼近参数。plane_deviation ( Regions, Image : : : Deviation )逼近的图象平面计算灰度值偏差select_gray ( Regions, Image : SelectedRegions ...
gray_histo(Region,Image,AbsoluteHisto,RelativeHisto)intensity(Region,Image,avgValue,Deviation)//avgValue图像总平均灰度wk:=0.0//分开后前景像素点数占图像的比例uk:=0.0//分开后前景像素数的平均灰度值MaxDiff:=0.0Diff:=0.0//方差Thre:=0forIndex:=0to255by1wk:=wk+RelativeHisto[Index]uk:=uk+RelativeHis...
intensity(ImageResult, ImageResult, Value, Deviation) *方差法 region_to_mean(Image, Image, ImageMean) convert_image_type(ImageMean, ImageMean, 'real') convert_image_type(Image, Image, 'real') sub_image(Image, ImageMean, ImageSub, 1, 0) ...
1//Tenegrad梯度法2sobel_amp(Image, EdgeAmplitude,'sum_sqrt',3)3min_max_gray(EdgeAmplitude, EdgeAmplitude,0, Min, Max, Range)4threshold(EdgeAmplitude, Region1,20,255)5region_to_bin(Region1, BinImage,1,0, Width, Height)6mult_image(EdgeAmplitude, BinImage, ImageResult4,1,0)7mult_image...