halcon常用運算元(1)

2021-08-18 13:51:28 字數 1027 閱讀 1547

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單位矩陣 

HALCON常用運算元(HALCON13 0)

halcon常用運算元 halcon13.0 chapter 9 develop chapter 10 file 10.1 images example 1 讀一副影象 read image image,mreut 2 將3幅影象讀入影象陣列 read image images,ic0 ic1 ic...

Halcon 運算元解釋 1

用法 edges sub pix image edges filter,alpha,low,high 解釋 使用deriche,lanser,shen或canny過濾器提取亞畫素精確邊緣。參量 用法 segment contours xld contours contourssplit mode,s...

Halcon常用陣列運算元

1 求陣列元素的最大值 tuple max array,max 2 求陣列元素的最小值 tuple min array,min 3 求陣列元素的平均值 tuple mean array,mean 4 求陣列元素的絕對值 tuple abs array,abs 5 兩個陣列相加 tuple add a...