CN103353938B - A kind of cell membrane dividing method based on hierarchical level feature - Google Patents
A kind of cell membrane dividing method based on hierarchical level feature Download PDFInfo
- Publication number
- CN103353938B CN103353938B CN201310237642.9A CN201310237642A CN103353938B CN 103353938 B CN103353938 B CN 103353938B CN 201310237642 A CN201310237642 A CN 201310237642A CN 103353938 B CN103353938 B CN 103353938B
- Authority
- CN
- China
- Prior art keywords
- pixel
- super
- level
- feature
- cell membrane
- 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.)
- Active
Links
Landscapes
- Image Analysis (AREA)
Abstract
本发明涉及一种基于层次级特征的细胞膜分割方法,该方法充分结合像素级特征和超像素级特征的优势,提出层次级特征,该特征可以自适应地描述局部上下文信息,能有效地识别细胞膜及其周围复杂的显微结构,进而提高了基于监督学习方法进行细胞膜分割的识别性能。具体过程如下:I.预处理阶段先进行图像增强,然后执行过分割获取超像素;II.基于超像素的典型样本点选择III.特征提取a.像素级特征提取b.超像素级特征提取c.层次级特征提取IV.分类器分类V.后处理阶段。
The invention relates to a cell membrane segmentation method based on hierarchical features. The method fully combines the advantages of pixel-level features and super-pixel-level features to propose hierarchical features, which can adaptively describe local context information and effectively identify cell membranes. And the complex microstructure around it, which in turn improves the recognition performance of cell membrane segmentation based on supervised learning methods. The specific process is as follows: I. In the preprocessing stage, image enhancement is performed first, and then over-segmentation is performed to obtain superpixels; II. Selection of typical sample points based on superpixels III. Feature extraction a. Pixel-level feature extraction b. Superpixel-level feature extraction c. Hierarchical feature extraction IV. Classifier classification V. post-processing stage.
Description
技术领域technical field
本发明涉及电子显微镜图像下的细胞膜分割领域,具体地说是一种基于层次级特征的细胞膜分割方法。The invention relates to the field of cell membrane segmentation under electron microscope images, in particular to a cell membrane segmentation method based on hierarchical features.
背景技术Background technique
为了更好的研究脑部的记忆和识别机制,脑科学家们需要在三维空间重建中枢神经系统,其先导步骤是二维空间的神经细胞的分割。显然,二维空间分割的准确与否,将直接影响三维空间的重建效果。另外,神经细胞的分割同时也具有重要的临床医学价值,比如研究发现,视网膜的衰退,起因便是神经细胞中的感官细胞的减少。近年来,基于监督学习的机器学习方法越来越多的被用于细胞膜的分割中,并取得了较好的识别效果。这一方法主要分两大步骤:特征提取和模式识别,其中特征提取的好坏,将最终影响模式识别系统的识别性能。In order to better study the memory and recognition mechanism of the brain, brain scientists need to reconstruct the central nervous system in three-dimensional space, and the first step is the segmentation of nerve cells in two-dimensional space. Obviously, the accuracy of 2D space segmentation will directly affect the reconstruction effect of 3D space. In addition, the segmentation of nerve cells also has important clinical medical value. For example, studies have found that the decline of the retina is caused by the reduction of sensory cells in nerve cells. In recent years, more and more machine learning methods based on supervised learning have been used in the segmentation of cell membranes, and have achieved good recognition results. This method is mainly divided into two steps: feature extraction and pattern recognition. The quality of feature extraction will ultimately affect the recognition performance of the pattern recognition system.
神经细胞具有错综复杂的拓扑结构,且内部细胞器形状大小各不一致,加之显微图像的灰度不均匀,边界的模糊,和噪声的影响等,在识别细胞膜时,充分利用每一个像素点的上下文信息显得尤为重要。Nerve cells have intricate topological structures, and the shapes and sizes of internal organelles are different. In addition, the grayscale of microscopic images, blurred boundaries, and the influence of noise, etc., make full use of the context information of each pixel when identifying cell membranes appears to be particularly important.
现有技术基于监督学习方法识别细胞膜时,在特征提取阶段往往只考虑单个像素点信息,或者在考虑上下文信息时,只是简单采用一个固定大小和形状的方形窗,不能充分描述局部复杂多变的微观结构,大大降低了识别率。When the existing technology recognizes the cell membrane based on the supervised learning method, it often only considers the information of a single pixel in the feature extraction stage, or when considering the context information, it simply uses a square window with a fixed size and shape, which cannot fully describe the local complex and changeable The microstructure greatly reduces the recognition rate.
发明内容Contents of the invention
本发明为克服上述现有技术的不足,提出一种基于层次级特征的细胞膜分割方法,该方法充分结合像素级特征和超像素级特征的优势,提出层次级特征,该特征可以自适应地描述局部上下文信息,能有效地识别细胞膜及其周围复杂的显微结构,进而提高了基于监督学习方法进行细胞膜分割的识别性能。In order to overcome the deficiencies of the above-mentioned prior art, the present invention proposes a cell membrane segmentation method based on hierarchical features, which fully combines the advantages of pixel-level features and super-pixel-level features, and proposes hierarchical features, which can be described adaptively Local context information can effectively identify the cell membrane and its surrounding complex microstructures, thereby improving the recognition performance of cell membrane segmentation based on supervised learning methods.
为实现上述目的,本发明采用如下技术方案:To achieve the above object, the present invention adopts the following technical solutions:
一种基于层次级特征的细胞膜分割方法,具体过程如下:A cell membrane segmentation method based on hierarchical features, the specific process is as follows:
I.预处理阶段I. preprocessing stage
先进行图像增强,然后执行图像过分割获取超像素;First perform image enhancement, and then perform image over-segmentation to obtain superpixels;
II.基于超像素的典型样本点选择II. Selection of Typical Sample Points Based on Superpixels
III.特征提取III. feature extraction
a.像素级特征提取a. Pixel-level feature extraction
b.超像素级特征提取b. Superpixel-level feature extraction
c.层次级特征提取c. Hierarchical feature extraction
IV.分类器分类IV. Classifier Classification
V.后处理阶段。V. post-processing stage.
所述I中,运用直方图均衡化和高斯滤波技术进行了图像增强;采用RadhakrishnaAchanta等人提出的一种基于k-means的改进方法,即简单线性迭代聚类方法(SimpleLinearIterativeClustering,SLIC)来获取超像素,该方法通过综合局部邻近像素点的颜色信息和位置信息将整幅图像分成一个个形状、大小相对均一的超像素;简单线性迭代聚类方法只需输入预期超像素的个数便能将整幅图像过分割为指定分割粒度的超像素。In the above-mentioned I, image enhancement is carried out by using histogram equalization and Gaussian filtering technology; an improved method based on k-means proposed by RadhakrishnaAchanta et al., that is, Simple Linear Iterative Clustering (SLIC) to obtain super pixel, this method divides the entire image into superpixels with relatively uniform shape and size by synthesizing the color information and position information of local adjacent pixels; the simple linear iterative clustering method only needs to input the number of expected superpixels to divide The entire image is over-segmented into superpixels with a specified segmentation granularity.
所述II中,典型样本点选择是在每一超像素内随机选择三个样本点来代表该超像素内的全部样本点。In the above II, typical sample point selection is to randomly select three sample points in each superpixel to represent all sample points in the superpixel.
所述III中,针对每一个样本点,共提取了56维的特征,其中包括28维的像素级特征,28维的超像素级特征;其中In said III, for each sample point, a total of 56-dimensional features are extracted, including 28-dimensional pixel-level features and 28-dimensional superpixel-level features; where
a像素级特征提取为:a Pixel-level feature extraction is:
将提取的28维的像素级特征分为三类:(1)5维的邻域信息都是3×3滤波特征:均值滤波,中值滤波,最小值滤波,最大值滤波,方差滤波;(2)Sigma值分别为2.0,3.5,4.0的Gaussian滤波,核函数为3×3的Sobelfilter,核函数为5×5的卷积滤波,赫森矩阵最大、最小特征值,拉普拉斯算子,水平方向二阶导数,垂直方向二阶导数,以上特征共10维;(3)12维的形状描述子Rays特征,以及综合了纹理和几何形状的复合特征Radon-likefeature一维;Divide the extracted 28-dimensional pixel-level features into three categories: (1) 5-dimensional neighborhood information is 3×3 filter features: mean filter, median filter, minimum value filter, maximum value filter, variance filter; ( 2) Gaussian filter with Sigma values of 2.0, 3.5, and 4.0, Sobel filter with kernel function of 3×3, convolution filter with kernel function of 5×5, maximum and minimum eigenvalues of Hessian matrix, Laplacian operator , second-order derivative in the horizontal direction, second-order derivative in the vertical direction, the above features have a total of 10 dimensions; (3) the 12-dimensional shape descriptor Rays feature, and the composite feature Radon-like feature that combines texture and geometry in one dimension;
b超像素级特征提取bSuperpixel-level feature extraction
首先定义和提取一个超像素中所有像素点的各种像素级特征,然后通过统计方法,将该超像素内所有像素点的统计特征,作为该超像素的特征,用于后继处理;通过求取超像素内所有像素点像素级特征的均值作为超像素级的特征,故共28维的超像素级特征;First define and extract various pixel-level features of all pixels in a superpixel, and then use statistical methods to use the statistical features of all pixels in the superpixel as the characteristics of the superpixel for subsequent processing; by calculating The average value of the pixel-level features of all pixels in the superpixel is used as the superpixel-level feature, so there are 28-dimensional superpixel-level features;
c层次级特征提取c level feature extraction
将a步骤所得像素级特征和b步骤所得超像素级特征,这两个级别的特征向量拼接为一个特征向量,形成一个28+28=56维的特征向量,进而将两种级别的特征结合起来,作为一种层次级别的特征。Combine the pixel-level features obtained in step a and the superpixel-level features obtained in step b, and the two levels of feature vectors are spliced into one feature vector to form a 28+28=56-dimensional feature vector, and then combine the two levels of features , as a hierarchical level feature.
所述IV中,分类器采用随机森林分类器。In the IV, the classifier adopts a random forest classifier.
6.如权利要求1所述的基于层次级特征的细胞膜分割方法,其特征是,所述V中,在随机森林返回概率值的基础上,执行Ridler,TW和Calvard提出的IsoData阈值分割方法;针对部分难以识别的孤立区域,执行孤立区域的移除操作,其中区域的移除准则是基于区域属性的一系列的阈值操作。所使用到的区域属性有区域面积,欧拉函数,与区域具有相同标准二阶中心矩的椭圆的离心率(Eccentricity),以及同时在区域和其最小凸多边形中的像素比例(Solidity)。6. the cell membrane segmentation method based on hierarchical features as claimed in claim 1, is characterized in that, in said V, on the basis of random forest return probability value, implement Ridler, the IsoData threshold segmentation method that TW and Calvard propose; For some isolated regions that are difficult to identify, the removal operation of the isolated region is performed, wherein the removal criterion of the region is a series of threshold operations based on the region attribute. The region attributes used include the region area, the Euler function, the eccentricity (Eccentricity) of the ellipse with the same standard second-order central moment as the region, and the pixel ratio (Solidity) in both the region and its minimum convex polygon.
本发明的有益效果是:提出一种基于层次级特征进行细胞膜分割的方法,通过将特征表达丰富的像素级特征和具有一定语义特征的超像素级特征相结合,得到层次级特征。然后,将层次级特征用于训练随机森林来进行细胞膜的分割。与原有固定大小和形状的方形窗邻域下上文信息相比,层次级特征能够自适应的调节单个像素点周围的邻域信息,较好的描述了局部错综复杂的微观结构,提高了用于细胞膜分割的模式识别系统的识别性能。同时,提出一种基于超像素的典型样本点选择方法,精简了样本空间,减少了样本之间的冗余。The beneficial effects of the present invention are: a method for cell membrane segmentation based on hierarchical features is proposed, and hierarchical features are obtained by combining pixel-level features with rich feature expressions and superpixel-level features with certain semantic features. Then, the hierarchical features are used to train a random forest for cell membrane segmentation. Compared with the contextual information in the neighborhood of the original square window with fixed size and shape, the hierarchical features can adaptively adjust the neighborhood information around a single pixel, which better describes the local intricate microstructure and improves the efficiency of the application. Recognition Performance of a Pattern Recognition System for Cell Membrane Segmentation. At the same time, a typical sample point selection method based on superpixels is proposed, which simplifies the sample space and reduces the redundancy between samples.
附图说明Description of drawings
图1a为基于固定方形窗的邻域图。Figure 1a is a neighborhood graph based on a fixed square window.
图1b为基于超像素的邻域图。Figure 1b is a superpixel-based neighborhood map.
图2为本发明的流程图。Fig. 2 is a flowchart of the present invention.
具体实施方式detailed description
下面结合附图与实施例对本发明做进一步说明。The present invention will be further described below in conjunction with the accompanying drawings and embodiments.
图1a、图1b和图2中,本发明主要分五个阶段,为简单起见,图中在基于超像素选择样本点时,一个超像素内只选择了一个样本点来代表整个超像素内的所有样本点。In Fig. 1a, Fig. 1b and Fig. 2, the present invention is mainly divided into five stages. For the sake of simplicity, when selecting sample points based on superpixels in the figure, only one sample point is selected in a superpixel to represent the entire superpixel. all sample points.
1、预处理阶段1. Preprocessing stage
为了使图像灰度均匀,同时强化细胞膜的连续性。本发明先运用直方图均衡化和高斯滤波技术进行了图像增强,然后在增强图像的基础之上,执行过分割获取超像素。本发明采用的是一种基于改进k-means方法的简单线性迭代聚类方法(SimpleLinearIterativeClustering,SLIC)来获取超像素。该方法通过综合局部颜色信息和位置信息将图像分成一个个形状、大小相对均一的小簇。并且,该方法简单易用,执行效率高。具体使用该方法时,只需输入预期超像素的个数便能产生指定分割粒度的超像素。In order to make the gray level of the image uniform, and at the same time strengthen the continuity of the cell membrane. The present invention uses histogram equalization and Gaussian filter technology to enhance the image, and then performs over-segmentation to obtain superpixels on the basis of the enhanced image. The present invention adopts a simple linear iterative clustering method (Simple Linear Iterative Clustering, SLIC) based on an improved k-means method to obtain superpixels. This method divides the image into small clusters with relatively uniform shape and size by integrating local color information and position information. Moreover, the method is simple and easy to use, and has high execution efficiency. When this method is used specifically, only the number of expected superpixels can be input to generate superpixels with a specified segmentation granularity.
2、基于超像素的典型样本点选择方法2. Typical sample point selection method based on superpixels
面对大量的显微图像数据库,训练像素级分类器对于时间和空间都提出了较高的要求。超像素是局部同质像素点的集合,本质上是局部邻近相似像素点的聚类。利用超像素的这一特点,为了精简样本空间,本发明基于超像素来进行样本点的选择。具体来说,在每一个超像素内随机选择部分样本点来代表整个超像素内的所有样本点。在本发明中,每一超像素内随机选择三个样本点来代表该超像素内的全部样本点。Facing a large database of microscopic images, training a pixel-level classifier places high demands on both time and space. A superpixel is a collection of locally homogenous pixels, essentially a cluster of locally adjacent similar pixels. Utilizing this characteristic of superpixels, in order to simplify the sample space, the present invention selects sample points based on superpixels. Specifically, some sample points are randomly selected in each superpixel to represent all sample points in the entire superpixel. In the present invention, three sample points are randomly selected in each superpixel to represent all sample points in the superpixel.
3、特征提取:针对每一个样本点,共提取了56维的特征,其中包括28维的像素级特征,28维的超像素级特征。3. Feature extraction: For each sample point, a total of 56-dimensional features are extracted, including 28-dimensional pixel-level features and 28-dimensional super-pixel-level features.
a.像素级特征提取a. Pixel-level feature extraction
针对像素级的特征描述子,本发明共提取了28维的像素级特征,这些特征大致可分为三类:(1)5维的邻域信息都是3×3滤波特征:均值滤波,中值滤波,最小值滤波,最大值滤波,方差滤波。(2)Sigma值分别为2.0,3.5,4.0的Gaussian滤波,核函数为3×3的Sobelfilter,核函数为5×5的卷积滤波,赫森矩阵最大、最小特征值,拉普拉斯算子,水平方向二阶导数,垂直方向二阶导数,以上特征共10维。(3)12维的形状描述子Rays特征,以及综合了纹理和几何形状的复合特征Radon-likefeature一维。For pixel-level feature descriptors, the present invention extracts a total of 28-dimensional pixel-level features, which can be roughly divided into three categories: (1) 5-dimensional neighborhood information is a 3×3 filter feature: mean filter, medium Value filtering, min filtering, max filtering, variance filtering. (2) Gaussian filter with Sigma values of 2.0, 3.5, and 4.0, Sobel filter with kernel function of 3×3, convolution filter with kernel function of 5×5, maximum and minimum eigenvalues of Hessian matrix, Laplace calculation Son, the second derivative in the horizontal direction, the second derivative in the vertical direction, the above features have a total of 10 dimensions. (3) The 12-dimensional shape descriptor Rays feature, and the composite feature Radon-likefeature, which combines texture and geometry, is one-dimensional.
b.超像素级特征提取b. Superpixel-level feature extraction
超像素在强化了图像局部同质性的同时,较好的保留了图像的原始边界。超像素是一种局部特征描述子,本身含有一定的语义特征。当前现有技术中,针对超像素级特征的相关研究非常少。本发明从集合的视角,将超像素看作局部同质像素点的集合,利用相关统计手段来获得超像素特征。本发明首先定义和提取一个超像素中所有像素点的各种像素级特征,然后通过统计手段,将该超像素内所有像素点的统计特征,作为该超像素的特征,用于后继处理。这样,就使得所有可用于像素级的特征表达,都可以用于表达超像素,从而极大地丰富了超像素的特征表达,提高了区分能力。兼顾到简单和效率,本发明只是求取了超像素内所有像素点像素级特征的均值作为超像素级的特征,故共28维的超像素级特征。While strengthening the local homogeneity of the image, superpixels can better preserve the original boundary of the image. Superpixel is a kind of local feature descriptor, which itself contains certain semantic features. In the current state of the art, there are very few related studies on superpixel-level features. From the perspective of collection, the present invention regards superpixels as a collection of local homogeneous pixel points, and uses relevant statistical means to obtain superpixel features. The present invention firstly defines and extracts various pixel-level features of all pixels in a superpixel, and then uses statistical means to use the statistical features of all pixels in the superpixel as the features of the superpixel for subsequent processing. In this way, all feature expressions that can be used at the pixel level can be used to express superpixels, thereby greatly enriching the feature expression of superpixels and improving the ability to distinguish. Considering both simplicity and efficiency, the present invention only obtains the mean value of the pixel-level features of all pixels in the superpixel as the superpixel-level features, so there are 28 superpixel-level features in total.
c.层次级特征提取c. Hierarchical feature extraction
像素级特征是一种底层特征,超像素级特征是一种中层特征。本发明,将像素级特征和超像素级特征这两个级别的特征向量拼接为一个特征向量,形成一个28+28=56维的特征向量,进而将两种级别的特征结合起来,作为一种层次级别的特征。在层次级特征下,针对每一样本点,其周围的邻域上下文信息是基于超像素自适应的,进而较好地描述了细胞膜像素样本点周围错综复杂的显微结构。The pixel-level feature is a low-level feature, and the super-pixel-level feature is a middle-level feature. In the present invention, the two-level feature vectors of pixel-level features and super-pixel-level features are spliced into one feature vector to form a 28+28=56-dimensional feature vector, and then the two levels of features are combined as a Hierarchy-level features. Under the hierarchical feature, for each sample point, the surrounding context information is adaptive based on superpixels, which can better describe the intricate microstructure around the cell membrane pixel sample point.
4、分类器分类4. Classifier classification
对于一个模式识别系统,在定义和提取了一系列比较有针对性的特征之后,选择一个好的分类器也至关重要。随机森林是一种集成学习方法,简单易用,且该方法具有可有效处理高维特征、不必进行显式的特征选择,能处理大样本数据、分类速度快,较强的抗噪声能力和不容易出现过拟合等特点。鉴于以上几点,本发明选择随机森林作为分类器。For a pattern recognition system, after defining and extracting a series of more targeted features, it is also very important to choose a good classifier. Random forest is an integrated learning method, which is easy to use, and this method can effectively deal with high-dimensional features without explicit feature selection, can handle large sample data, fast classification speed, strong anti-noise ability and non-destructive prone to overfitting. In view of the above points, the present invention selects random forest as the classifier.
5、后处理5. Post-processing
在随机森林返回概率值的基础上,执行自动阈值分割。针对部分难以识别的孤立区域,简单执行了孤立区域的移除操作。Based on the probability values returned by the random forest, automatic threshold segmentation is performed. For some isolated areas that are difficult to identify, the operation of removing isolated areas is simply performed.
Claims (6)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310237642.9A CN103353938B (en) | 2013-06-14 | 2013-06-14 | A kind of cell membrane dividing method based on hierarchical level feature |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201310237642.9A CN103353938B (en) | 2013-06-14 | 2013-06-14 | A kind of cell membrane dividing method based on hierarchical level feature |
Publications (2)
Publication Number | Publication Date |
---|---|
CN103353938A CN103353938A (en) | 2013-10-16 |
CN103353938B true CN103353938B (en) | 2016-04-13 |
Family
ID=49310305
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201310237642.9A Active CN103353938B (en) | 2013-06-14 | 2013-06-14 | A kind of cell membrane dividing method based on hierarchical level feature |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103353938B (en) |
Families Citing this family (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN103871062B (en) * | 2014-03-18 | 2015-12-30 | 北京控制工程研究所 | A kind of lunar surface rock detection method described based on super-pixel |
CN103914841B (en) * | 2014-04-03 | 2018-03-09 | 深圳大学 | Based on the segmentation of the vaginal bacteria of super-pixel and deep learning and categorizing system |
CN103984958B (en) * | 2014-05-07 | 2017-11-07 | 深圳大学 | Cervical cancer cell dividing method and system |
JP6588102B2 (en) * | 2015-03-20 | 2019-10-09 | ベンタナ メディカル システムズ, インコーポレイテッド | System and method for image segmentation |
CN104732551A (en) * | 2015-04-08 | 2015-06-24 | 西安电子科技大学 | Level set image segmentation method based on superpixel and graph-cup optimizing |
CN105404887B (en) * | 2015-07-05 | 2019-04-09 | 中国计量大学 | A five-class classification method of white blood cells based on random forest |
WO2017106106A1 (en) * | 2015-12-15 | 2017-06-22 | Leica Biosystems Imaging, Inc. | Automatic nuclear segmentation |
EP3465610B1 (en) | 2016-06-03 | 2020-04-15 | Koninklijke Philips N.V. | Biological object detection |
CN106558029A (en) * | 2016-10-28 | 2017-04-05 | 成都西纬科技有限公司 | A kind of image filtering method and device |
CN109697450B (en) * | 2017-10-20 | 2023-04-07 | 曦医生技股份有限公司 | Cell sorting method |
CN108776823A (en) * | 2018-07-06 | 2018-11-09 | 武汉兰丁医学高科技有限公司 | Cervical carcinoma lesion analysis method based on cell image recognition |
CN111563937B (en) * | 2020-07-14 | 2020-10-30 | 成都四方伟业软件股份有限公司 | Picture color extraction method and device |
CN114240958B (en) * | 2021-12-23 | 2024-04-05 | 西安交通大学 | Contrast learning method applied to pathological tissue segmentation |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101701818A (en) * | 2009-11-05 | 2010-05-05 | 上海交通大学 | Detection methods for distant obstacles |
CN102800093A (en) * | 2012-07-12 | 2012-11-28 | 西安电子科技大学 | Multi-target remote sensing image segmentation method based on decomposition |
-
2013
- 2013-06-14 CN CN201310237642.9A patent/CN103353938B/en active Active
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101701818A (en) * | 2009-11-05 | 2010-05-05 | 上海交通大学 | Detection methods for distant obstacles |
CN102800093A (en) * | 2012-07-12 | 2012-11-28 | 西安电子科技大学 | Multi-target remote sensing image segmentation method based on decomposition |
Non-Patent Citations (1)
Title |
---|
Segmentation of SBFSEM volume data of neural tissue by hierarchical classification;Bjorn Andres1等;《Pattern Recognition,2008》;20081231;第5096卷;142-152 * |
Also Published As
Publication number | Publication date |
---|---|
CN103353938A (en) | 2013-10-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN103353938B (en) | A kind of cell membrane dividing method based on hierarchical level feature | |
Hwang et al. | Segsort: Segmentation by discriminative sorting of segments | |
CN106296653B (en) | Brain CT image hemorrhagic areas dividing method and system based on semi-supervised learning | |
Lahiri et al. | Generative adversarial learning for reducing manual annotation in semantic segmentation on large scale miscroscopy images: Automated vessel segmentation in retinal fundus image as test case | |
CN103366180B (en) | A kind of cell image segmentation method based on automated characterization study | |
Oztel et al. | Mitochondria segmentation in electron microscopy volumes using deep convolutional neural network | |
CN113762138B (en) | Identification method, device, computer equipment and storage medium for fake face pictures | |
Kumar et al. | Radon-like features and their application to connectomics | |
CN108197606A (en) | The recognition methods of abnormal cell in a kind of pathological section based on multiple dimensioned expansion convolution | |
CN110533683B (en) | A radiomics analysis method integrating traditional features and deep features | |
Alsmadi et al. | Fish recognition based on robust features extraction from color texture measurements using back-propagation classifier | |
CN110866938B (en) | A fully automatic video moving object segmentation method | |
CN109086777A (en) | A kind of notable figure fining method based on global pixel characteristic | |
Chen et al. | Single depth image super-resolution using convolutional neural networks | |
CN105740875A (en) | Pulmonary nodule multi-round classification method based on multi-scale three-dimensional block feature extraction | |
CN114445651A (en) | A training set construction method, device and electronic device for a semantic segmentation model | |
Baltissen et al. | Comparison of segmentation methods for tissue microscopy images of glioblastoma cells | |
CN108776823A (en) | Cervical carcinoma lesion analysis method based on cell image recognition | |
CN102136074B (en) | Man-machine interface (MMI) based wood image texture analyzing and identifying method | |
CN113592893A (en) | Image foreground segmentation method combining determined main body and refined edge | |
CN116797791A (en) | Mitochondrial segmentation and classification method based on deep learning | |
Parag et al. | Anisotropic EM segmentation by 3D affinity learning and agglomeration | |
CN113450355A (en) | Method for extracting image features based on multi-membrane CT image and 3DCNN network | |
Mahalakshmi et al. | Ancient Tamil script and recognition and translation using LabVIEW | |
Rathore et al. | A novel approach for ensemble clustering of colon biopsy images |
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 | ||
TR01 | Transfer of patent right |
Effective date of registration: 20201015 Address after: 4 / F, block B, Gucheng Cultural Industrial Park, Dongshun Road, Taierzhuang District, Zaozhuang City, Shandong Province Patentee after: Shandong huanke Information Technology Co.,Ltd. Address before: 250061, No. ten, No. 17923, Lixia District, Ji'nan City, Shandong Province Patentee before: SHANDONG University |
|
TR01 | Transfer of patent right | ||
TR01 | Transfer of patent right |
Effective date of registration: 20250310 Address after: No. 231, 100 meters south of Zhenxing Road and Jipin Street, Zhongwenhua Road Street, Zaozhuang City, Shandong Province, China 277100 Patentee after: Shandong Fengshi Information Security Technology Co.,Ltd. Country or region after: China Address before: Building B, 4th Floor, Dongshun Road Ancient City Cultural Industry Park, Taierzhuang District, Zaozhuang City, Shandong Province, China 277400 Patentee before: Shandong huanke Information Technology Co.,Ltd. Country or region before: China |