local_max_sub_pix从具有亚像素精度的图像中提取局部最大值。为了做到这一点,在每个点的输入图像是近似...
* 如果平移在一个或两个方向上接近于0,那么local_max_sub_pix中的插值表达式将因此访问错误的值,因为它的边界处理(不是循环的)。 * 为了获得在所有情况下都正确的平移,我们周期性地移动相位相关,使零平移对应于图像的中心。 * 然后修改local_max_sub_pix返回的坐标。 * 最后计算出来的结果才是平移的正确值。
local_max_sub_pixreturns 2 (H_MSG_TRUE) if all parameters are correct and no error occurs during the execution. If the input is empty the behavior can be set viaset_system('no_object_result',<Result>). If necessary, an exception is raised. ...
local_max_sub_pixreturns 2 (H_MSG_TRUE) if all parameters are correct and no error occurs during the execution. If the input is empty the behavior can be set viaset_system('no_object_result',<Result>). If necessary, an exception is raised. ...
local_max (Image, LocalMaxima)找到比周围灰度值都大的点。 local_min (ImageInverted, LocalMinima) 找到比周围灰度值都小的点 smooth_image (Image, ImageSmooth, 'deriche2', 0.2)平滑图像 invert_image (ImageSmooth, ImageInverted)用255减去每个点的灰度值作为这个点新的灰度值。
local_max_sub_pix (ImageReduced, 'facet', 1.0, 4, Row, Column)提取出图像中灰度极大值的坐标mod_parallels_xld (ParallelRoadEdge 33、s, Part, ModParallelRoadEdges, ExtParallelRoadEdges, 0.3, 160, 220, 10)修补平行的轮廓线split_contours_xld (Polygons, SplitContours, 'polygon', 1, 5)...
1. critical_ points_ sub_ pix 功能:一幅图像中主要点的子像素精确度检测。 2. local_ max 功能:检测一幅图像中所有的最大数。 3. local_ max_ sub_ pix 功能:一幅图像中局域最大数的子像素精确度检测。 4 .local_ min 功能:检测一幅图像中所有的最小数。 5. local_ min_ sub_ pix 功能:一幅...
halcon中的edges_sub_pix()算子用于从灰度图像中提取亚像素轮廓XLD,其算子接口如下: edges_sub_pix(Image : Edges : Filter, Alpha, Low, High : ) 其中Image为输入灰度图像;Edges为结果轮廓;Filter指定滤波器类型,halcon提供了 'canny', 'canny_junctions', 'deriche1', 'deriche1_junctions', 'deriche2...
local_max_sub_pix(ImageReduced,facet,1.0,4,Row,Column)提取出图像中灰度极大值的坐 标 mod_parallels_xld(ParallelRoadEdges,Part,ModParallelRoadEdges,ExtParallelRoadEdges,0.3, 160,220,10)修补平行的轮廓线 split_contours_xld(Polygons,SplitContours,polygon,1,5) ...
* 如果平移在一个或两个方向上接近于0,那么local_max_sub_pix中的插值表达式将因此访问错误的值,因为它的边界处理(不是循环的)。 * 为了获得在所有情况下都正确的平移,我们周期性地移动相位相关,使零平移对应于图像的中心。 * 然后修改local_max_sub_pix返回的坐标。 * 最后计算出来的结果才是平移的正确值。