ManBetX官网在线登录 - Apple App Store

技术支持   Support
联系我们   Contact
你的位置:首页 > 技术支持 > 技术文章

halcon常用算子(1)

2017/11/6 3:11:21      点击:

sub_image (ImageConverted1, ImageConverted2, ImageSub, 1, 0)一幅图减另一幅图。用一幅图的灰度减另一幅的灰度成新的一幅图。

mult_image (Image, ImagePart, ImageResult, 0.015, 0)一幅图加一幅成的一幅图

convert_image_type (Traffic2, ImageConverted2, 'int2')转换图像的格式

crop_part (ImageNoise, ImagePart, 0, 0, Width, Height)取出一幅图的中部分

dots_image (ImageResult, DotImage, 5, 'dark', 2)取出图像中圆点

partition_dynamic (SelectedRegions, Partitioned, 25, 20)根据各个区域的特征将各个区域分割开。

intersection (Partitioned, Region, Characters)取出两个区域中重叠的部分,如果Region有两个区域在Partitioned中,则这两个区域合并成一区域。

difference (RegionDilation, RegionErosion, RegionDifference)取出两个区域中不重叠的部分。 critical_points_sub_pix (FilterResponse, 'facet', 1.5, 0.7, RowMin, ColMin, RowMax, ColMax, RowSaddle, ColSaddle)取出图像中的关键点。

corner_response (Image, FilterResponse, 3, 0.04)

auto_threshold (Image, Regions, 10)自动阈值分割,根据灰度直方图中两波峰中的波谷取出阈值。

closing (RegionClosing3, Rectangle, RegionClosing4)用一个设计好的区域来封闭其它区域。 hom_mat2d_identity (HomMat2DIdentity)生成一个2D单位矩阵