9. frei_amp 功能:使用Frei-Chen算子检测边缘(幅值)。 10. frei_dir 功能:使用Frei-Chen算子检测边缘(幅值和相位)。 11. highpass_image 功能:从一个图像提取高频成分。 12. info_edges 功能:在edges_image估计滤波器的宽度。 13. kirsch_amp 功能:使用Kirsch算子检测边缘(幅值)。 14. kirsch_dir 功能:使...
2. tuple_first_n 功能:选取一个元组的第一个元素。 3. tuple_last_n 功能:选择从符号“n”开始到元组末尾的所有元素。 4. tuple_remove 功能:从一个元组中移出元素。 5. tuple_select 功能:选择一个元组中单一元素。 6. tuple_select_range 功能:选择一个元组中的一些元素。 7. tuple_select_rank 功能...
1.add_sample_class_gmm 功能:把一个训练样本添加到一个高斯混合模型的训练数据上。 2.classify_class_gmm 功能:通过一个高斯混合模型来计算一个特征向量的类。 3. clear_all_class_gmm 功能:清除所有高斯混合模型。 4. clear_class_gmm 功能:清除一个高斯混合模型。 5. clear_samples_class_gmm 功能:清除一...
Chapter U Morphology 11.1 Gray-Values duaLrank 功能:打开、取屮值和关闭圆和矩形掩码。 gen_disc_se 功能:为灰度形态学生成椭圆结构基础。 gray^bothat 功能:执行一个图像的-个灰度值bottomhat变换(原图像和它的闭Z间的差)。 gray.closing 功能:关闭?个图像的一个灰度值。 gray_closing_rect 功能:关闭带...
1. get_region_chain 功能:一个对象的轮廓(contour)作为链式码。 2. get_region_contour 功能:查询一个目标的轮廓(contour)。 3. get_region_convex 功能:查询突起的外表作为轮廓(contour)。 4. get_region_points 功能:查询一个区域的像素数。 5. get_region_polygon ...
HALCON:子函数完整汇总Chapter 19:XLD191 Access1 getcontourxld功能:返回XLD轮廓contour 得坐标。2 getlinesxld功能:返回一个XLD多边形polygon 数据。3 getpar
2. tuple_first_n 功能:選取一個元組的第一個元素。3. tuple_last_n 功能:選擇從符號n開始到元組末尾的所有元素。4. tuple_remove 功能:從一個元組中移出元素。5. tuple_select 功能:選擇一個元組中單一元素。6. tuple_select_range 功能:選擇一個元組中的一些元素。7. tuple_select_rank 功能:選擇一個...
HTuple TupleSelectRank(const HTuple& RankIndex) const 选择一个元组的等级n的元素. HTuple TupleUniq() const 丢弃除元组的连续相同元素之外的所有元素. HTuple TupleFindLast(const HTuple& ToFind) const 返回另一个元组中最后一个元组出现的索引. HTuple TupleFindFirst(const HTuple& ToFind) const 返回另一...
select_rank(t,v) Select the element (number) with the given rank inverse(t) reverse the order of the values subset(t1,t2) selection from t1 by indices in t2 remove(t1,t2) Remove of values with the given indices environment(s) value of an environment variable ord(a) ASCII number of ...
The operatormean_ngenerates the pixel-by-pixel mean value of all channels . For each coordinate point the sum of all gray values at this coordinate is calculated. The result is the mean of the gray values (sum divided by the number of channels). The output image has one channel. ...