1. select_contours_xld函数概述 在Halcon中,xld是指"extended line data",用于表示直线或者轮廓线等几何形状的数据结构。 select_contours_xld函数的作用是根据特定的条件,从一组输入边缘线(xld)中选择相应的边缘线。这些条件可以根据线的长度、角度、弧度等特征进行选择。 2. select_contours_xld函数的参数 select...
Halcon select_contours_xld函数的基本使用方法 使用Halcon select_contours_xld函数需要以下几个步骤: 1.导入Halcon库并初始化 首先,需要在代码中导入Halcon库,并进行初始化。这可以通过使用以下代码完成: import halcon as h h.init() 2.加载图像并提取轮廓 使用Halcon的图像加载函数,例如read_image,加载要处理的图...
Halcon的select_contours_xld函数可以根据一定的条件选择图像中的轮廓线,提供了灵活的参数设置,并且可以与其他函数结合使用来实现更复杂的操作。 第二步:了解select_contours_xld函数的参数和返回值(200-300字) select_contours_xld函数的主要参数包括输入图像、定义轮廓线的运算符、过滤条件和返回值。输入图像是希望提取...
select_contours_xld根据以下特征(参数Feature)从输入轮廓Contours 中选择XLD轮廓:contour_length 所有长度...
select_contours_xld selects XLD contours from the input contours Contours according to the following features (parameter Feature): 'contour_length': all contours whose length is smaller than Min1 or larger than Max1 are not returned (Min2 and Max2 have no influence here). 'maximum_extent'...
select_contours_xld(Contours:SelectedContours:Feature,Min1,Max1,Min2,Max2: ) Description 'contour_length': all contours whose length is smaller thanMin1or larger thanMax1are not returned (Min2andMax2have no influence here). 'maximum_extent': ...
select_contours_xld selects XLD contours from the input contours Contours according to the following features (parameter Feature): 'contour_length': all contours whose length is smaller than Min1 or larger than Max1 are not returned (Min2 and Max2 have no influence here). 'maximum_extent'...
Contours(input_object)xld_cont-array→object Input XLD contours. SelectedContours(output_object)xld_cont-array→object Output XLD contours. Feature(input_control)string→(string) Feature to select contours with. Default value:'contour_length'