[go: up one dir, main page]

CN105844625A - Movable profile image segmentation method fusing edge and area - Google Patents

Movable profile image segmentation method fusing edge and area Download PDF

Info

Publication number
CN105844625A
CN105844625A CN201610158811.3A CN201610158811A CN105844625A CN 105844625 A CN105844625 A CN 105844625A CN 201610158811 A CN201610158811 A CN 201610158811A CN 105844625 A CN105844625 A CN 105844625A
Authority
CN
China
Prior art keywords
edge
image
image segmentation
contour model
seed points
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
CN201610158811.3A
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.)
Changzhou University
Original Assignee
Changzhou 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 Changzhou University filed Critical Changzhou University
Priority to CN201610158811.3A priority Critical patent/CN105844625A/en
Publication of CN105844625A publication Critical patent/CN105844625A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V10/00Arrangements for image or video recognition or understanding
    • G06V10/40Extraction of image or video features
    • G06V10/44Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
    • G06V10/443Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components by matching or filtering
    • G06V10/449Biologically inspired filters, e.g. difference of Gaussians [DoG] or Gabor filters

Landscapes

  • Engineering & Computer Science (AREA)
  • Molecular Biology (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Biodiversity & Conservation Biology (AREA)
  • Biomedical Technology (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

本发明公开了一种活动轮廓模型图像分割方法,用于解决现有图像分割问题效率低,图像分割结果不理想的问题。本发明包括如下步骤:输入图像,通过使用LP‑Garbor滤波器的相位一致性边缘检测算法得到图像的边缘信息;设定阈值,去除因噪声影响得到的毛刺;以各个边缘段的质心为种子点区域生长,得到目标区域;最后以目标区域为初始轮廓位置,使用边缘信息重写活动轮廓模型能量泛函,进行图像的完全分割。本发明既保留了活动了活动轮廓模型全自动快速全局图像分割的优点,又结合了图像边缘区域信息,改进了活动轮廓模型算法在前景背景颜色相似或前景目标存在阴影等情况下的不足。除此之外,由于本发明方法初始化位置较接近于待分割目标,在运行效率上也得到了很大的提高。同时实现全自动的图像分割。

The invention discloses an active contour model image segmentation method, which is used for solving the problems of low efficiency and unsatisfactory image segmentation results in the existing image segmentation problems. The present invention comprises the following steps: input an image, obtain the edge information of the image by using the phase consistency edge detection algorithm of the LP-Garbor filter; set the threshold, remove the glitches obtained due to the influence of noise; use the centroid of each edge segment as the seed point The region grows to get the target region; finally, the target region is used as the initial contour position, and the edge information is used to rewrite the energy functional function of the active contour model to complete the image segmentation. The invention not only retains the advantages of the active contour model for fully automatic and rapid global image segmentation, but also combines the information of the edge area of the image to improve the shortcomings of the active contour model algorithm in the case of similar foreground and background colors or shadows in the foreground object. In addition, since the initialization position of the method of the present invention is relatively close to the object to be segmented, the operating efficiency is also greatly improved. At the same time, fully automatic image segmentation is realized.

Description

一种融合边缘和区域的活动轮廓图像分割方法A Method of Active Contour Image Segmentation by Fusion of Edge and Region

技术领域technical field

本发明涉及数字图像处理技术领域,具体涉及一种融合边缘和区域的活动轮廓图像分割方法。The invention relates to the technical field of digital image processing, in particular to an active contour image segmentation method for fusing edges and regions.

背景技术Background technique

图像分割是数字图像处理的关键步骤,主要可分为基于阈值、基于区域、基于边缘的分割方法以及基于特定理论的分割方法等几类。一般情况下各种方法结合使用。Image segmentation is a key step in digital image processing, which can be divided into threshold-based, region-based, edge-based segmentation methods, and segmentation methods based on specific theories. Usually a combination of methods are used.

图像边缘检测即标识图像属性中的显著变化的点,属性的显著变化反映了图像中不同区域的变化。最为常用的边缘检测方法为一阶,二阶边缘检测算子,如Laplacian算子、Laplacian-Gauss算子、Roberts算子、Sobel算子等,其核心思想大多基于图像的亮度梯度信息的。而相位一致性是假设图像中傅里叶级数分量之和最大的点为特征点。图像中存在大量的阶跃边缘,线边缘,屋顶及介于阶跃边缘和线边缘之间的边缘信息。国内外众多学者研究发现,各种各样的特征类型都可在相位一致性高的点出现,包括阶跃、线、屋顶以及马赫带。因此,相位一致性方法能够更有效的检测到图像的边缘。学者Kovesi等人提出了使用Log Gabor滤波器的相位一致性方法,取得了较好的实验结果。本发明即采用Log Gabor滤波的相位一致性进行边缘检测。Image edge detection is the identification of points with significant changes in image attributes, which reflect changes in different regions of the image. The most commonly used edge detection methods are first-order and second-order edge detection operators, such as Laplacian operator, Laplacian-Gauss operator, Roberts operator, Sobel operator, etc., and their core ideas are mostly based on the brightness gradient information of the image. The phase consistency assumes that the point with the largest sum of Fourier series components in the image is the feature point. There are a large number of step edges, line edges, roofs and edge information between step edges and line edges in the image. Many scholars at home and abroad have found that various types of features can appear at points with high phase consistency, including steps, lines, roofs, and Mach bands. Therefore, the phase consistency method can detect the edge of the image more effectively. Scholars Kovesi et al. proposed a phase consistency method using the Log Gabor filter, and achieved good experimental results. The present invention uses the phase consistency of the Log Gabor filter to detect the edge.

随着水平集方法的应用,活动轮廓模型在图像分割问题上也取得了很好的发展。近年来,尤其Chan-Vese(CV)模型得到了很好的发展,许多学者在CV模型的基础上做了相关方面的研究,并提出了许多有效的改进方案。早年较为典型的改进主要有:Kimmel等人考虑图像的边界梯度信息,提出了CV模型与GAC模型相结合的思想,实现了对弱边界图像的良好分割;李纯明等人针对水平集演化过程中的重新初始化问题,提出了避免水平集重新初始化的距离正则项的概念。另外,许多学者在此基础上也对模型进行了许多优化改进,如近期提出的基于距离正则化的水平集演化模型,考虑图像区域信息的基于距离正则化的水平集演化模型等。本发明同时在CV模型中同时考虑图像的边缘信息及区域信息,对能量泛函进行改写。With the application of level set methods, active contour models have also achieved good development in image segmentation problems. In recent years, especially the Chan-Vese (CV) model has been well developed. Many scholars have done related research on the basis of the CV model and proposed many effective improvement schemes. The typical improvements in the early years mainly include: Kimmel et al. considered the boundary gradient information of the image, proposed the idea of combining the CV model and the GAC model, and realized a good segmentation of weak boundary images; Li Chunming et al. Reinitialization problems, the concept of a distance regularizer that avoids level set reinitialization is proposed. In addition, many scholars have also made many optimizations and improvements to the model on this basis, such as the recently proposed level set evolution model based on distance regularization, and the level set evolution model based on distance regularization considering image region information. The invention simultaneously considers the edge information and area information of the image in the CV model, and rewrites the energy functional function.

发明内容Contents of the invention

本发明为解决现有技术存在的缺陷,提供一种融合边缘和区域信息的活动轮廓图像分割方法。既保留了活动轮廓模型图像分割算法全局分割的优点,同时融合相位一致性的边缘检测算法得到图像边缘信息,借助区域生长方法得到图像的目标区域,进一步分割得到精确的分割结果。改进了活动轮廓模型分割噪声多的问题,在运行效率上也有一定提高。In order to solve the defects in the prior art, the present invention provides an active contour image segmentation method that fuses edge and region information. It not only retains the advantages of the global segmentation of the active contour model image segmentation algorithm, but also integrates the phase consistency edge detection algorithm to obtain the image edge information, and obtains the target area of the image with the help of the region growing method, and further segments to obtain accurate segmentation results. The problem of excessive noise in the segmentation of the active contour model has been improved, and the operating efficiency has also been improved to a certain extent.

为解决上述技术问题,本发明所采用的技术方案是:In order to solve the problems of the technologies described above, the technical solution adopted in the present invention is:

一种融合边缘和区域的活动轮廓图像分割方法,其特征在于,包括以下步骤:A kind of active contour image segmentation method of fusing edge and region, is characterized in that, comprises the following steps:

步骤S1:输入图像,使用LP-Garbor滤波器的相位一致性边缘检测算法定位得到图像的边缘信息;Step S1: Input an image, use the phase consistency edge detection algorithm of the LP-Garbor filter to locate and obtain the edge information of the image;

步骤S2:设定阈值t,将长度小于t的边缘段去掉,去除因噪声影响得到的毛刺;Step S2: Set the threshold t, remove the edge segments whose length is less than t, and remove the glitches caused by noise;

步骤S3:以各个边缘段的质心为种子点区域生长,得到目标区域;Step S3: using the centroid of each edge segment as the seed point area to grow to obtain the target area;

步骤S4:以目标区域为初始轮廓位置,使用活动轮廓模型进行图像的详细分割;Step S4: take the target area as the initial contour position, and use the active contour model to perform detailed segmentation of the image;

步骤S5:输出要分割的目标图像。Step S5: Output the target image to be segmented.

进一步地,上述的步骤S3具体包括以下步骤:Further, the above step S3 specifically includes the following steps:

步骤S3.1、在得到图像的边缘信息之后,寻找各边缘段的质心为种子点,将已标记的边缘点作为种子点压入堆栈edge;Step S3.1, after obtaining the edge information of the image, find the centroid of each edge segment as the seed point, and push the marked edge point into the stack edge as the seed point;

步骤S3.2、从edge堆栈中取出一种子点,计算种子点与其四邻域像素(x,y)性质差,如果该差小于阈值E,则生长还未到达该区域边界,赋予与种子点相同的标识,压入堆栈,seed;Step S3.2. Take a seed point from the edge stack, and calculate the difference between the seed point and its four neighbor pixels (x, y). If the difference is less than the threshold E, the growth has not reached the boundary of the region, and the seed point is given the same The logo, push into the stack, seed;

步骤S3.3、从堆栈seed中取出一个新的种子点,继续四连通方向生长,把邻近满足生长条件的点并入,生成新的区域;Step S3.3, take out a new seed point from the stack seed, continue to grow in the four-connected direction, merge adjacent points that meet the growth conditions, and generate a new region;

步骤S3.4、重复步骤S3.3直到不再存在邻近满足生长条件的点为止,该区域生成过程结束;Step S3.4, repeat step S3.3 until there are no adjacent points satisfying the growth condition, and the region generation process ends;

步骤S3.5、从堆栈edge中逐个取出其他种子点,按S3.2-S3.4步骤进行生长。Step S3.5, take out other seed points one by one from the stack edge, and grow according to steps S3.2-S3.4.

进一步地,上述的步骤S4具体包括以下步骤:Further, the above step S4 specifically includes the following steps:

步骤S4.1、区域生长所得到的目标区域,二值化得到模板T;Step S4.1, binarize the target region obtained by region growing to obtain a template T;

步骤S4.2、根据模板T,定于水平集函数,初始化活动轮廓曲线;Step S4.2, according to the template T, set the level set function, and initialize the active contour curve;

步骤S4.3、根据图像边缘信息,计算边缘停止函数g;Step S4.3, calculating the edge stop function g according to the edge information of the image;

步骤S4.4、确定改进CV活动轮廓模型能量泛函;Step S4.4, determining the energy functional of the improved CV active contour model;

步骤S4.5、对能量泛函进行数值求解,迭代最小化能量,得到最终水平集函数;Step S4.5, numerically solving the energy functional, iteratively minimizing the energy, and obtaining the final level set function;

步骤S4.6、得到最终图像分割结果。Step S4.6, obtaining the final image segmentation result.

本发明的该方法融合了图像边缘区域信息和活动轮廓模型图像分割算法,先利用Log Gabor滤波器的相位一致性边缘检测算法,得到图像边缘信息,并使用四邻域区域生长算法得到目标初始区域,再利用图像的边缘信息和区域信息改写CV模型,迭代数值求解,得到准确的图像分割结果。它既保留了CV全局分割的优点,同时借助边缘信息,改进了在背景颜色相似,或前景目标存在噪声等情况下CV模型的不足。除此之外,由于本方法初始化轮廓线位置接近于待分割目标位置,在运行效率上也有一定的提高。The method of the present invention combines the image edge area information and the active contour model image segmentation algorithm, first uses the phase consistency edge detection algorithm of the Log Gabor filter to obtain the image edge information, and uses the four-neighborhood area growing algorithm to obtain the initial area of the target, Then use the edge information and area information of the image to rewrite the CV model, and iteratively solve the numerical solution to obtain accurate image segmentation results. It not only retains the advantages of CV global segmentation, but also uses edge information to improve the insufficiency of the CV model when the background color is similar or the foreground target has noise. In addition, since the initial contour line position of this method is close to the target position to be segmented, the operating efficiency is also improved to a certain extent.

附图说明Description of drawings

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

具体实施方式detailed description

下面结合实施例对本发明作进一步的描述,所描述的实施例仅仅是本发明一部分实施例,并不是全部实施例。基于本发明中的实施例,本领域的普通技术人员在没有做出创造性劳动前提下所获得的其他所用实施例,都属于本发明的保护范围。The present invention will be further described below in conjunction with the embodiments, and the described embodiments are only part of the embodiments of the present invention, not all of them. Based on the embodiments of the present invention, other used embodiments obtained by persons of ordinary skill in the art without creative efforts all belong to the protection scope of the present invention.

本发明的实验平台是在Matlab R2011b平台上进行的,计算机系统配置:CPU为Intel(R)Core(TM)i5-3470;主频为@3.20GHz;内存为4GB;操作系统为MicrosoftWindows7Professional。Experimental platform of the present invention is carried out on Matlab R2011b platform, and computer system configuration: CPU is Intel (R) Core (TM) i5-3470; Main frequency is @3.20GHz; Internal memory is 4GB; Operating system is MicrosoftWindows7Professional.

本发明所提出的融合边缘和区域的活动轮廓图像分割方法主要包括Log Gabor滤波器相位一致性方法对图像边缘检测,及进一步改写活动轮廓模型泛函,迭代数值求解两大模块。The active contour image segmentation method of fusion edge and region proposed by the present invention mainly includes two modules of image edge detection by Log Gabor filter phase consistency method, further rewriting active contour model functional, and iterative numerical solution.

首先是Log Gabor滤波器相位一致性方法计算图像边缘信息主要步骤:The first is the main steps of the Log Gabor filter phase consistency method to calculate image edge information:

图像信号I进行傅里叶级数展开:The image signal I undergoes Fourier series expansion:

An为第N个余弦分量的振幅,表示在x位置的局部相位。用能量求解PC函数,其关系为:A n is the amplitude of the Nth cosine component, Indicates the local phase at the x position. Solving the PC function with energy, the relationship is:

E(x)=PC(x)∑nAn (2)E(x)=PC(x)∑ n A n (2)

Log Garbor滤波器在空间定位方面和频率的分离都拥有非常良好的性能,且对图像的自然编码更有效,选用Log Garbor作为定位相位一致的滤波器,其正弦和余弦的响应方程式为:The Log Garbor filter has very good performance in terms of spatial positioning and frequency separation, and it is more effective for the natural encoding of images. Log Garbor is selected as a filter with consistent phase positioning. The response equations of its sine and cosine are:

an和bn是Log Gabor滤波器的余弦和正弦的系数,Rn为局部频率的振幅,θn为局部频率的相位。PC函数表示为:a n and b n are coefficients of cosine and sine of Log Gabor filter, R n is the amplitude of local frequency, θ n is the phase of local frequency. The PC function is expressed as:

为相位的加权平均。得到图像边缘信息之后,通过阈值法去除细小毛刺边缘。 is the weighted average of the phases. After obtaining the edge information of the image, the fine burr edge is removed by the threshold method.

其次,基于图像的边缘信息,进行区域生长得到目标区域,主要步骤:Secondly, based on the edge information of the image, the region is grown to obtain the target region. The main steps are:

(1)已知图像的边缘段,确定各边缘段的质心,定位为各边缘段的种子点,将标记的种子点压入堆栈E;(1) Know the edge segment of the image, determine the centroid of each edge segment, locate it as the seed point of each edge segment, and push the marked seed point into the stack E;

(2)从堆栈E中取出一种子点v,计算种子点v与其四邻域像素v(x,y)性质差,如果该差小于阈值Q,则区域生长还未到达该区域边界,将v(x,y)赋予与种子点相同的标识,压入堆栈S;(2) Take a seed point v from the stack E, and calculate the difference between the seed point v and its four neighbor pixels v(x, y). If the difference is less than the threshold Q, the region growth has not yet reached the boundary of the region, and v( x, y) are given the same identity as the seed point and pushed into the stack S;

(3)从堆栈S中取出一个新的种子点,继续依据四连通方向生长,把邻近满足生长条件的点并入,生成新的区域;(3) Take out a new seed point from the stack S, continue to grow according to the four-connected direction, merge adjacent points that meet the growth conditions, and generate a new area;

(4)重复步骤(3)直到不再存在邻近满足生长条件的点为止,该区域生成过程结束;(4) Repeat step (3) until there are no adjacent points that meet the growth conditions, and the region generation process ends;

(5)从堆栈E中逐个取出其他种子点,按(2)-(4)步骤继续生长。(5) Take out other seed points one by one from stack E, and continue to grow according to steps (2)-(4).

最后在确定了图像的边缘信息以及区域信息之后,改写CV能量泛函,并迭代进行数值求解:Finally, after determining the edge information and area information of the image, rewrite the CV energy functional and iteratively perform numerical solution:

通过图像的边缘信息λ,重写测地线活动轮廓模型中边缘停止函数g(x,y)=1/(1+Kλ2),其中K为系数。区域生长所得到的目标区域Obj,定义模板根据水平集函数的定义,依据模板α,计算初始化零水平集曲线:The edge stopping function g(x,y)=1/(1+Kλ 2 ) in the geodesic active contour model is rewritten by the edge information λ of the image, where K is a coefficient. The target region Obj obtained by region growing, defines the template According to the definition of the level set function, according to the template α, calculate the initial zero level set curve:

定义其中μ为常系数且μ>0,C为活动轮廓曲线,Gσ为宽度为σ的高斯核函数。definition where μ is a constant coefficient and μ>0, C is the active contour curve, and G σ is a Gaussian kernel function with width σ.

改写CV模型能量泛函:Rewrite the CV model energy functional:

EE. (( cc 11 ,, cc 22 ,, CC )) == μμ ·&Center Dot; gg ·· LL ee nno gg tt hh (( CC )) ++ λλ 11 ∫∫ ii nno sthe s ii dd ee (( CC )) || II 00 (( xx ,, ythe y )) -- cc 11 || 22 dd xx dd ythe y ++ λλ 22 ∫∫ oo uu tt sthe s ii dd ee (( CC )) || II 00 (( xx ,, ythe y )) -- cc 22 || 22 dd xx dd ythe y -- -- -- (( 77 ))

其中,I0(x,y)为待分割图像,Length(C)表示边界曲线C的长度,Area(inside(C))为曲线C的内部区域的面积。μ,γ≥0,λ12>0为权重系数。Wherein, I 0 (x, y) is the image to be segmented, Length(C) indicates the length of the boundary curve C, and Area(inside(C)) is the area of the inner area of the curve C. μ, γ≥0, λ 1 , λ 2 >0 are weight coefficients.

最后通过变分法求水平集函数的偏导数,然后有限差分的方法实现模型的数值求解。使用中心差分的方法进行数值的近似求解,进行半点中心差分,偏导数格式为:Finally, the partial derivative of the level set function is calculated by the variational method, and then the numerical solution of the model is realized by the method of finite difference. Use the method of central difference to approximate the numerical solution, right Perform half-point central difference, the partial derivative format is:

Claims (3)

1. a combination of edge and the active contour image partition method in region, it is characterised in that comprise the following steps:
Step S1: input picture, uses the phase equalization edge detection algorithm location of LP-Garbor wave filter to obtain image Marginal information;
Step S2: set threshold value t, removes the length edge section less than t, removes the burr obtained because of influence of noise;
Step S3: with the barycenter of each edge section for seed points region growing, obtain target area;
Step S4: with target area for initial profile position, uses movable contour model to carry out the detailed segmentation of image;
Step S5: export target image to be split.
Movable contour model image partition method the most according to claim 1, it is characterised in that above-mentioned step S3 is concrete Comprise the following steps:
Step S3.1, after the marginal information obtaining image, the barycenter finding each edge section is seed points, by marked limit Edge point is pressed into storehouse edge as seed points;
Step S3.2, from edge storehouse, take out a seed points, calculate seed points and its four neighborhood territory pixel (x, y) character is poor, as Really this difference is less than threshold value E, then grow and also do not arrive this zone boundary, gives the mark identical with seed points, is pressed into storehouse, seed;
Step S3.3, from storehouse seed, take out a new seed points, continue four communication direction growths, neighbouring meet grow The point of condition is incorporated to, and generates new region;
Until no longer there is the neighbouring point meeting growth conditions, this Area generation process in step S3.4, repetition step S3.3 Terminate;
Step S3.5, from storehouse edge, take out other seed points one by one, grow by S3.2-S3.4 step.
Movable contour model image partition method the most according to claim 1, it is characterised in that above-mentioned step S4 is concrete Comprise the following steps:
Target area obtained by step S4.1, region growing, binaryzation obtains template T;
Step S4.2, according to template T, define level set function, initialize active contour curve;
Step S4.3, according to image edge information, calculate corresponding Edge-stopping function g;
Step S4.4, rewriting Chan-Vese movable contour model energy functional;
Step S4.5, use finite difference method carry out numerical solution to energy functional, and iteration minimizes energy, obtains final water Flat set function;
Step S4.6, output final image segmentation result.
CN201610158811.3A 2016-03-18 2016-03-18 Movable profile image segmentation method fusing edge and area Pending CN105844625A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610158811.3A CN105844625A (en) 2016-03-18 2016-03-18 Movable profile image segmentation method fusing edge and area

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610158811.3A CN105844625A (en) 2016-03-18 2016-03-18 Movable profile image segmentation method fusing edge and area

Publications (1)

Publication Number Publication Date
CN105844625A true CN105844625A (en) 2016-08-10

Family

ID=56588104

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610158811.3A Pending CN105844625A (en) 2016-03-18 2016-03-18 Movable profile image segmentation method fusing edge and area

Country Status (1)

Country Link
CN (1) CN105844625A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106570881A (en) * 2016-10-25 2017-04-19 重庆金山医疗器械有限公司 Two-channel medical image segmentation method based on colorimetric colors and spatial nonuniformity of texture differences
CN107103607A (en) * 2017-03-29 2017-08-29 中国科学院合肥物质科学研究院 A kind of global optimization's image partition method chosen automatically based on seed point
CN109741360A (en) * 2019-01-07 2019-05-10 上海联影医疗科技有限公司 A kind of Bones and joints dividing method, device, terminal and readable medium
CN110136146A (en) * 2019-05-17 2019-08-16 浙江理工大学 Water segmentation method of SAR image based on sinusoidal SPF distribution and level set model
CN111292347A (en) * 2020-01-21 2020-06-16 海南大学 A method for calculating the density of anthrax spores in microscopic images based on image processing technology
CN113343976A (en) * 2021-05-13 2021-09-03 武汉大学 Anti-highlight interference engineering measurement mark extraction method based on color-edge fusion feature growth
CN113469995A (en) * 2021-07-16 2021-10-01 华北电力大学(保定) Transformer substation equipment thermal fault diagnosis method and system
CN113989305A (en) * 2021-12-27 2022-01-28 城云科技(中国)有限公司 Target semantic segmentation method and street target abnormity detection method applying same
CN114549570A (en) * 2022-03-10 2022-05-27 中国科学院空天信息创新研究院 Fusion method and device of optical image and SAR image
CN116363160A (en) * 2023-05-30 2023-06-30 杭州脉流科技有限公司 CT perfusion image brain tissue segmentation method and computer equipment based on level set

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101872484A (en) * 2010-06-30 2010-10-27 西安电子科技大学 Multiple Faint Target Tracks Adaptive Growth Detection Method in Image Domain
CN102722882A (en) * 2012-04-12 2012-10-10 华北电力大学(保定) Elastic registration method of CAG image sequence
CN104599270A (en) * 2015-01-18 2015-05-06 北京工业大学 Breast neoplasms ultrasonic image segmentation method based on improved level set algorithm

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101872484A (en) * 2010-06-30 2010-10-27 西安电子科技大学 Multiple Faint Target Tracks Adaptive Growth Detection Method in Image Domain
CN102722882A (en) * 2012-04-12 2012-10-10 华北电力大学(保定) Elastic registration method of CAG image sequence
CN104599270A (en) * 2015-01-18 2015-05-06 北京工业大学 Breast neoplasms ultrasonic image segmentation method based on improved level set algorithm

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
FAN J.P. ET.AL: "Automatic image segmentation by integrating color-edge extraction and seeded region growing", 《IEEE TRANSACTIONS ON IMAGE PROCESSING A PUBLICATION OF THE IEEE SIGNAL PROCESSING SOCIETY》 *
李敏 等: "基于聚类信息的活动轮廓图像分割模型", 《模式识别与人工智能》 *

Cited By (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106570881B (en) * 2016-10-25 2019-08-13 重庆金山医疗器械有限公司 The dividing method of the non-uniform texture difference binary channels medical image of color and space based on coloration
CN106570881A (en) * 2016-10-25 2017-04-19 重庆金山医疗器械有限公司 Two-channel medical image segmentation method based on colorimetric colors and spatial nonuniformity of texture differences
CN107103607A (en) * 2017-03-29 2017-08-29 中国科学院合肥物质科学研究院 A kind of global optimization's image partition method chosen automatically based on seed point
CN107103607B (en) * 2017-03-29 2019-08-06 中国科学院合肥物质科学研究院 A Global Optimal Image Segmentation Method Based on Automatic Selection of Seed Points
CN109741360B (en) * 2019-01-07 2022-02-22 上海联影医疗科技股份有限公司 Bone joint segmentation method, device, terminal and readable medium
CN109741360A (en) * 2019-01-07 2019-05-10 上海联影医疗科技有限公司 A kind of Bones and joints dividing method, device, terminal and readable medium
CN110136146A (en) * 2019-05-17 2019-08-16 浙江理工大学 Water segmentation method of SAR image based on sinusoidal SPF distribution and level set model
CN110136146B (en) * 2019-05-17 2021-01-08 浙江理工大学 SAR image water area segmentation method based on sinusoidal SPF distribution and level set model
CN111292347A (en) * 2020-01-21 2020-06-16 海南大学 A method for calculating the density of anthrax spores in microscopic images based on image processing technology
CN113343976A (en) * 2021-05-13 2021-09-03 武汉大学 Anti-highlight interference engineering measurement mark extraction method based on color-edge fusion feature growth
CN113469995A (en) * 2021-07-16 2021-10-01 华北电力大学(保定) Transformer substation equipment thermal fault diagnosis method and system
CN113469995B (en) * 2021-07-16 2022-09-06 华北电力大学(保定) Transformer substation equipment thermal fault diagnosis method and system
CN113989305A (en) * 2021-12-27 2022-01-28 城云科技(中国)有限公司 Target semantic segmentation method and street target abnormity detection method applying same
CN113989305B (en) * 2021-12-27 2022-04-22 城云科技(中国)有限公司 Target semantic segmentation method and street target abnormity detection method applying same
CN114549570A (en) * 2022-03-10 2022-05-27 中国科学院空天信息创新研究院 Fusion method and device of optical image and SAR image
CN114549570B (en) * 2022-03-10 2022-10-18 中国科学院空天信息创新研究院 Fusion method and device of optical image and SAR image
CN116363160A (en) * 2023-05-30 2023-06-30 杭州脉流科技有限公司 CT perfusion image brain tissue segmentation method and computer equipment based on level set
CN116363160B (en) * 2023-05-30 2023-08-29 杭州脉流科技有限公司 CT perfusion image brain tissue segmentation method and computer equipment based on level set

Similar Documents

Publication Publication Date Title
CN105844625A (en) Movable profile image segmentation method fusing edge and area
CN108986119B (en) Image segmentation method and apparatus, computer equipment and readable storage medium
WO2018107939A1 (en) Edge completeness-based optimal identification method for image segmentation
Storie et al. Deep learning neural networks for land use land cover mapping
Liasis et al. Building extraction in satellite images using active contours and colour features
CN103632361B (en) An image segmentation method and a system
CN109558806B (en) Method for detecting high-resolution remote sensing image change
CN102903110B (en) To the dividing method of image with deep image information
CN102024258B (en) Multi-scale segmentation method for remote sensing image with boundary maintenance characteristics
Aytekın et al. Unsupervised building detection in complex urban environments from multispectral satellite imagery
CN101634706B (en) Method for automatically detecting bridge target in high-resolution SAR images
CN108416784B (en) Method and device for rapidly extracting boundary of urban built-up area and terminal equipment
Wang et al. Feature‐preserving surface reconstruction from unoriented, noisy point data
CN102592268A (en) Method for segmenting foreground image
CN104700071B (en) A kind of extracting method of panorama sketch road profile
CN105118090A (en) Adaptive point-cloud filtering method for complex terrain structure
CN111881816A (en) Long-time-sequence river and lake ridge culture area monitoring method
CN107610164A (en) A kind of No. four Image registration methods of high score based on multiple features mixing
CN104881855A (en) Multi-focus image fusion method using morphology and free boundary condition active contour model
CN103208121B (en) Based on the remote sensing image segmentation method that bounds constraint merges with two benches
CN110852207A (en) Blue roof building extraction method based on object-oriented image classification technology
CN113409332A (en) Building plane segmentation method based on three-dimensional point cloud
CN105574528A (en) Synechia cell image segmenting method based on polyphase mutual exclusion level set
CN109242854A (en) A kind of image significance detection method based on FLIC super-pixel segmentation
CN108022245A (en) Photovoltaic panel template automatic generation method based on upper thread primitive correlation model

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160810