CN102542543A - Block similarity-based interactive image segmenting method - Google Patents

Block similarity-based interactive image segmenting method Download PDF

Info

Publication number
CN102542543A
CN102542543A CN2012100043120A CN201210004312A CN102542543A CN 102542543 A CN102542543 A CN 102542543A CN 2012100043120 A CN2012100043120 A CN 2012100043120A CN 201210004312 A CN201210004312 A CN 201210004312A CN 102542543 A CN102542543 A CN 102542543A
Authority
CN
China
Prior art keywords
pixel
image
foreground
background
pixel point
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.)
Pending
Application number
CN2012100043120A
Other languages
Chinese (zh)
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.)
Xidian University
Original Assignee
Xidian 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 Xidian University filed Critical Xidian University
Priority to CN2012100043120A priority Critical patent/CN102542543A/en
Publication of CN102542543A publication Critical patent/CN102542543A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

本发明公开了一种基于块相似性的交互式图像分割方法,主要解决现有方法特征相似性分析不准确,性能推广受限制的问题。其实现步骤为:(1)提取图像背景与前景标记块的亮度信息,并利用图像的块相似性,对图像进行相似性分析;(2)根据相似性分析得到的权值,计算图像中每一个像素点分别到前景标记点与背景标记点的测地距离;(3)根据测地距离的结果得到像素点属于前景与背景的概率;(4)根据概率的大小将图像分为前景与背景。本发明有效地利用了图像标记块的特征信息,利用块信息进行图像相似性分析,较传统的图像特征相似性分析更为准确,分割结果一致性较好,且背景干扰低,可用于自然图像分割。

Figure 201210004312

The invention discloses an interactive image segmentation method based on block similarity, which mainly solves the problems of inaccurate feature similarity analysis and limited performance promotion in the existing method. The implementation steps are: (1) extract the brightness information of the image background and foreground marker blocks, and use the block similarity of the image to perform similarity analysis on the image; (2) calculate the The geodesic distance between a pixel point and the foreground marker point and the background marker point respectively; (3) get the probability that the pixel point belongs to the foreground and the background according to the result of the geodesic distance; (4) divide the image into the foreground and the background according to the size of the probability . The present invention effectively utilizes the feature information of image marking blocks, uses the block information to perform image similarity analysis, is more accurate than traditional image feature similarity analysis, has better segmentation result consistency, and has low background interference, and can be used for natural images segmentation.

Figure 201210004312

Description

基于块相似性的交互式图像分割方法An Interactive Image Segmentation Method Based on Block Similarity

技术领域 technical field

本发明属于图像处理技术领域,特别是涉及图像分割方法,可用于国防军情监控、环境变化评估、天文影像、医学影像等领域的自然图像分割。The invention belongs to the technical field of image processing, and in particular relates to an image segmentation method, which can be used for natural image segmentation in the fields of national defense military situation monitoring, environmental change assessment, astronomical images, medical images, and the like.

背景技术 Background technique

图像分割是人们根据需要将图像划分为有意义的若干区域或部分的图像处理技术,是图像处理研究的热点问题。一副图像往往包含不同的部分,如物体,环境,背景等,这些部分中有人们比较感兴趣的区域,因此,把图像分割成若干部分,利用子图像的特征及其之间的关系来描述图像,对于图像的进一步分析有着很重要的作用。Image segmentation is an image processing technology that divides an image into meaningful regions or parts according to needs, and it is a hot issue in image processing research. An image often contains different parts, such as objects, environments, backgrounds, etc., and there are areas of interest to people in these parts. Therefore, the image is divided into several parts, and the characteristics of the sub-images and the relationship between them are used to describe Image plays an important role in further image analysis.

按照在分割过程中用户是否参与,可将图像分割分为交互式图像分割和非交互式图像分割两种类型。交互式图像分割一般针对的是图像前景与背景的分割,交互式操作带给了它们分割中所需要的图像先验信息,而非交互式图像分割没有用户的参与,它是给定一幅图像,算法自动完成整个分割,分割效果较差。2007年Alexis Protiere和Guillermo Sapiro提出基于Gabor特征的交互式图像分割,通过对图像做Gabor滤波,提取滤波后各个子带的窗口能量特征,对各个子带能量特征进行高斯建模,得到各像素点属于前景和背景的权值概率矩阵,最后,把权值概率矩阵看作有向带权图,图像列化坐标值作为顶点值,权值概率矩阵中对应的权值作为边的权,将图像分割问题转化为所有像素点到前景与背景的标记像素点的最短路径问题,根据得到的最短路径将图像分为两类。According to whether the user participates in the segmentation process, image segmentation can be divided into two types: interactive image segmentation and non-interactive image segmentation. Interactive image segmentation is generally aimed at the segmentation of the foreground and background of the image. The interactive operation brings the image prior information needed in their segmentation, while the non-interactive image segmentation has no user participation. It is given an image , the algorithm automatically completes the entire segmentation, and the segmentation effect is poor. In 2007, Alexis Protiere and Guillermo Sapiro proposed interactive image segmentation based on Gabor features. By performing Gabor filtering on the image, the window energy features of each sub-band after filtering were extracted, and Gaussian modeling was performed on the energy features of each sub-band to obtain each pixel. The weight probability matrix belonging to the foreground and background. Finally, the weight probability matrix is regarded as a directed weighted graph, the coordinate values of the image column are used as the vertex values, and the corresponding weights in the weight probability matrix are used as the weights of the edges. The image The segmentation problem is transformed into the shortest path problem from all pixels to the marked pixels of the foreground and background, and the images are divided into two categories according to the shortest path obtained.

基于Gabor特征的交互式图像分割,它考虑了图像各个像素点Gabor特征信息的相似性,对于合成纹理图像的分割比较准确,自然图像虽然也有一定的效果,但是对于纹理信息不是很强的自然图像来说,Gabor特征并不能很好地反映图像像素点之间的相似信息,导致分割结果不准确,并且背景的干扰比较大。Interactive image segmentation based on Gabor features, which considers the similarity of the Gabor feature information of each pixel in the image, and is more accurate for the segmentation of synthetic texture images. Although natural images also have certain effects, they are not very strong for natural images with texture information. Generally speaking, the Gabor feature cannot reflect the similar information between image pixels very well, resulting in inaccurate segmentation results, and the background interference is relatively large.

发明内容 Contents of the invention

本发明的目的在于克服上述已有技术的不足,提出了基于块相似性的交互式图像分割方法,以准确的反映图像像素点之间的相似信息,提高分割结果的一致性,减小背景干扰。The purpose of the present invention is to overcome the deficiencies of the above-mentioned prior art, and propose an interactive image segmentation method based on block similarity, to accurately reflect similar information between image pixels, improve the consistency of segmentation results, and reduce background interference .

为实现上述目的,本发明包括如下步骤:To achieve the above object, the present invention comprises the following steps:

(1)假设输入待分割图像服从马尔科夫分布,构建出待分割图像中像素点与背景和前景的权值概率公式p(xi|xj):(1) Assuming that the input image to be segmented obeys the Markov distribution, construct the weight probability formula p(x i |x j ) of the pixels in the image to be segmented and the background and foreground:

pp (( xx ii || xx jj )) == 11 ZZ xx ii -- xx jj expexp (( -- || || xx ii -- xx jj || || 22 22 44 σσ xx ii 22 )) ,,

其中,xi为待处理的像素点,xj为以xi为中心的相似窗口内其余各像素点,

Figure BDA0000129287130000022
为归一化因子,
Figure BDA0000129287130000023
为像素点xi与像素点xj之间的欧式距离,
Figure BDA0000129287130000024
为以像素点xi为中心的块方差;Among them, x i is the pixel to be processed, x j is the rest of the pixels in the similar window centered on x i ,
Figure BDA0000129287130000022
is the normalization factor,
Figure BDA0000129287130000023
is the Euclidean distance between pixel point x i and pixel point x j ,
Figure BDA0000129287130000024
is the block variance centered on pixel x i ;

(2)输入待分割图像的前景与背景标记图像,在得到的权值概率公式中引入图像块的大小,对待分割图像的亮度信息进行块信息相似性分析,得到待处理像素点xi属于待处理像素点xi与前景标记点的权值概率pf(xi)及背景标记点的权值概率pb(xi):(2) Input the foreground and background labeled images of the image to be segmented, introduce the size of the image block into the obtained weight probability formula, and perform block information similarity analysis on the brightness information of the image to be segmented, and obtain the pixel point x i to be processed that belongs to Process the weight probability pf( xi ) of the pixel point x i and the foreground marker point and the weight probability pb(xi ) of the background marker point:

pfpf (( xx ii )) == 11 ZZ xx ii -- xx jj expexp (( -- dfdf (( xx ii )) 44 σσ 22 NN )) ,, pbpb (( xx ii )) == 11 ZZ xx ii -- xx jj expexp (( -- dbdb (( xx ii )) 44 σσ 22 NN )) ,,

其中xi为待处理的像素点,i∈1,2,3…M,M为待分割图像大小,xj为前景或背景标记像素点,j∈1,2,3…C,C为标记的前景或背景像素点个数,σ为以xi为中心的图像块的方差,块大小为7×7,df(xi)表示像素点xi与前景标记块的最短欧氏距离,db(xi)表示像素点xi与背景标记块的最短欧氏距离,N为块的大小;Where x i is the pixel to be processed, i ∈ 1, 2, 3... M, M is the size of the image to be segmented, x j is the foreground or background marker pixel, j ∈ 1, 2, 3... C, C is the marker The number of foreground or background pixels, σ is the variance of the image block centered on xi , the block size is 7×7, df( xi ) represents the shortest Euclidean distance between pixel xi and the foreground marker block, db ( xi ) represents the shortest Euclidean distance between the pixel point x i and the background marker block, and N is the size of the block;

(3)由公式

Figure BDA0000129287130000027
得到待处理像素点xi属于前景的相似性概率PF(xi),由公式
Figure BDA0000129287130000028
得到待处理像素点xi属于背景的相似性概率PB(xi);(3) by the formula
Figure BDA0000129287130000027
Get the similarity probability PF( xi ) of the pixel point x i to be processed belonging to the foreground, by the formula
Figure BDA0000129287130000028
Obtain the similarity probability PB( xi ) that the pixel point x i to be processed belongs to the background;

(4)将1-PF(xi)作为计算到前景的测地距离df(xi)的权值,利用狄杰斯特拉求最短路径的算法得到待处理像素点xi到前景的测地距离df(xi),将1-PB(xi)作为计算到背景的测地距离db(xi)的权值,利用狄杰斯特拉求最短路径的算法得到待处理像素点xi到背景的测地距离db(xi);(4) Take 1-PF(xi ) as the weight to calculate the geodesic distance d f ( xi ) to the foreground, and use Dijkstra's algorithm to find the shortest path to obtain the distance between the pixel point x i to be processed and the foreground Geodesic distance d f ( xi ), using 1-PB(xi ) as the weight to calculate the geodesic distance d b ( xi ) to the background, using Dijkstra’s algorithm for finding the shortest path to get The geodesic distance d b ( xi ) from the pixel point x i to the background;

(5)根据测地距离df(xi),db(xi),得到待处理像素点属于前景

Figure BDA0000129287130000031
及属于背景的概率
Figure BDA0000129287130000032
(5) According to the geodesic distance d f (x i ), d b (x i ), it is obtained that the pixel to be processed belongs to the foreground
Figure BDA0000129287130000031
and the probability of belonging to the background
Figure BDA0000129287130000032

PBPB xx ii == dd bb (( xx ii )) dd bb (( xx ii )) ++ dd ff (( xx ii )) ,,

PFPF xx ii == dd ff (( xx ii )) dd bb (( xx ii )) ++ dd ff (( xx ii )) ..

(6)按照待处理像素点属于前景的概率

Figure BDA0000129287130000035
与背景的概率
Figure BDA0000129287130000036
的大小得到像素点的分割结果:若把待处理像素点xi判为背景像素点,若
Figure BDA0000129287130000038
则把待处理像素点xi判为背景像素点。(6) According to the probability that the pixel to be processed belongs to the foreground
Figure BDA0000129287130000035
Probability with background
Figure BDA0000129287130000036
The size of the pixel to get the segmentation result: if Determine the pixel point x i to be processed as the background pixel point, if
Figure BDA0000129287130000038
Then judge the pixel point x i to be processed as a background pixel point.

(7)重复步骤(2)-(6),直到输入待分割图像中所有像素点全部处理完为止,得到待分割图像的最终分割结果。(7) Steps (2)-(6) are repeated until all pixels in the input image to be segmented are processed, and the final segmentation result of the image to be segmented is obtained.

本发明与现有方法相比具有以下优点:Compared with existing methods, the present invention has the following advantages:

本发明由于使用了图像像素的块之间的欧氏距离来反映图像像素之间的特征信息,故可以得到更加准确相似概率矩阵,更好的反映图像之间的相似信息,能够全面地把握图像的整体信息,分割结果背景干扰性较小,且不容易造成错分。Since the present invention uses the Euclidean distance between blocks of image pixels to reflect the characteristic information between image pixels, it can obtain a more accurate similarity probability matrix, better reflect the similarity information between images, and can comprehensively grasp the image The overall information of the segmentation results has less background interference and is not easy to cause misclassification.

附图说明 Description of drawings

图1是本发明的流程图;Fig. 1 is a flow chart of the present invention;

图2是本发明测试使用的自然图像;Fig. 2 is the natural image that the present invention tests to use;

图3是本发明测试使用的自然图像的前景与背景标记图;Fig. 3 is the foreground and the background label diagram of the natural image that the present invention tests to use;

图4是用本发明与现有方法对图2的分割结果对比图;Fig. 4 is a comparison diagram of the segmentation results of Fig. 2 with the present invention and existing methods;

图5是用本发明与现有方法对图2的分割结果与理想模板的差值图。Fig. 5 is a difference diagram between the segmentation result of Fig. 2 and the ideal template by using the present invention and the existing method.

具体实施方式 Detailed ways

下面对本发明的实施例作详细说明:本实施例在以本发明技术方案为前提下进行实施,给出了详细的实施方式和过程,但本发明的保护范围不限于下述的实施例。The embodiments of the present invention are described in detail below: this embodiment is implemented under the premise of the technical solution of the present invention, and detailed implementation methods and processes are provided, but the protection scope of the present invention is not limited to the following embodiments.

参照图1,发明包括如下步骤:With reference to Fig. 1, invention comprises the steps:

步骤1:在假设输入待分割图像服从马尔科夫分布的条件下,构建权值概率公式p(xi|xj)。Step 1: Under the assumption that the input image to be segmented obeys the Markov distribution, construct the weight probability formula p( xi |x j ).

(1a)在图像去噪中,根据贝叶斯估计理论框架可知,像素点的估计值

Figure BDA0000129287130000041
为:(1a) In image denoising, according to the Bayesian estimation theory framework, the estimated value of the pixel
Figure BDA0000129287130000041
for:

xx ^^ == ΣΣ ii == 11 NN ii pp (( xx ii || xx jj )) xx jj ΣΣ ii == 11 NN ii pp (( xx ii || xx jj )) ,,

其中,xi为待估计的像素点,xj为以xi为中心的相似窗内其余各像素点,p(xi|xj)为像素点xi与像素点xj的权值概率信息,Ni为以像素点xi为中心的搜索窗口的大小;Among them, x i is the pixel to be estimated, x j is the remaining pixels in the similar window centered on x i , p( xi | x j ) is the weight probability of pixel x i and pixel x j information, N i is the size of the search window centered on pixel x i ;

(1b)假设待分割图像中各像素点相互独立且服从高斯马尔科夫分布,令p(xi|xj)=p(xi-xj),则按照马尔科夫分布模型有:(1b) Assuming that each pixel in the image to be segmented is independent of each other and obeys the Gaussian Markov distribution, let p( xi |x j )=p( xi -x j ), then according to the Markov distribution model:

pp (( xx ii || xx jj )) == 11 ZZ xx ii -- xx jj expexp (( -- || || xx ii -- xx jj ++ μμ xx jj -- μμ xx ii || || 22 22 22 (( σσ xx ii 22 ++ σσ xx jj 22 )) )) ,,

其中,

Figure BDA0000129287130000044
为以xi为中心的块均值,
Figure BDA0000129287130000045
为以xi为中心的块方差,
Figure BDA0000129287130000046
为以xj为中心的块均值,
Figure BDA0000129287130000047
以xj为中心的块方差,
Figure BDA0000129287130000048
为归一化因子;in,
Figure BDA0000129287130000044
is the block mean centered on xi ,
Figure BDA0000129287130000045
is the block variance centered on xi ,
Figure BDA0000129287130000046
is the block mean centered on xj ,
Figure BDA0000129287130000047
block variance centered at xj ,
Figure BDA0000129287130000048
is the normalization factor;

(1c)由于所有像素点都服从高斯马尔科夫分布,所以

Figure BDA0000129287130000049
Figure BDA00001292871300000410
则(2b)中的p(xi|xj)变为:(1c) Since all pixels obey the Gaussian Markov distribution, so
Figure BDA0000129287130000049
Figure BDA00001292871300000410
Then p( xi |x j ) in (2b) becomes:

pp (( xx ii || xx jj )) == 11 ZZ xx ii -- xx jj expexp (( -- || || xx ii -- xx jj || || 22 22 44 σσ xx ii 22 )) ,,

其中,

Figure BDA00001292871300000412
为像素点xi与像素点xj之间的欧式距离。in,
Figure BDA00001292871300000412
is the Euclidean distance between pixel point x i and pixel point x j .

步骤2:根据权值概率p(xi|xj),对输入的标记图像进行块信息相似性分析,得到待处理像素点分别与前景和背景的相似性概率。Step 2: According to the weight probability p( xi |x j ), analyze the block information similarity of the input marked image, and obtain the similarity probabilities of the pixels to be processed with the foreground and background respectively.

(2a)输入标记图像,其中标记点分为前景与背景两类;(2a) Input the marked image, where the marked points are divided into two types: foreground and background;

(2b)在权值概率公式引入图像块的大小,对待分割图像的亮度信息进行块信息相似性分析,得到待处理像素点xi与前景标记点的相似性权值pf(xi)及与背景标记点的相似性概率pb(xi):(2b) Introduce the size of the image block into the weight probability formula, analyze the similarity of the block information on the brightness information of the image to be segmented, and obtain the similarity weight pf( xi ) of the pixel point x i to be processed and the foreground marker point and The similarity probability pb( xi ) of the background marker points:

pfpf (( xx ii )) == 11 ZZ xx ii -- xx jj expexp (( -- dfdf (( xx ii )) 44 σσ 22 NN )) pbpb (( xx ii )) == 11 ZZ xx ii -- xx jj expexp (( -- dbdb (( xx ii )) 44 σσ 22 NN )) ,,

其中xi为待处理的像素点,i∈1,2,3…M,M为待分割图像大小,xj为前景或背景标记像素点,j∈1,2,3…C,C为标记的前景或背景像素点个数,σ为以xi为中心的图像块的方差,块大小为7×7,为归一化因子,df(xi)表示像素点xi与前景标记块的最短欧氏距离,db(xi)表示像素点xi与背景标记块的最短欧氏距离,N为块的大小;Where x i is the pixel to be processed, i ∈ 1, 2, 3... M, M is the size of the image to be segmented, x j is the foreground or background marker pixel, j ∈ 1, 2, 3... C, C is the marker The number of foreground or background pixels, σ is the variance of the image block centered on xi , and the block size is 7×7, is the normalization factor, df( xi ) represents the shortest Euclidean distance between the pixel point x i and the foreground marker block, db( xi ) represents the shortest Euclidean distance between the pixel point x i and the background marker block, and N is the block’s size;

(2d)由公式 PF ( x i ) = pf ( x i ) pf ( x i ) + pf ( x i ) , PB ( x i ) = pb ( x i ) pf ( x i ) + pb ( x i ) 得到待处理像素点xi分别属于前景的相似性概率PF(xi)与背景的相似性概率PB(xi);(2d) by the formula PF ( x i ) = pf ( x i ) pf ( x i ) + pf ( x i ) , PB ( x i ) = pb ( x i ) pf ( x i ) + pb ( x i ) Obtain the similarity probability PF(xi ) of the foreground and the similarity probability PB(xi ) of the background for the pixel point x i to be processed respectively;

步骤3:计算出待处理像素点xi到前景的测地距离df(xi)。将1-PF(xi)作为计算测地距离需要的权值,计算测地距离:Step 3: Calculate the geodesic distance d f ( xi ) from the pixel point x i to be processed to the foreground. Take 1-PF( xi ) as the weight needed to calculate the geodesic distance, and calculate the geodesic distance:

(3a)将前景标记点到前景的测地距离初始化为0,将背景的测地距离初始化为无穷大,将前景标记点作为样本点;(3a) Initialize the geodesic distance from the foreground marker point to the foreground to 0, initialize the geodesic distance of the background to infinity, and use the foreground marker point as a sample point;

(3b)根据像素点的8邻域矩阵,搜索当前样本的的8连通邻域像素点,找出这些像素点中权值最小的那个像素点;(3b) According to the 8-neighborhood matrix of the pixel point, search the 8-connected neighborhood pixel point of the current sample, and find out the pixel point with the smallest weight among these pixel points;

(3c)把权值最小的像素点添加到测地距离的路径上,并按照大小进行排序;(3c) Add the pixel with the smallest weight to the path of the geodesic distance, and sort according to the size;

(3d)对于路径上的其它像素点,按照新加入像素点的权值进行权值修正,像素点原来的权值与修正后的权值中较小的作为路径上其他像素点更新后权重概率;(3d) For other pixels on the path, perform weight correction according to the weight of the newly added pixel, and the smaller of the original weight of the pixel and the corrected weight is used as the updated weight probability of other pixels on the path ;

(3e)将新加入的像素点作为新的样本,重复步骤(3b)-(3d),直到图像中所有像素点全部搜索完为止;(3e) use the newly added pixel as a new sample, and repeat steps (3b)-(3d) until all the pixels in the image are searched;

(3f)将待处理像素点xi的更新后权重概率作为像素点xi到前景的测地距离df(xi);(3f) take the updated weight probability of the pixel point x i to be processed as the geodesic distance d f (xi ) from the pixel point x i to the foreground;

步骤4:计算待处理像素点xi到背景的测地距离db(xi):Step 4: Calculate the geodesic distance d b ( xi ) from the pixel point x i to be processed to the background:

将1-PB(xi)作为计算测地距离需要的权值,计算测地距离:Take 1-PB( xi ) as the weight needed to calculate the geodesic distance, and calculate the geodesic distance:

(4a)将背景标记点到背景的测地距离初始化为0,将前景的测地距离初始化为无穷大,将背景标记点作为样本点;(4a) Initialize the geodesic distance from the background marker point to the background to 0, initialize the geodesic distance of the foreground to infinity, and use the background marker point as a sample point;

(4b)根据像素点的8邻域矩阵,搜索当前样本的的8连通邻域像素点,找出这些像素点中权值最小的那个像素点;(4b) According to the 8-neighborhood matrix of the pixel point, search the 8-connected neighborhood pixel point of the current sample, and find out the pixel point with the smallest weight among these pixel points;

(4c)把权值最小的像素点添加到测地距离的路径上,并按照大小进行排序;(4d)对于路径上的其它像素点,按照新加入像素点的权值进行权值修正,取像素点原来的权值与修正后的权值中较小的作为路径上其他像素点更新后权重概率;(4c) Add the pixel with the smallest weight to the path of geodesic distance, and sort according to size; (4d) For other pixels on the path, perform weight correction according to the weight of the newly added pixel, take The smaller of the original weight of the pixel and the corrected weight is used as the updated weight probability of other pixels on the path;

(4e)将新加入的像素点作为新的样本,重复步骤(4b)-(4d),直到图像中所有像素点全部搜索完为止;(4e) use the newly added pixel as a new sample, and repeat steps (4b)-(4d), until all the pixels in the image are searched;

(4f)将待处理像素点xi的更新后权重概率作为像素点xi到背景的测地距离db(xi);(4f) take the updated weight probability of the pixel point x i to be processed as the geodesic distance d b (xi ) from the pixel point x i to the background;

步骤5:根据测地距离df(xi),db(xi),得到待处理像素点属于前景

Figure BDA0000129287130000061
及属于背景的概率
Figure BDA0000129287130000062
Step 5: According to the geodesic distance d f (x i ), d b (x i ), it is obtained that the pixel to be processed belongs to the foreground
Figure BDA0000129287130000061
and the probability of belonging to the background
Figure BDA0000129287130000062

PBPB xx ii == dd bb (( xx ii )) dd bb (( xx ii )) ++ dd ff (( xx ii )) ,,

PFPF xx ii == dd ff (( xx ii )) dd bb (( xx ii )) ++ dd ff (( xx ii )) ..

步骤6:按照待处理像素点属于前景的概率与背景的概率

Figure BDA0000129287130000066
的大小得到像素点的分割结果:若
Figure BDA0000129287130000067
把待处理像素点xi判为背景像素点,若
Figure BDA0000129287130000068
则把待处理像素点xi判为背景像素点。Step 6: According to the probability that the pixel to be processed belongs to the foreground Probability with background
Figure BDA0000129287130000066
The size of the pixel to get the segmentation result: if
Figure BDA0000129287130000067
Determine the pixel point x i to be processed as the background pixel point, if
Figure BDA0000129287130000068
Then judge the pixel point x i to be processed as a background pixel point.

步骤7:重复步骤2-6,直到输入待分割图像中所有像素点全部处理完为止,得到待分割图像的最终分割结果。Step 7: Repeat steps 2-6 until all pixels in the input image to be segmented are processed, and the final segmentation result of the image to be segmented is obtained.

本发明的效果通过以下仿真进一步说明:Effect of the present invention is further illustrated by following simulation:

1、仿真条件:1. Simulation conditions:

本发明采用图2所示的图像作为测试图像,其中图2(a)为待分割测试图bird,图2(b)为待分割测试图cat,图2(c)为待分割测试图vase,软件平台为MATLAB7.0。The present invention adopts the image shown in Fig. 2 as the test image, wherein Fig. 2 (a) is the test image bird to be segmented, Fig. 2 (b) is the test image cat to be segmented, and Fig. 2 (c) is the test image vase to be segmented, The software platform is MATLAB7.0.

对图2(a)、图2(b)、图2(c)所示的待分割测试图分别标记前景与背景像素,图3(a)为图2(a)所示测试图的标记图,图3(b)为图2(b)所示测试图的标记图,图3(c)为图2(c)所示测试图的标记图,其中虚线表示前景像素,实线表示背景像素。Mark the foreground and background pixels respectively for the test image to be segmented shown in Figure 2(a), Figure 2(b), and Figure 2(c), and Figure 3(a) is the labeled image of the test image shown in Figure 2(a) , Figure 3(b) is the labeled map of the test chart shown in Figure 2(b), and Figure 3(c) is the labeled map of the test chart shown in Figure 2(c), where the dotted lines represent foreground pixels and the solid lines represent background pixels .

2.仿真内容2. Simulation content

仿真1,使用现有基于Gabor特征以及本发明方法对测试图2(b)进行仿真实验,实验结果如图4,其中,图4(a)是现有的基于Gabor特征的分割结果图,图4(b)是本发明方法的分割结果图,Simulation 1, using the existing Gabor feature and the method of the present invention to test Figure 2 (b) simulation experiment, the experimental results as shown in Figure 4, wherein, Figure 4 (a) is an existing segmentation result figure based on Gabor feature, Fig. 4(b) is a segmentation result figure of the method of the present invention,

仿真2,使用现有基于Gabor特征与本发明方法对测试图2(b)的分割结果与理想模板图进行仿真实验,实验结果如图5所示,其中图5(a)是现有的基于Gabor特征的分割结果与理想模板的差值图,白色区域表示错分的像素点,图5(b)是本发明方法的分割结果与理想模板差值图,白色区域表示错分的像素点。Simulation 2, using the existing Gabor feature and the method of the present invention to carry out the simulation experiment on the segmentation result and the ideal template diagram of the test figure 2 (b), the experimental results are as shown in Figure 5, where Figure 5 (a) is based on the existing The difference between the segmentation result of the Gabor feature and the ideal template. The white area represents the misclassified pixels. FIG.

2、仿真结果:2. Simulation results:

从图4(a)和图5(a)可以看到,基于Gabor特征的方法得到图像前景目标的能力较弱,对图像的整体把握不够准确,图像背景信息干扰比较大,且会造成目标错分的结果。From Figure 4(a) and Figure 5(a), it can be seen that the method based on Gabor features is weak in the ability to obtain the foreground target of the image, the overall grasp of the image is not accurate enough, the background information of the image is relatively disturbed, and it will cause target errors. score results.

从图4(b)和图5(b)可以看到,本发明方法对图像的整体结构把握比较准确,特征相似性分析较准确,分割结果一致性较好,背景干扰低。It can be seen from Fig. 4(b) and Fig. 5(b) that the method of the present invention has a relatively accurate grasp of the overall structure of the image, more accurate feature similarity analysis, better consistency of segmentation results, and low background interference.

用错分率作为分割结果的评价标准,将图4(a)、图4(b)的方法进行比较,评价指标如表1所示。Using the misclassification rate as the evaluation standard of the segmentation results, the methods in Figure 4(a) and Figure 4(b) are compared, and the evaluation indicators are shown in Table 1.

表1:两种分割方法错分率(%)比较Table 1: Comparison of misclassification rate (%) of two segmentation methods

  bird bird   cat cat   vase vase   Gabor特征 Gabor characteristics   5.1749 5.1749   13.3302 13.3302   21.15 21.15   本发明方法 The method of the present invention   3.3386 3.3386   7.4799 7.4799   9.8532 9.8532

从表1可以看出,传统的Gabor特征的相似性分析不能很好地利用图像像素之间的相似信息,测地距离权值概率不够准确,导致分割结果不是很理想。本发明方法能够有效地利用图像的块信息,对不同图像进行分割实验。在实验中可以看到,本发明在图像的整体信息把握以及降低背景干扰上实验效果要优于基于传统Gabor特征方法的相似性分析。It can be seen from Table 1 that the traditional similarity analysis of Gabor features cannot make good use of similar information between image pixels, and the weight probability of geodesic distance is not accurate enough, resulting in unsatisfactory segmentation results. The method of the invention can effectively utilize the block information of the image to perform segmentation experiments on different images. It can be seen from the experiment that the present invention is superior to the similarity analysis based on the traditional Gabor feature method in grasping the overall information of the image and reducing the background interference.

Claims (4)

1.一种基于块相似性的交互式图像分割方法,包括如下步骤:1. An interactive image segmentation method based on block similarity, comprising the steps of: (1)假设输入待分割图像服从马尔科夫分布,构建出待分割图像中像素点与背景和前景的权值概率公式p(xi|xj):(1) Assuming that the input image to be segmented obeys the Markov distribution, construct the weight probability formula p(x i |x j ) of the pixels in the image to be segmented and the background and foreground: pp (( xx ii || xx jj )) == 11 ZZ xx ii -- xx jj expexp (( -- || || xx ii -- xx jj || || 22 22 44 σσ xx ii 22 )) ,, 其中,xi为待处理的像素点,xj为以xi为中心的相似窗口内其余各像素点,为归一化因子,
Figure FDA0000129287120000013
为像素点xi与像素点xj之间的欧式距离,
Figure FDA0000129287120000014
为以像素点xi为中心的块方差;
Among them, x i is the pixel to be processed, x j is the rest of the pixels in the similar window centered on x i , is the normalization factor,
Figure FDA0000129287120000013
is the Euclidean distance between pixel point x i and pixel point x j ,
Figure FDA0000129287120000014
is the block variance centered on pixel x i ;
(2)输入待分割图像的前景与背景标记图像,在得到的权值概率公式中引入图像块的大小,对待分割图像的亮度信息进行块信息相似性分析,得到待处理像素点xi属于待处理像素点xi与前景标记点的权值概率pf(xi)及背景标记点的权值概率pb(xi):(2) Input the foreground and background labeled images of the image to be segmented, introduce the size of the image block into the obtained weight probability formula, and perform block information similarity analysis on the brightness information of the image to be segmented, and obtain the pixel point x i to be processed that belongs to Process the weight probability pf( xi ) of the pixel point x i and the foreground marker point and the weight probability pb(xi ) of the background marker point: pfpf (( xx ii )) == 11 ZZ xx ii -- xx jj expexp (( -- dfdf (( xx ii )) 44 σσ 22 NN )) ,, pbpb (( xx ii )) == 11 ZZ xx ii -- xx jj expexp (( -- dbdb (( xx ii )) 44 σσ 22 NN )) ,, 其中xi为待处理的像素点,i∈1,2,3…M,M为待分割图像大小,xj为前景或背景标记像素点,j∈1,2,3…C,C为标记的前景或背景像素点个数,σ为以xi为中心的图像块的方差,块大小为7×7,df(xi)表示像素点xi与前景标记块的最短欧氏距离,db(xi)表示像素点xi与背景标记块的最短欧氏距离,N为块的大小;Where x i is the pixel to be processed, i ∈ 1, 2, 3... M, M is the size of the image to be segmented, x j is the foreground or background marker pixel, j ∈ 1, 2, 3... C, C is the marker The number of foreground or background pixels, σ is the variance of the image block centered on xi , the block size is 7×7, df( xi ) represents the shortest Euclidean distance between pixel xi and the foreground marker block, db ( xi ) represents the shortest Euclidean distance between the pixel point x i and the background marker block, and N is the size of the block; (3)由公式
Figure FDA0000129287120000017
得到待处理像素点xi属于前景的相似性概率PF(xi),由公式得到待处理像素点xi属于背景的相似性概率PB(xi);
(3) by the formula
Figure FDA0000129287120000017
Get the similarity probability PF( xi ) of the pixel point x i to be processed belonging to the foreground, by the formula Obtain the similarity probability PB( xi ) that the pixel point x i to be processed belongs to the background;
(4)将1-PF(xi)作为计算到前景的测地距离df(xi)的权值,利用狄杰斯特拉求最短路径的算法得到待处理像素点xi到前景的测地距离df(xi),将1-PB(xi)作为计算到背景的测地距离db(xi)的权值,利用狄杰斯特拉求最短路径的算法得到待处理像素点xi到背景的测地距离db(xi);(4) Take 1-PF(xi ) as the weight to calculate the geodesic distance d f ( xi ) to the foreground, and use Dijkstra's algorithm to find the shortest path to obtain the distance between the pixel point x i to be processed and the foreground Geodesic distance d f ( xi ), using 1-PB(xi ) as the weight to calculate the geodesic distance d b ( xi ) to the background, using Dijkstra’s algorithm for finding the shortest path to get The geodesic distance d b ( xi ) from the pixel point x i to the background; (5)根据测地距离df(xi),db(xi),得到待处理像素点属于前景
Figure FDA0000129287120000021
及属于背景的概率
Figure FDA0000129287120000022
(5) According to the geodesic distance d f (x i ), d b (x i ), it is obtained that the pixel to be processed belongs to the foreground
Figure FDA0000129287120000021
and the probability of belonging to the background
Figure FDA0000129287120000022
PBPB xx ii == dd bb (( xx ii )) dd bb (( xx ii )) ++ dd ff (( xx ii )) ,, PFPF xx ii == dd ff (( xx ii )) dd bb (( xx ii )) ++ dd ff (( xx ii )) ;; (6)按照待处理像素点属于前景的概率
Figure FDA0000129287120000025
与背景的概率
Figure FDA0000129287120000026
的大小得到像素点的分割结果:若
Figure FDA0000129287120000027
把待处理像素点xi判为背景像素点,若
Figure FDA0000129287120000028
则把待处理像素点xi判为背景像素点;
(6) According to the probability that the pixel to be processed belongs to the foreground
Figure FDA0000129287120000025
Probability with background
Figure FDA0000129287120000026
The size of the pixel to get the segmentation result: if
Figure FDA0000129287120000027
Determine the pixel point x i to be processed as the background pixel point, if
Figure FDA0000129287120000028
Then judge the pixel point x i to be processed as a background pixel point;
(7)重复步骤(2)-(6),直到输入待分割图像中所有像素点全部处理完为止,得到待分割图像的最终分割结果。(7) Steps (2)-(6) are repeated until all pixels in the input image to be segmented are processed, and the final segmentation result of the image to be segmented is obtained.
2.根据权利要求1所述的基于块相似性的测地距离图像分割的方法,其中步骤(1)所述的构建出待分割图像中像素点与背景和前景的权值概率公式,按如下步骤进行:2. the method for the geodesic distance image segmentation based on block similarity according to claim 1, wherein the described construction of step (1) goes out the weight probability formula of pixel point and background and foreground in the image to be segmented, as follows Steps to proceed: (2a)在图像去噪中,根据贝叶斯估计理论框架可知,像素点的估计值
Figure FDA0000129287120000029
为:
(2a) In image denoising, according to the Bayesian estimation theory framework, the estimated value of the pixel
Figure FDA0000129287120000029
for:
xx ^^ == ΣΣ ii == 11 NN ii pp (( xx ii || xx jj )) xx jj ΣΣ ii == 11 NN ii pp (( xx ii || xx jj )) ,, 其中,xi为待估计的像素点,xj为以xi为中心的相似窗内其余各像素点,p(xi|xj)为像素点xi与像素点xj的权值概率信息,Ni为以像素点xi为中心的搜索窗口的大小;Among them, x i is the pixel to be estimated, x j is the remaining pixels in the similar window centered on x i , p( xi | x j ) is the weight probability of pixel x i and pixel x j information, N i is the size of the search window centered on pixel x i ; (2b)假设待分割图像中各像素点相互独立且服从高斯马尔科夫分布,令p(xi|xj)=p(xi-xj),则按照马尔科夫分布模型有:(2b) Assuming that each pixel in the image to be segmented is independent of each other and obeys the Gaussian Markov distribution, let p( xi |x j )=p( xi -x j ), then according to the Markov distribution model: pp (( xx ii || xx jj )) == 11 ZZ xx ii -- xx jj expexp (( -- || || xx ii -- xx jj ++ μμ xx jj -- μμ xx ii || || 22 22 22 (( σσ xx ii 22 ++ σσ xx jj 22 )) )) ,, 其中,
Figure FDA0000129287120000032
为以xi为中心的块均值,
Figure FDA0000129287120000033
为以xi为中心的块方差,
Figure FDA0000129287120000034
为以xj为中心的块均值,
Figure FDA0000129287120000035
以xj为中心的块方差,
Figure FDA0000129287120000036
为归一化因子;
in,
Figure FDA0000129287120000032
is the block mean centered on xi ,
Figure FDA0000129287120000033
is the block variance centered on xi ,
Figure FDA0000129287120000034
is the block mean centered on xj ,
Figure FDA0000129287120000035
block variance centered at xj ,
Figure FDA0000129287120000036
is the normalization factor;
(2c)由于所有像素点都服从高斯马尔科夫分布,所以
Figure FDA0000129287120000038
则(2b)中的p(xi|xj)变为:
(2c) Since all pixels obey the Gaussian Markov distribution, so
Figure FDA0000129287120000038
Then p( xi |x j ) in (2b) becomes:
pp (( xx ii || xx jj )) == 11 ZZ xx ii -- xx jj expexp (( -- || || xx ii -- xx jj || || 22 22 44 σσ xx ii 22 )) ,, 其中,
Figure FDA00001292871200000310
为像素点xi与像素点xj之间的欧式距离。
in,
Figure FDA00001292871200000310
is the Euclidean distance between pixel point x i and pixel point x j .
3.根据权利要求1所述的基于块相似性的测地距离图像分割的方法,其中步骤(4)所述的利用狄杰斯特拉求最短路径的算法得到待处理像素点xi到前景的测地距离df(xi),按如下步骤进行:3. the method for the geodesic distance image segmentation based on block similarity according to claim 1, wherein the algorithm that utilizes Dijkstra to seek the shortest path described in step (4) obtains the pixel point x to be processed to the foreground The geodesic distance d f ( xi ) of , proceed as follows: (3a)将前景标记点到前景的测地距离初始化为0,将背景的测地距离初始化为无穷大,将前景标记点作为样本点;(3a) Initialize the geodesic distance from the foreground marker point to the foreground to 0, initialize the geodesic distance of the background to infinity, and use the foreground marker point as a sample point; (3b)根据像素点的8邻域矩阵,搜索当前样本的的8连通邻域像素点,找出这些像素点中权值最小的那个像素点;(3b) According to the 8-neighborhood matrix of the pixel point, search the 8-connected neighborhood pixel point of the current sample, and find out the pixel point with the smallest weight among these pixel points; (3c)把权值最小的像素点添加到测地距离的路径上,并按照大小进行排序;(3c) Add the pixel with the smallest weight to the path of the geodesic distance, and sort according to the size; (3d)对于路径上的其它像素点,按照新加入像素点的权值进行权值修正,取像素点原来的权值与修正后的权值中较小的作为路径上其他像素点更新后权重概率;(3d) For other pixels on the path, perform weight correction according to the weight of the newly added pixel, and take the smaller of the original weight of the pixel and the corrected weight as the updated weight of other pixels on the path probability; (3e)将新加入的像素点作为新的样本,重复步骤(3b)-(3d),直到图像中所有像素点全部搜索完为止;(3e) use the newly added pixel as a new sample, and repeat steps (3b)-(3d) until all the pixels in the image are searched; (3f)将待处理像素点xi的更新后权重概率作为像素点xi到前景的测地距离df(xi)。(3f) Take the updated weight probability of the pixel point x i to be processed as the geodesic distance d f (xi ) from the pixel point x i to the foreground. 4.根据权利要求1所述的基于块相似性的测地距离图像分割的方法,其中步骤(4)所述的利用狄杰斯特拉求最短路径的算法得到待处理像素点xi到背景的测地距离db(xi),按如下步骤进行:4. the method for the geodesic distance image segmentation based on block similarity according to claim 1, wherein the algorithm that utilizes Dijkstra to seek the shortest path described in step (4) obtains pixel point x to be processed to background The geodesic distance d b ( xi ) of , according to the following steps: (4a)将背景标记点到背景的测地距离初始化为0,将前景的测地距离初始化为无穷大,将背景标记点作为样本点;(4a) Initialize the geodesic distance from the background marker point to the background to 0, initialize the geodesic distance of the foreground to infinity, and use the background marker point as a sample point; (4b)根据像素点的8邻域矩阵,搜索当前样本的8连通邻域像素点,找出这些像素点中权值最小的那个像素点;(4b) According to the 8-neighborhood matrix of the pixel point, search the 8-connected neighborhood pixel point of the current sample, and find out the pixel point with the smallest weight among these pixel points; (4c)把权值最小的像素点添加到测地距离的路径上,并按照大小进行排序;(4c) Add the pixel with the smallest weight to the path of the geodesic distance, and sort according to the size; (4d)对于路径上的其它像素点,按照新加入像素点的权值进行权值修正,取像素点原来的权值与修正后的权值中较小的作为路径上其他像素点更新后权重概率;(4d) For other pixels on the path, perform weight correction according to the weight of the newly added pixel, and take the smaller of the original weight of the pixel and the corrected weight as the updated weight of other pixels on the path probability; (4e)将新加入的像素点作为新的样本,重复步骤(4b)-(4d),直到图像中所有像素点全部搜索完为止;(4e) use the newly added pixel as a new sample, and repeat steps (4b)-(4d), until all the pixels in the image are searched; (4f)将待处理像素点xi的更新后权重概率作为像素点xi到前景的测地距离db(xi)。(4f) Take the updated weight probability of the pixel point x i to be processed as the geodesic distance d b (xi ) from the pixel point x i to the foreground.
CN2012100043120A 2012-01-06 2012-01-06 Block similarity-based interactive image segmenting method Pending CN102542543A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2012100043120A CN102542543A (en) 2012-01-06 2012-01-06 Block similarity-based interactive image segmenting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2012100043120A CN102542543A (en) 2012-01-06 2012-01-06 Block similarity-based interactive image segmenting method

Publications (1)

Publication Number Publication Date
CN102542543A true CN102542543A (en) 2012-07-04

Family

ID=46349368

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2012100043120A Pending CN102542543A (en) 2012-01-06 2012-01-06 Block similarity-based interactive image segmenting method

Country Status (1)

Country Link
CN (1) CN102542543A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103077499A (en) * 2013-01-09 2013-05-01 西安电子科技大学 SAR (Synthetic Aperture Radar) image pre-processing method based on similar block
CN104217423A (en) * 2013-06-03 2014-12-17 西门子公司 Automatic generation of selected image data set
CN104766065A (en) * 2015-04-14 2015-07-08 中国科学院自动化研究所 Robustness prospect detection method based on multi-view learning
CN106780506A (en) * 2016-11-21 2017-05-31 北京交通大学 A kind of interactive image segmentation method based on multi-source shortest path distance
CN107452003A (en) * 2017-06-30 2017-12-08 大圣科技股份有限公司 A kind of method and device of the image segmentation containing depth information
CN107527349A (en) * 2017-06-27 2017-12-29 广州城建职业学院 Image partition method based on network dynamics evolutionary strategy
CN109255321A (en) * 2018-09-03 2019-01-22 电子科技大学 A kind of visual pursuit classifier construction method of combination history and instant messages
CN109493363A (en) * 2018-09-11 2019-03-19 北京达佳互联信息技术有限公司 A kind of FIG pull handle method, apparatus and image processing equipment based on geodesic distance

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101299243A (en) * 2008-06-27 2008-11-05 西安电子科技大学 Method of image segmentation based on immune spectrum clustering
CN101727662A (en) * 2009-11-27 2010-06-09 西安电子科技大学 SAR image nonlocal mean value speckle filtering method
CN102298774A (en) * 2011-09-21 2011-12-28 西安电子科技大学 Non-local mean denoising method based on joint similarity

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101299243A (en) * 2008-06-27 2008-11-05 西安电子科技大学 Method of image segmentation based on immune spectrum clustering
CN101727662A (en) * 2009-11-27 2010-06-09 西安电子科技大学 SAR image nonlocal mean value speckle filtering method
CN102298774A (en) * 2011-09-21 2011-12-28 西安电子科技大学 Non-local mean denoising method based on joint similarity

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
翟书娟: "交互式图像分割模型与算法研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103077499B (en) * 2013-01-09 2015-04-08 西安电子科技大学 SAR (Synthetic Aperture Radar) image pre-processing method based on similar block
CN103077499A (en) * 2013-01-09 2013-05-01 西安电子科技大学 SAR (Synthetic Aperture Radar) image pre-processing method based on similar block
US9672625B2 (en) 2013-06-03 2017-06-06 Siemens Aktiengesellschaft Method and apparatus to automatically implement a selection procedure on image data to generate a selected image data set
CN104217423A (en) * 2013-06-03 2014-12-17 西门子公司 Automatic generation of selected image data set
CN104217423B (en) * 2013-06-03 2017-06-16 西门子公司 Select automatically generating for image data set
CN104766065A (en) * 2015-04-14 2015-07-08 中国科学院自动化研究所 Robustness prospect detection method based on multi-view learning
CN104766065B (en) * 2015-04-14 2018-04-27 中国科学院自动化研究所 Robustness foreground detection method based on various visual angles study
CN106780506A (en) * 2016-11-21 2017-05-31 北京交通大学 A kind of interactive image segmentation method based on multi-source shortest path distance
CN106780506B (en) * 2016-11-21 2020-05-08 北京交通大学 Interactive image segmentation method based on multisource path shortest distance
CN107527349A (en) * 2017-06-27 2017-12-29 广州城建职业学院 Image partition method based on network dynamics evolutionary strategy
CN107452003A (en) * 2017-06-30 2017-12-08 大圣科技股份有限公司 A kind of method and device of the image segmentation containing depth information
CN109255321A (en) * 2018-09-03 2019-01-22 电子科技大学 A kind of visual pursuit classifier construction method of combination history and instant messages
CN109255321B (en) * 2018-09-03 2021-12-10 电子科技大学 Visual tracking classifier construction method combining history and instant information
CN109493363A (en) * 2018-09-11 2019-03-19 北京达佳互联信息技术有限公司 A kind of FIG pull handle method, apparatus and image processing equipment based on geodesic distance

Similar Documents

Publication Publication Date Title
CN109447994B (en) Remote Sensing Image Segmentation Method Combining Complete Residual and Feature Fusion
CN102542543A (en) Block similarity-based interactive image segmenting method
CN105931253B (en) A kind of image partition method being combined based on semi-supervised learning
CN105139395B (en) SAR image segmentation method based on small echo pond convolutional neural networks
CN110334578B (en) Weak supervision method for automatically extracting high-resolution remote sensing image buildings through image level annotation
CN104732545B (en) The texture image segmenting method with quick spectral clustering is propagated with reference to sparse neighbour
CN104598885B (en) The detection of word label and localization method in street view image
CN109978032B (en) Bridge crack detection method based on space pyramid cavity convolution network
CN109615008B (en) A method and system for hyperspectral image classification based on stack width learning
CN103226825B (en) Based on the method for detecting change of remote sensing image of low-rank sparse model
CN103077555B (en) The automatic marking method that a kind of three-dimensional model is formed
CN103761726B (en) Block adaptive image partition method based on FCM
CN105426825B (en) A kind of power grid geographical wiring diagram method for drafting based on Aerial Images identification
CN102903102A (en) Non-local-based triple Markov random field synthetic aperture radar (SAR) image segmentation method
CN103593855A (en) Clustered image splitting method based on particle swarm optimization and spatial distance measurement
CN107292259A (en) The integrated approach of depth characteristic and traditional characteristic based on AdaRank
CN109635726B (en) Landslide identification method based on combination of symmetric deep network and multi-scale pooling
CN104392459A (en) Infrared image segmentation method based on improved FCM (fuzzy C-means) and mean drift
CN105118051B (en) A kind of conspicuousness detection method applied to still image human body segmentation
CN104899892A (en) Method for quickly extracting star points from star images
CN104732552B (en) SAR image segmentation method based on nonstationary condition
CN104077775A (en) Shape matching method and device combining skeleton feature points and shape context
CN105931241A (en) Automatic marking method for natural scene image
CN103839274B (en) Extended target tracking method based on geometric proportion relation
CN111985552A (en) Detection method for fine strip-like structure of airport pavement under complex background

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120704