CN102663395B - A straight line detection method based on self-adaptation multi-scale fast discrete Beamlet transform - Google Patents

A straight line detection method based on self-adaptation multi-scale fast discrete Beamlet transform Download PDF

Info

Publication number
CN102663395B
CN102663395B CN 201210054953 CN201210054953A CN102663395B CN 102663395 B CN102663395 B CN 102663395B CN 201210054953 CN201210054953 CN 201210054953 CN 201210054953 A CN201210054953 A CN 201210054953A CN 102663395 B CN102663395 B CN 102663395B
Authority
CN
China
Prior art keywords
edge
image
block
straight line
sub
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
CN 201210054953
Other languages
Chinese (zh)
Other versions
CN102663395A (en
Inventor
李映
韩晓宇
崔杨杨
李潇
张艳宁
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xi'an Anmeng Intelligent Technology Co ltd
Original Assignee
Northwestern Polytechnical University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Northwestern Polytechnical University filed Critical Northwestern Polytechnical University
Priority to CN 201210054953 priority Critical patent/CN102663395B/en
Publication of CN102663395A publication Critical patent/CN102663395A/en
Application granted granted Critical
Publication of CN102663395B publication Critical patent/CN102663395B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

The present invention belongs to the technical field of image processing, and particularly relates to a straight line detection method based on self-adaptation multi-scale fast discrete Beamlet transform. Technical features of the method rest with following details: an edge detection image E is obtained by carrying out edge detection on an image I using a Canny operator, gradient direction angles of edge pixel points on the edge detection image E are calculated and the edge contour is divided into various linearity regions based on a gradient direction angle of two edge points, and fast discrete Beamlet transform is carried out on a current self-adaptation partition subblock through linearity region screening to detect straight lines. The method reduces calculation amount by a certain degree because the scale of an AMFDBT algorithm initial blockette is in a self-adaptation set by the region where a target point is] in the image. At the same time, the initial Beamlet transform can easily cause straight lines to be truncated while the self-adaptive change in partition sub-block makes result of the detected straight line more complete with no truncation of straight lines.

Description

基于自适应多尺度快速离散Beamlet变换的直线检测方法Line Detection Method Based on Adaptive Multiscale Fast Discrete Beamlet Transform

技术领域 technical field

本发明属于图像处理,尤其涉及一种基于自适应多尺度快速离散Beamlet变换的直线检测方法。The invention belongs to image processing, in particular to a straight line detection method based on adaptive multi-scale fast discrete Beamlet transformation.

背景技术 Background technique

线特征的提取一直是图像处理和模式识别领域中的一个研究热点,传统的直线检测算法虽然都能够较快地检测出直线,但是都因没有提供线段的长度信息以及线段的起点和终点信息而无法实现线段的精确定位。The extraction of line features has always been a research hotspot in the field of image processing and pattern recognition. Although traditional line detection algorithms can detect straight lines quickly, they all fail because they do not provide the length information of the line segment and the starting point and end point information of the line segment. Precise positioning of line segments cannot be achieved.

Beamlet变换是多尺度几何分析的有效工具之一,用来从含噪图像中恢复直线,曲线和块状区域,它容易实现线段的精确定位和对线段的多尺度近似,在含噪直线特征检测及直线拟合上都有着明显的优势和潜力。但是传统Beamlet变换的计算量非常大,许多改进的快速算法都因为要进行大量的重复工作而浪费很多计算量。而且由于传统的Beamlet变换的分区块大小均为二进方块,若要应用于一般的矩形图像则相对繁琐。同时,由于算法是在二进递归的基础上实现的,容易造成直线被截断的情况。Beamlet transform is one of the effective tools for multi-scale geometric analysis. It is used to restore straight lines, curves and blocky areas from noisy images. It is easy to achieve accurate positioning of line segments and multi-scale approximation of line segments. It is used in the detection of noisy line features. It has obvious advantages and potential in straight line fitting. However, the traditional Beamlet transformation requires a lot of calculations, and many improved fast algorithms waste a lot of calculations because of a lot of repetitive work. Moreover, since the block sizes of the traditional Beamlet transformation are all binary squares, it is relatively cumbersome to apply to general rectangular images. At the same time, since the algorithm is implemented on the basis of binary recursion, it is easy to cause the straight line to be truncated.

综上所述,传统的Beamlet变换存在计算量大、检测结果不完整等不足。To sum up, the traditional Beamlet transformation has the disadvantages of large amount of calculation and incomplete detection results.

发明内容 Contents of the invention

要解决的技术问题technical problem to be solved

为了避免现有技术的不足之处,本发明提出一种基于自适应多尺度快速离散Beamlet变换的直线检测方法。In order to avoid the shortcomings of the prior art, the present invention proposes a line detection method based on adaptive multi-scale fast discrete Beamlet transform.

技术方案Technical solutions

一种基于自适应多尺度快速离散Beamlet变换的直线检测方法,其特征在于步骤如下:A straight line detection method based on adaptive multi-scale fast discrete Beamlet transform, characterized in that the steps are as follows:

步骤1:利用Canny算子对图像I进行边缘检测,得到边缘检测图像E;Step 1: Use the Canny operator to perform edge detection on the image I to obtain the edge detection image E;

步骤2:计算边缘检测图像E上边缘像素点梯度的方向角:

Figure BDA0000140613440000021
当两个边缘点的梯度方向角相差大于预设阈值threshold时,在此该边缘点处断开,将边缘轮廓分割成多个线性区域并给予标记;式中,Gx和Gy分别表示边缘点的水平和垂直梯度分量;Step 2: Calculate the direction angle of the edge pixel gradient on the edge detection image E:
Figure BDA0000140613440000021
When the difference between the gradient direction angles of two edge points is greater than the preset threshold threshold, the edge point will be disconnected, and the edge contour will be divided into multiple linear regions and marked; where G x and G y represent the edge the horizontal and vertical gradient components of the point;

步骤3:将线性区域内边缘点数少于20的线区删除,得到经过线区筛选后的图像E′,并将边缘检测后的边缘点作为目标点;Step 3: Delete the line area with less than 20 edge points in the linear area to obtain the image E' filtered by the line area, and use the edge point after edge detection as the target point;

步骤4:以边缘图像E′为最初分区子块,寻找目标点存在的最小区域作为自适应分区子块;若该子块大于等于规定阈值t′时执行步骤5;否则执行步骤6;Step 4: Take the edge image E' as the initial partition sub-block, and find the smallest area where the target point exists as the adaptive partition sub-block; if the sub-block is greater than or equal to the specified threshold t', perform step 5; otherwise, perform step 6;

步骤5:对当前自适应分区子块进行快速离散Beamlet变换,检测直线。若找到beamlet直线,记录直线的端点和斜率信息,然后在当前子块下擦除该直线;否则,将当前分区块四等分,并作为下一尺度分区子块的初始大小,重复执行步骤4;Step 5: Perform fast discrete Beamlet transformation on the current adaptive partition sub-block to detect straight lines. If the beamlet straight line is found, record the endpoint and slope information of the straight line, and then erase the straight line under the current sub-block; otherwise, divide the current partition block into four equal parts, and use it as the initial size of the sub-block of the next scale partition, repeat step 4 ;

步骤6:若beamlet直线的数量大于0,根据所有直线的斜率信息,找到直线斜率差在1度以内的所有直线作为平行线。Step 6: If the number of beamlet straight lines is greater than 0, according to the slope information of all straight lines, find all straight lines whose slope difference is within 1 degree as parallel lines.

有益效果Beneficial effect

本发明提出的一种基于自适应多尺度快速离散Beamlet变换的直线检测方法,由于AMFDBT算法初始分区块的尺度是由图中目标点存在的区域自适应设定的,在最极端的情况下目标点才会遍布全图,这使得计算量得到一定的减小。同时,最初的Beamlet变换容易造成直线被截断的情况,而分区子块自适应的改变使得最终检测直线的结果更加完整,不易产生截断现象。A straight line detection method based on adaptive multi-scale fast discrete Beamlet transform proposed by the present invention, since the scale of the initial block of the AMFDBT algorithm is adaptively set by the area where the target point exists in the figure, in the most extreme case the target The points will spread all over the whole graph, which reduces the amount of calculation to a certain extent. At the same time, the original Beamlet transformation is likely to cause the line to be truncated, and the adaptive change of the partition sub-block makes the final detection result of the line more complete and less prone to truncation.

附图说明 Description of drawings

图1:基于AMFDBT的平行线检测流程图Figure 1: Flow chart of parallel line detection based on AMFDBT

具体实施方式 Detailed ways

现结合实施例、附图对本发明作进一步描述:Now in conjunction with embodiment, accompanying drawing, the present invention will be further described:

本发明在传统的离散Beamlet变换二进递归分区算法的基础定义了自适应瓦片回归分区(Adaptive Tile Recursive Dyadic Partitioning,简称ATRDP)算法。这里用Si,j,l表示每一分区子块,其中(i,j)表示该子块左上角点在原图像中的x坐标和y坐标,l表示子块的边长,k表示第k个分区子块,J表示第J次进行自适应瓦片回归分区。则ATRDP算法定义如下:The present invention defines an Adaptive Tile Recursive Dyadic Partitioning (ATRDP for short) algorithm on the basis of the traditional discrete Beamlet transform binary recursive partitioning algorithm. Here S i, j, l are used to represent each partition sub-block, where (i, j) represents the x-coordinate and y-coordinate of the upper left corner point of the sub-block in the original image, l represents the side length of the sub-block, and k represents the kth partition sub-blocks, and J represents the Jth adaptive tile regression partition. Then the ATRDP algorithm is defined as follows:

①ATPJ是一个ATRDP。① ATP J is an ATRDP.

②如果 ATP J = { S i 0 , j 0 , l 0 , . . . . S i k , j k , l k , . . . , S i n , j n , l n } 是一个ATRDP,且若满足自适应分区条件(指在该分区块中能找到beamlet b线段且从图中消除b线段所含的目标点会改变分区块中目标点的分布区域),则

Figure BDA0000140613440000033
被按其分区内目标点存在的区域自适应调整为
Figure BDA0000140613440000034
则②If ATP J = { S i 0 , j 0 , l 0 , . . . . S i k , j k , l k , . . . , S i no , j no , l no } is an ATRDP, and If the adaptive partition condition is met (meaning that the beamlet b line segment can be found in the partition block and the elimination of the target point contained in the b line segment from the graph will change the distribution area of the target point in the partition block), then
Figure BDA0000140613440000033
It is adaptively adjusted according to the region where the target point exists in its partition as
Figure BDA0000140613440000034
but

ATPATP JJ ++ 11 == {{ SS ii 00 ,, jj 00 ,, ll 00 ,, .. .. .. ,, SS ii kk ,, jj kk ,, ll kk ,, SS (( adapadap )) ii kk ,, jj kk ,, ll kk ,, .. .. .. ,, SS ii nno ,, jj nno ,, ll nno }}

也是ATRDP。Also ATRDP.

若不满足自适应分区条件,且

Figure BDA0000140613440000037
能被细分为四个相等分区子块
Figure BDA0000140613440000038
则分别按这四个子分区块中目标点存在的区域重新调整其尺度,得到
Figure BDA0000140613440000039
Figure BDA00001406134400000310
则③ If the adaptive partition condition is not met, and
Figure BDA0000140613440000037
Can be subdivided into four equal partition subblocks
Figure BDA0000140613440000038
Then readjust the scale according to the area where the target point exists in the four sub-blocks, and get
Figure BDA0000140613440000039
Figure BDA00001406134400000310
but

ATP J + 1 = { S i 0 , j 0 , l 0 , . . . , S i k , j k , l k , . . . , S ( adap ) i k , j k , l k / 2 , S ( adap ) i k + l k / 2 , j k , l k / 2 , S ( adap ) i k , j k + l k / 2 , l k / 2 , S ( adap ) i k + l k / 2 , j k + l k / 2 , l k / 2 . . . , S i n , j n , l n } 也是ATRDP,其中

Figure BDA00001406134400000312
Figure BDA00001406134400000313
的父块。 ATP J + 1 = { S i 0 , j 0 , l 0 , . . . , S i k , j k , l k , . . . , S ( adap ) i k , j k , l k / 2 , S ( adap ) i k + l k / 2 , j k , l k / 2 , S ( adap ) i k , j k + l k / 2 , l k / 2 , S ( adap ) i k + l k / 2 , j k + l k / 2 , l k / 2 . . . , S i no , j no , l no } is also ATRDP, where
Figure BDA00001406134400000312
yes
Figure BDA00001406134400000313
parent block.

将ATRDP分区方法与快速离散Beamlet变换(Fast Discrete Beamlet Transform,简称FDBT)结合,定义自适应多尺度快速离散Beamlet变换为:Combining the ATRDP partition method with the Fast Discrete Beamlet Transform (FDBT for short), the adaptive multi-scale Fast Discrete Beamlet Transform is defined as:

Figure BDA00001406134400000315
Figure BDA00001406134400000315

其中

Figure BDA0000140613440000041
为快速离散Beamlet变换,定义如下:in
Figure BDA0000140613440000041
For the fast discrete Beamlet transform, it is defined as follows:

Figure BDA0000140613440000042
Figure BDA0000140613440000042

GG (( ff (( xx ,, ythe y )) )) == 11 ff (( xx ,, ythe y )) &GreaterEqual;&Greater Equal; tt 00 ff (( xx ,, ythe y )) << tt -- -- -- (( 33 ))

式(1)中beamlet b为分区子块S中的一个线段,S为ATRDP分区子块。AMFDBT的截集包括了所有能量函数

Figure BDA0000140613440000044
(其中||b||是beamlet b上的元素个数)超过指定阈值t*的beamlet b,在上一层大尺度下子块已经存在的beamlet b在下一级分解的精细尺度子块中将不再考虑,大尺度下的beamlet b的分解可以表示为b=Ujbj,所以AMFDBT的截集为:In the formula (1), beamlet b is a line segment in the partition sub-block S, and S is the ATRDP partition sub-block. The cut set of AMFDBT includes all energy functions
Figure BDA0000140613440000044
(Where ||b|| is the number of elements on beamlet b) Beamlet b exceeding the specified threshold t * , beamlet b that already exists in sub-blocks at the upper level of large-scale sub-blocks will not be decomposed in the fine-scale sub-blocks of the next level Considering again, the decomposition of beamlet b on a large scale can be expressed as b=U j b j , so the cut set of AMFDBT is:

BB tt ** == {{ bb || EE. (( bb )) >> tt ** ,, || bb &Element;&Element; SS ,, SS &Element;&Element; ATPATP JJ ,, bb &NotElement;&NotElement; DD. ~~ tt ** }} -- -- -- (( 44 ))

DD. ~~ tt ** == {{ bb jj || bb == Uu jj bb jj ,, EE. (( bb )) >> tt ** ,, bb &Element;&Element; PP }} -- -- -- (( 55 ))

其中P是S的父块。where P is the parent block of S.

(2)基于AMFDBT的平行线检测(2) Parallel line detection based on AMFDBT

本发明将AMFDBT应用于对图像进行平行线检测。The invention applies the AMFDBT to the parallel line detection of the image.

在检测平行线之前首先要对图像进行一系列预处理,其具体步骤如下:Before detecting parallel lines, a series of preprocessing is first performed on the image, and the specific steps are as follows:

①利用Canny算子对图像I进行边缘检测,得到边缘检测图像E。① Use the Canny operator to detect the edge of the image I to obtain the edge detection image E.

②线性区域筛选,剔除曲线或较短直线。由于在图像I中,除了目标之外往往还存在着大量的复杂背景,边缘检测后它们主要表现出些不规则或者弯曲的边缘特征,这些边缘特征在直线检测过程会造成较大的影响。因此在直线检测之前,先对边缘图像E进行边缘轮廓筛选,只留下同向边缘点较多的线性区域,去除一些弯曲不规则或者过短的边缘特征。② Linear area screening, eliminating curves or shorter straight lines. Because in image I, besides the target, there are often a large number of complex backgrounds, after edge detection, they mainly show some irregular or curved edge features, and these edge features will have a greater impact on the straight line detection process. Therefore, before the straight line detection, the edge profile of the edge image E is screened first, leaving only the linear area with more edge points in the same direction, and removing some curved irregular or too short edge features.

本发明主要是利用边缘像素点的梯度相位信息,来实现线性区域的筛选。首先计算边缘像素点梯度的方向角:The present invention mainly utilizes the gradient phase information of edge pixels to realize the screening of linear regions. First calculate the orientation angle of the edge pixel gradient:

Figure BDA0000140613440000047
Figure BDA0000140613440000047

式中,Gx和Gy分别表示边缘点的水平和垂直梯度分量。当两个边缘点的梯度方向角相差大于预设阈值threshold时,表示边缘轮廓方向变换较大,在此边缘点处断开。这样可将边缘轮廓分割成很多线性区域,标记这些线性区域,统计线性区域内边缘点数,删除边缘点较少的线区,以进一步减少检测干扰。我们将经过线区筛选后的图像记为E′。where G x and G y represent the horizontal and vertical gradient components of edge points, respectively. When the difference between the gradient orientation angles of two edge points is greater than the preset threshold threshold, it means that the direction of the edge contour changes greatly, and the edge point is disconnected. In this way, the edge contour can be divided into many linear areas, these linear areas are marked, the number of edge points in the linear area is counted, and the line areas with fewer edge points are deleted to further reduce detection interference. We denote the image filtered by the line area as E'.

在边缘图像E′的基础上利用AMFDBT检测平行线,具体算法描述如下:Using AMFDBT to detect parallel lines on the basis of edge image E′, the specific algorithm is described as follows:

①遍历操作子图(初始的操作子图为边缘图像E′),找到图中目标点(即图像经过边缘检测后的边缘点)存在的区域。若该区域大小大于规定阈值t′(t′可根据图像大小进行调整,一般为图像宽度/100),执行下一步;否则执行步骤④。① Traverse the operation subgraph (the initial operation subgraph is the edge image E′), and find the area where the target point (ie, the edge point of the image after edge detection) exists in the graph. If the area size is greater than the specified threshold t′ (t′ can be adjusted according to the image size, generally image width/100), go to the next step; otherwise go to step ④.

②以步骤①找到的目标点区域作为分区子块,对该分区块进行快速离散Beamlet变换,找出当前分区块中的所有beamlet直线,根据直线端点信息计算其斜率。②Using the target point area found in step ① as the partition sub-block, perform fast discrete Beamlet transformation on the partition block, find out all the beamlet straight lines in the current partition block, and calculate their slope according to the endpoint information of the straight line.

③若在步骤②中找到beamlet直线,提取直线信息并擦除该直线;否则,将当前分区块四等分,并作为下一尺度分区子块的初始大小。执行步骤①。③If the beamlet straight line is found in step ②, extract the straight line information and erase the straight line; otherwise, divide the current partition block into four equal parts and use it as the initial size of the sub-block of the next scale partition. Execute step ①.

④若检测出beamlet直线,则根据直线的斜率信息,找出所有的平行线。④ If the beamlet straight line is detected, all parallel lines are found according to the slope information of the straight line.

本发明实施例参考流程图(1),基于自适应多尺度Beamlet变换的平行线检测步骤如下:Referring to the flow chart (1) in the embodiment of the present invention, the parallel line detection steps based on adaptive multi-scale Beamlet transformation are as follows:

本发明将AMFDBT应用于对图像进行平行线检测,其具体步骤如下:The present invention applies AMFDBT to carry out parallel line detection to image, and its specific steps are as follows:

(1)图像预处理(1) Image preprocessing

①利用Canny算子对图像I进行边缘检测,得到边缘检测图像E。① Use the Canny operator to detect the edge of the image I to obtain the edge detection image E.

②线性区域筛选,剔除曲线或较短直线。由于在图像I中,除了目标之外往往还存在着大量的复杂背景,边缘检测后它们主要表现出些不规则或者弯曲的边缘特征,这些边缘特征在直线检测过程会造成较大的影响。因此在直线检测之前,先对边缘图像E进行边缘轮廓筛选,只留下同向边缘点较多的线性区域,去除一些弯曲不规则或者过短的边缘特征。② Linear area screening, eliminating curves or shorter straight lines. Because in image I, besides the target, there are often a large number of complex backgrounds, after edge detection, they mainly show some irregular or curved edge features, and these edge features will have a greater impact on the straight line detection process. Therefore, before the straight line detection, the edge profile of the edge image E is screened first, leaving only the linear area with more edge points in the same direction, and removing some curved irregular or too short edge features.

本发明主要是利用边缘像素点的梯度相位信息,来实现线性区域的筛选。首先计算边缘像素点梯度的方向角:The present invention mainly utilizes the gradient phase information of edge pixels to realize the screening of linear regions. First calculate the orientation angle of the edge pixel gradient:

Figure BDA0000140613440000061
Figure BDA0000140613440000061

式中,Gx和Gy分别表示边缘点的水平和垂直梯度分量。当两个边缘点的梯度方向角相差大于预设阈值threshold(此处threshold=20)时,表示边缘轮廓方向变换较大,在此边缘点处断开。这样可将边缘轮廓分割成很多线性区域,标记这些线性区域,统计线性区域内边缘点数,删除边缘点较少的线区,以进一步减少检测干扰。我们将经过线区筛选后的图像记为E′。where G x and G y represent the horizontal and vertical gradient components of edge points, respectively. When the difference between the gradient direction angles of two edge points is larger than the preset threshold threshold (threshold=20), it means that the direction of the edge contour changes greatly, and the edge point is disconnected. In this way, the edge contour can be divided into many linear areas, these linear areas are marked, the number of edge points in the linear area is counted, and the line areas with fewer edge points are deleted to further reduce detection interference. We denote the image filtered by the line area as E'.

(2)基于AMFDBT的平行线检测(2) Parallel line detection based on AMFDBT

①遍历操作子图(初始的操作子图为边缘图像E′),找到图中目标点(即图像经过边缘检测后的边缘点)存在的区域。若该区域大小大于规定阈值t′(t′可根据图像大小进行调整,一般为图像宽度/100),执行下一步;否则执行步骤④。① Traverse the operation subgraph (the initial operation subgraph is the edge image E′), and find the area where the target point (ie, the edge point of the image after edge detection) exists in the graph. If the area size is greater than the specified threshold t′ (t′ can be adjusted according to the image size, generally image width/100), go to the next step; otherwise go to step ④.

②以步骤①找到的目标点区域作为分区子块,对该分区块进行快速离散Beamlet变换,找出当前分区块中的所有beamlet直线,根据直线端点信息计算其斜率。②Using the target point area found in step ① as the partition sub-block, perform fast discrete Beamlet transformation on the partition block, find out all the beamlet straight lines in the current partition block, and calculate their slope according to the endpoint information of the straight line.

③若在步骤②中找到beamlet直线,提取直线信息(端点和斜率)并擦除该直线;否则,将当前分区块四等分,并作为下一尺度分区子块的初始大小。执行步骤①。③ If the beamlet straight line is found in step ②, extract the straight line information (end point and slope) and erase the straight line; otherwise, divide the current partition block into four equal parts and use it as the initial size of the sub-block of the next scale partition. Execute step ①.

④若检测出beamlet直线,则根据直线的斜率信息,找出所有的平行线。④ If the beamlet straight line is detected, all parallel lines are found according to the slope information of the straight line.

Claims (1)

1. line detection method based on self-adapting multi-dimension fast discrete Beamlet conversion is characterized in that step is as follows:
Step 1: utilize the Canny operator to carry out rim detection to image I, obtain edge-detected image E;
Step 2: the deflection of edge calculation detected image E up contour point gradient:
Figure FDA00003383106600011
When the gradient direction angle of two marginal points differs by more than predetermined threshold value threshold, expression edge contour direction transformation is larger, judge that these two marginal points do not belong to the same range of linearity, are divided into several ranges of linearity and separate marking with this with all marginal points; In formula, G xAnd G yThe horizontal and vertical gradient component that represents respectively marginal point;
Step 3: all are contained the edge count and be less than the deletion of 20 the range of linearity, obtain through the image E ' after the screening of the range of linearity, and with edge image E ' as subregion sub-block at first, with all marginal points in E ' as impact point;
Step 4: seek Minimum Area that impact point exists as the adaptive partition sub-block under current subregion sub-block, if the size of this adaptive partition sub-block during more than or equal to predetermined threshold value t', execution in step 5; Otherwise execution in step 6;
Step 5: current adaptive partition sub-block is carried out fast discrete Beamlet conversion, detection of straight lines; If find the beamlet straight line, record end points and the slope information of straight line, then wipe this straight line under current subregion sub-block; Otherwise, with the current subregion sub-block quartern, and as the initial size of next yardstick subregion sub-block, turn back to step 4;
Step 6: if the quantity of beamlet straight line greater than 0, according to the slope information of all straight lines, find straight slope poor 1 the degree with all interior straight lines as parallel lines.
CN 201210054953 2012-03-05 2012-03-05 A straight line detection method based on self-adaptation multi-scale fast discrete Beamlet transform Expired - Fee Related CN102663395B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201210054953 CN102663395B (en) 2012-03-05 2012-03-05 A straight line detection method based on self-adaptation multi-scale fast discrete Beamlet transform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201210054953 CN102663395B (en) 2012-03-05 2012-03-05 A straight line detection method based on self-adaptation multi-scale fast discrete Beamlet transform

Publications (2)

Publication Number Publication Date
CN102663395A CN102663395A (en) 2012-09-12
CN102663395B true CN102663395B (en) 2013-11-06

Family

ID=46772879

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201210054953 Expired - Fee Related CN102663395B (en) 2012-03-05 2012-03-05 A straight line detection method based on self-adaptation multi-scale fast discrete Beamlet transform

Country Status (1)

Country Link
CN (1) CN102663395B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103914830B (en) 2014-02-22 2017-02-01 小米科技有限责任公司 Straight line detection method and device
CN110298845A (en) * 2019-06-17 2019-10-01 中国计量大学 It transmits electricity under a kind of complex background based on image procossing line detecting method
CN111047615B (en) * 2019-12-09 2024-02-02 Oppo广东移动通信有限公司 Image-based straight line detection method and device and electronic equipment
CN111445510A (en) * 2020-03-24 2020-07-24 杭州东信北邮信息技术有限公司 Method for detecting straight line in image

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
ATE525705T1 (en) * 2007-04-13 2011-10-15 Pasteur Institut CHARACTERISTIC BEAMLET TRANSFORMATION APPARATUS AND RELATED METHODOLOGY FOR DETECTING CURVILINE OBJECTS OF AN IMAGE
CN101159009B (en) * 2007-11-09 2010-04-21 西北工业大学 A Method for Detecting Bridges from Remote Sensing Images
CN101915764B (en) * 2010-08-10 2012-02-01 武汉武大卓越科技有限责任公司 Road surface crack detection method based on dynamic programming
CN102156882A (en) * 2011-04-14 2011-08-17 西北工业大学 Method for detecting airport target based on high-resolution remote sensing image

Also Published As

Publication number Publication date
CN102663395A (en) 2012-09-12

Similar Documents

Publication Publication Date Title
CN103543394B (en) A kind of high voltage electric equipment electric discharge ultraviolet imagery quantization parameter extracting method
CN104282026B (en) Distributing homogeneity appraisal procedure based on watershed algorithm and minimum spanning tree
CN102693423B (en) One pinpoint method of car plate under intense light conditions
CN104867130B (en) A kind of self-adapting division method based on crack image sub-district gray average
Isikdogan et al. Automatic channel network extraction from remotely sensed images by singularity analysis
CN101137003A (en) A Subpixel Edge Extraction Method Based on Gray Relational Analysis
CN102903108B (en) Edge detection method based on underwater image statistical property
CN102663395B (en) A straight line detection method based on self-adaptation multi-scale fast discrete Beamlet transform
CN101159009A (en) A Method for Detecting Bridges from Remote Sensing Images
CN113506246B (en) Concrete 3D printing component fine detection method based on machine vision
CN112819845A (en) Flexible packaging substrate contour, line width and line distance defect detection method, medium and equipment
CN104134195B (en) Image restoration method based on geometric sparsity of blocks
CN103345760B (en) A kind of automatic generation method of medical image object shapes template mark point
CN104880160A (en) Two-dimensional-laser real-time detection method of workpiece surface profile
CN104156722A (en) Airport target detection method based on high-resolution remote sensing image
CN104156723B (en) A kind of extracting method with the most stable extremal region of scale invariability
CN103914829B (en) Method for detecting edge of noisy image
CN105678763A (en) A method for stably detecting straight line/ circle features
CN105913426A (en) ZY-3 image-based shallow lake seine zone extraction method
CN104036514A (en) Circle detection method based on histogram peak value search
Sayed et al. Image object extraction based on curvelet transform
CN103065296B (en) High-resolution remote sensing image residential area extraction method based on edge feature
CN106355587A (en) Method for calculating thickness of bituminous mixture mortar on basis of contact distance distribution
Shahraki et al. License plate extraction from still images
CN104504702A (en) Cement notch pavement crack recognition method based on square lattice searching method

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20190226

Address after: 710075 Oak Constellation 1 Building 2 Unit 20301, North of Science and Technology Fifth Road, Xi'an High-tech Zone, Shaanxi Province

Patentee after: Xi'an Xu Yao Network Technology Co.,Ltd.

Address before: 710072 No. 127 Youyi West Road, Shaanxi, Xi'an

Patentee before: Northwestern Polytechnical University

TR01 Transfer of patent right
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20190425

Address after: 710000 Unit 2, Unit 3, Building 5, No. 2, Hongpu South Road, Yanta District, Xi'an City, Shaanxi Province

Patentee after: Zhao Feng

Address before: 710075 Oak Constellation 1 Building 2 Unit 20301, North of Science and Technology Fifth Road, Xi'an High-tech Zone, Shaanxi Province

Patentee before: Xi'an Xu Yao Network Technology Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20190917

Address after: 710075 Room 1005, Tongda International Building, 41 Tangyan Road, Xi'an High-tech Zone, Shaanxi Province

Patentee after: Xi'an Anmeng Intelligent Technology Co.,Ltd.

Address before: 710000 Unit 2, Unit 3, Building 5, No. 2, Hongpu South Road, Yanta District, Xi'an City, Shaanxi Province

Patentee before: Zhao Feng

CF01 Termination of patent right due to non-payment of annual fee
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20131106