gauss_image(Image : ImageGauss : Size : ) DescriptionThe operator gauss_image smoothes images using the discrete Gaussian. The smoothing effect increases with increasing filter size. The following filter sizes (Size) are supported (the sigma value of the Gauss function is indicated in brackets):...
gauss_image — Smooth an image using discrete Gaussian functions. 两个函数的功能描述基本是一个意思,但是在gauss_image函数的注释下有这么一条: gauss_image is obsolete and is only provided for reasons of backward compatibility. New applications should use the operator gauss_filter instead. 即这个函数...
halcon的derivate_gauss算子实现了图像与高斯微分的卷积操作,其算子接口如下: derivate_gauss(Image : DerivGauss : Sigma, Component : ) Image为输入图像;DerivGauss 为输出图像;Sigma为高斯平滑系数,如果Sigma设置为一个值,则行列方向平滑系数均为Sigma,如果Sigma设置为两个值,则第一个值对应列方向的平滑系数,第二...
gauss_image()(离散高斯函数平滑图像) reduce_domain()(缩小图像区域) fill_interlace()(插补两个半个视频图像) 可能的后置应用函数: connection()(连接区域) dilation1()(扩大区域) erosion1()(腐蚀区域,变小) opening()(打开区域) closing()(关闭区域) rank_region()(归类区域) shape_trans()(改变区域形状...
OrigImage(in):需要进行阈值分割的原始图像 ThresholdImage (in):在实际使用过程中通常都是对原图像OrigImage进行一次平滑处理(mean_image/gauss_image/binomial_filter等),然后用平滑处理之后得到的图像作为参考图像 RegionDynThresh(out):对原图进行阈值分割后输出图像 ...
3. gen_gauss_pyramid 功能:计算一个高斯金字塔。 4. monotony 功能:计算单一操作。 5.11 Misc 1. convol_image 功能:用一个任意滤波掩码对一个图像卷积。 2. expand_domain_gray 功能:扩大图像区域并且在扩大的区域中设置灰度值。 3. gray_inside 功能:对图像中的每一点在图像边界的任意路径计算尽可能...
OrigImage(in):需要进行阈值分割的原始图像 ThresholdImage (in):在实际使用过程中通常都是对原图像OrigImage进行一次平滑处理(mean_image/gauss_image/binomial_filter等),然后用平滑处理之后得到的图像作为参考图像 RegionDynThresh(out):对原图进行阈值分割后输出图像 ...
gauss_image — Smooth an image using discrete Gaussian functions. 两个函数的功能描述基本是一个意思,但是在gauss_image函数的注释下有这么一条: gauss_image is obsolete and is only provided for reasons of backward compatibility. New applications should use the operator gauss_filter instead. ...
1. bandpass_image 功能:使用带通滤波器提取边缘。 2. lines_color 功能:检测色线和它们的宽度。 3. lines_facet 功能:使用面模型检测线。 4. lines_gauss 功能:检测线和它们的宽度。 5.10 Match 1. exhaustive_match 功能:模板和图像的匹配。 2. exhaustive_match_mg 功能:在一个分辨率塔式结构中匹配模板和...
1 bandpass_image() 使用带通滤波器提取边缘。 2 lines_color() 检测色线和它们的宽度。 3 lines_facet() 使用面模型检测线。 4 lines_gauss() 检测线和它们的宽度。 5.10 匹配(Match) No.函数功能 1 exhaustive_match() 模板和图像的匹配。 2 exhaustive_match_mg() 在一个分辨率塔式结构中匹配模板和图...