[go: up one dir, main page]

CN107977976A - A kind of image partition method - Google Patents

A kind of image partition method Download PDF

Info

Publication number
CN107977976A
CN107977976A CN201711254603.4A CN201711254603A CN107977976A CN 107977976 A CN107977976 A CN 107977976A CN 201711254603 A CN201711254603 A CN 201711254603A CN 107977976 A CN107977976 A CN 107977976A
Authority
CN
China
Prior art keywords
image
segmentation method
image segmentation
pixel
background
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
CN201711254603.4A
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.)
Zhejiang Lover Health Science and Technology Development Co Ltd
Original Assignee
Zhejiang Lover Health Science and Technology Development Co Ltd
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 Zhejiang Lover Health Science and Technology Development Co Ltd filed Critical Zhejiang Lover Health Science and Technology Development Co Ltd
Priority to CN201711254603.4A priority Critical patent/CN107977976A/en
Publication of CN107977976A publication Critical patent/CN107977976A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/10Segmentation; Edge detection
    • G06T7/194Segmentation; Edge detection involving foreground-background segmentation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/24Classification techniques
    • G06F18/241Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches
    • G06F18/2411Classification techniques relating to the classification model, e.g. parametric or non-parametric approaches based on the proximity to a decision surface, e.g. support vector machines
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20112Image segmentation details
    • G06T2207/20152Watershed segmentation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Bioinformatics & Cheminformatics (AREA)
  • Bioinformatics & Computational Biology (AREA)
  • Evolutionary Biology (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Image Analysis (AREA)
  • Image Processing (AREA)

Abstract

本发明公开了一种图像分割方法,所述图像具有物品像素和背景像素,所述图像分割方法包括:(1)取待分割的图像,删除背景,然后对图像进行二值化处理;(2)计算每个物品像素到距离最近的背景像素的欧式距离,并以所述欧式距离对该物品像素赋值;(3)采用分水岭算法对所述图像进行分割,形成多个区域;(4)用支持向量机识别每个区域的样本数量,如样本数量大于1,则对该区域再次用分水岭算法进行分割。本发明以物品像素到最近的背景像素的欧式距离对该物品像素进行赋值,然后采用分水岭算法进行图像分割,并且采用支持向量机识别分割区域的样本数量,如果样本有粘连则再次分割,相对于现有的分割方法能够将粘连较严重或粘连后形状会改变的物体分割开。

The invention discloses an image segmentation method. The image has object pixels and background pixels. The image segmentation method includes: (1) taking an image to be segmented, deleting the background, and then performing binary processing on the image; (2) ) calculate the Euclidean distance from each item pixel to the nearest background pixel, and assign a value to the item pixel with the Euclidean distance; (3) segment the image by using the watershed algorithm to form multiple regions; (4) use The support vector machine identifies the number of samples in each region. If the number of samples is greater than 1, the region is divided again by the watershed algorithm. The present invention assigns a value to the item pixel by the Euclidean distance from the item pixel to the nearest background pixel, then uses the watershed algorithm to segment the image, and uses the support vector machine to identify the number of samples in the segmented area, and if the sample has adhesion, it will be segmented again. Existing segmentation methods are able to separate objects with severe adhesions or objects whose shape will change after adhesions.

Description

一种图像分割方法A Method of Image Segmentation

技术领域technical field

本发明涉及一种图像处理方法,尤其涉及一种图像分割方法。The invention relates to an image processing method, in particular to an image segmentation method.

背景技术Background technique

图像分割就是把图像分成若干个特定的、具有独特性质的区域并提出感兴趣目标的技术和过程。它是由图像处理到图像分析的关键步骤。图像分割后提取出的目标可以用于图像语义识别,图像搜索等领域。Image segmentation is the technology and process of dividing an image into several specific regions with unique properties and proposing objects of interest. It is a key step from image processing to image analysis. The objects extracted after image segmentation can be used in image semantic recognition, image search and other fields.

目前主要的图像分割方法有阈值分割、区域分割、边缘分割等,研究对象主要集中于形状规则且不易粘连挤压的物品的分割,如机械零部件、新鲜水果、大米等。如中国专利CN101556693公开了一种阈值法标记提取的分水岭SAR图像分割方法,包括如下步骤:(1)对原图像Img进行高斯低通滤波得滤波后图像GImg;(2)对滤波后图像GImg求梯度得梯度图PGImg;(3)对原图像Img用Otsu法提取内部标记LImg;(4)对内部标记进行经典分水岭变换得外部标记WLImg;(5)用内、外标记对梯度图PGImg进行梯度修正。利用强制最小技术修正,以便局部最小区域仅出现在标记位置;(6)对修正后的梯度图进行分水岭变换,所得的图为最终的分割图RImg。该专利将OTSU阈值法和标记分水岭结合,用阈值分割后的图像作为标记分水岭标记的来源,有效的消除了纹理信息的影响。At present, the main image segmentation methods include threshold segmentation, region segmentation, edge segmentation, etc. The research objects mainly focus on the segmentation of items with regular shapes and not easy to stick and squeeze, such as mechanical parts, fresh fruits, rice, etc. For example, Chinese patent CN101556693 discloses a watershed SAR image segmentation method for threshold method marker extraction, including the following steps: (1) Gaussian low-pass filtering is carried out to the original image Img to obtain the filtered image GImg; (2) the filtered image GImg is obtained. Gradient to obtain the gradient image PGImg; (3) extract the internal label LImg from the original image Img by Otsu method; (4) perform classical watershed transformation on the internal label to obtain the external label WLImg; (5) use the internal and external labels to gradient the gradient image PGImg fix. Use the forced minimum technique to correct, so that the local minimum region only appears in the marked position; (6) Perform watershed transformation on the corrected gradient map, and the resulting map is the final segmentation map RImg. This patent combines the OTSU threshold method with the marked watershed, and uses the thresholded image as the source of the marked watershed mark, which effectively eliminates the influence of texture information.

但是,针对一些不规则且易变形的物体样本,如葡萄干等柔软易变形干果的分割的研究则比较少。此类样本每一个的形状大小均有差别、颜色相同,且相邻两样本之间会出现互相粘连挤压变形,增加分割的难度。However, there are relatively few studies on the segmentation of some irregular and deformable object samples, such as soft and deformable dried fruits such as raisins. The shape and size of each of these samples are different, and the color is the same, and there will be mutual adhesion and extrusion deformation between two adjacent samples, which increases the difficulty of segmentation.

发明内容Contents of the invention

本发明提供了一种图像分割方法,该方法可以对图像中的柔软易变形物品进行有效分割,准确计算物品样本的数量,并且受物品挤压变形的干扰小。The invention provides an image segmentation method, which can effectively segment the soft and deformable items in the image, accurately calculate the number of item samples, and is less disturbed by the extrusion deformation of the items.

一种图像分割方法,所述图像具有物品像素和背景像素,所述图像分割方法包括:An image segmentation method, the image has item pixels and background pixels, the image segmentation method comprising:

(1)取待分割的图像,删除背景,然后对图像进行二值化处理;(1) Get the image to be segmented, delete the background, and then perform binarization on the image;

(2)计算每个物品像素到距离最近的背景像素的欧式距离,并以所述欧式距离对该物品像素赋值;(2) Calculate the Euclidean distance from each item pixel to the nearest background pixel, and assign a value to the item pixel with the Euclidean distance;

(3)采用分水岭算法对所述图像进行分割,形成多个区域;(3) using a watershed algorithm to segment the image to form multiple regions;

(4)用支持向量机识别每个区域的样本数量,如样本数量大于1,则对该区域再次用分水岭算法进行分割。(4) Use the support vector machine to identify the number of samples in each region. If the number of samples is greater than 1, then use the watershed algorithm to segment the region again.

通过计算物品像素到最近的背景像素的欧式距离,以该欧式距离为物品像素赋值,可以形成图像梯度,并采用分水岭算法进行分割。By calculating the Euclidean distance from the item pixel to the nearest background pixel, and assigning the item pixel with the Euclidean distance, the image gradient can be formed, and the watershed algorithm can be used for segmentation.

所述样本是指图像中物品的数量,样本数量大于1,说明分割不彻底,需要再次进行分割,再次分割时需要改变图像深度梯度h。The samples refer to the number of items in the image, and if the number of samples is greater than 1, it means that the segmentation is not complete and needs to be segmented again, and the image depth gradient h needs to be changed when segmenting again.

降噪前背景和样本中都会有噪声点,会影响分割的结果,优选的,删除背景后对图像进行降噪处理。Before noise reduction, there will be noise points in the background and samples, which will affect the segmentation result. Preferably, the image is denoised after the background is deleted.

优选的,步骤(2)中,所述分水岭算法的图像深度值梯度h=4并采用8连通。深度梯度选择过大,会丢失应有的低洼地,选择过小又会识别出过多的低洼地,造成过分割,这里选择4能得到较好的效果;采用8连通可以减少被侧对象的边缘像素的丢失。Preferably, in step (2), the image depth value gradient of the watershed algorithm h=4 and adopts 8-connectivity. If the depth gradient is too large, the proper low-lying land will be lost. If the depth gradient is too small, too many low-lying lands will be identified, resulting in over-segmentation. Here, choosing 4 can get better results; using 8-connectivity can reduce the number of sided objects. Loss of edge pixels.

优选的,所述的支持向量机的核函数采用径向奇函数,度数d=4,核系数γ=1/n,公差tol=10-6,误差参数C=1.0。与其他函数相比(如sigmoid函数),径向基函数不易出现过拟合的现象。Preferably, the kernel function of the support vector machine adopts radial odd function, degree d=4, kernel coefficient γ=1/n, tolerance tol=10 -6 , and error parameter C=1.0. Compared with other functions (such as the sigmoid function), the radial basis function is less prone to overfitting.

优选的,所述支持向量机的输入变量为样本的离心率、面积、质心横坐标、质心纵坐标、长轴、短轴、周长;输出变量为样本数量。以上7个参数能有效描述被测对象的形状特征。Preferably, the input variables of the support vector machine are the eccentricity, area, abscissa of the centroid, ordinate of the centroid, major axis, minor axis and perimeter of the sample; the output variable is the number of samples. The above seven parameters can effectively describe the shape characteristics of the measured object.

优选的,步骤(3)中,所述的分水岭算法的图像深度值梯度h=3并采用8连通。优选的,依次重复步骤(2)和(3)若干次后,再进行步骤(4)。Preferably, in step (3), the image depth value gradient of the watershed algorithm h=3 and adopts 8-connectivity. Preferably, step (4) is performed after repeating steps (2) and (3) several times in sequence.

优选的,所述二值化处理,将物品像素设为1,将背景像素设为0。Preferably, in the binarization process, item pixels are set to 1, and background pixels are set to 0.

所述图像为平铺粘连的葡萄干图像。The image is a tiled image of cohesive raisins.

优选的,步骤(3)中,图像分割前,过滤局部最小值,避免图像过度分割。Preferably, in step (3), before the image is segmented, the local minimum is filtered to avoid over-segmentation of the image.

本发明以物品像素到最近的背景像素的欧式距离对该物品像素进行赋值,然后采用分水岭算法进行图像分割,接着采用支持向量机识别分割区域的样本数量,如果样本有粘连则再次进行分割,相对于现有的分割方法能够将粘连较严重或粘连后形状会改变的物体分割开。The present invention assigns a value to the item pixel by the Euclidean distance from the item pixel to the nearest background pixel, then uses the watershed algorithm to segment the image, and then uses the support vector machine to identify the number of samples in the segmented area, and if the sample has adhesion, then segment again. Because the existing segmentation methods can separate objects with serious adhesion or changes in shape after adhesion.

附图说明Description of drawings

图1为待分割的RGB图像。Figure 1 shows the RGB image to be segmented.

图2为去除背景并降噪预处理后的图像。Figure 2 is the image after background removal and noise reduction preprocessing.

图3为物品像素赋值欧式距离的结果图。Figure 3 is the result map of the item pixel assignment Euclidean distance.

图4为运用分水岭算法分割图像的结果图。Figure 4 is the result of image segmentation using the watershed algorithm.

图5a为局部最小值分布图。Figure 5a is a distribution map of local minima.

图5b为采用过滤局部最小值后的分割结果图。Fig. 5b is a segmentation result diagram after filtering the local minimum.

图6为采用支持向量机识别出的样本数量大于1的部分的分割结果。图6a为表1中第7行所代表的部分的分割结果图,图6b为表1中第17行所代表的部分的分割结果图,图6c是表1中第31行所代表的部分的分割结果图。Fig. 6 is the segmentation result of the part whose number of samples is greater than 1 identified by the support vector machine. Fig. 6a is the segmentation result figure of the part represented by the 7th line in Table 1, Fig. 6b is the segmentation result figure of the part represented by the 17th line in Table 1, and Fig. 6c is the part represented by the 31st line in Table 1 Segmentation result graph.

图7为支持向量机对每一部分样本数量的预测结果图。FIG. 7 is a graph of the prediction results of the support vector machine for each part of the sample size.

图8为分割整体效果图。Figure 8 is an overall rendering of the segmentation.

具体实施方式Detailed ways

以玫瑰紫品种的葡萄干为例,采集葡萄干RGB图像(如图1所示),葡萄干基本处于平铺状态,但相邻葡萄干有部分重叠粘连,因为葡萄干之间的色差、形状差异不明显,并且葡萄干比较柔软,易发生形变,采用传统方法不能很好的进行分割。Taking the raisins of rose purple variety as an example, the raisins RGB image is collected (as shown in Figure 1). The raisins are basically in a flat state, but some adjacent raisins overlap and stick together, because the color difference and shape difference between the raisins are not obvious, and the raisins It is relatively soft and prone to deformation, and cannot be divided well by traditional methods.

本发明方法首先采用差分法将图像的背景删除,然后采用均值滤波对图像进行噪声过滤,,接着对图像进行二值化处理,得到如图2所示的二值图,值为1的像素(白色)为葡萄干像素,值为0的像素(黑色)为背景像素。The method of the present invention firstly adopts difference method to delete the background of the image, then adopts mean filtering to carry out noise filtering on the image, then carries out binarization processing on the image, obtains the binary image as shown in Figure 2, and the pixel with a value of 1 ( White) are raisin pixels, and pixels with a value of 0 (black) are background pixels.

再接着计算图像中每个葡萄干像素的欧式距离。对每个值为1的像素,寻找与其距离最近的零像素,按下式计算两个像素的欧式距离,并将计算结果赋值给原像素,结果如图3所示。欧式距离的计算公式为:Then calculate the Euclidean distance of each raisin pixel in the image. For each pixel with a value of 1, find the closest zero pixel to it, calculate the Euclidean distance between two pixels according to the following formula, and assign the calculation result to the original pixel, the result is shown in Figure 3. The formula for calculating the Euclidean distance is:

(2)采用H最小值变换函数将图像深度值梯度变换为4,并采用8连通分水岭算法对图像进行运算,结果如图4所示。为解决分水岭算法的过度分割问题,采用过滤局部最小值的方法,对每个分水岭分区选取两个局部最小值,结果如图5所示。(2) Use the H minimum value transformation function to transform the gradient of the image depth value to 4, and use the 8-connected watershed algorithm to operate on the image, and the results are shown in Figure 4. In order to solve the over-segmentation problem of the watershed algorithm, the method of filtering local minimum values is adopted, and two local minimum values are selected for each watershed partition. The results are shown in Figure 5.

(3)将支持向量机用于识别每一个被分割部分的样本数量,将样本数量大于1的部分单独提取出来。支持向量机的核函数采用径向奇函数,度数d=4,核系数γ=1/n,公差tol=10-6,误差参数C=1.0。支持向量机的输入变量为样本的7个特征值,分别包括离心率、面积、质心横坐标、质心纵坐标、长轴、短轴、周长,输出变量为样本数量。表1为支持向量机测试集的输入变量值、预测值、参考值。图7标注了被分割开的每一个部分的离心率。由表1和图7可以看出,支持向量机准确的识别出了表1中的第7、17、31行所对应的部分的样本数量为2,并且无其他的误识别项。(3) The support vector machine is used to identify the number of samples of each divided part, and the part with the number of samples greater than 1 is extracted separately. The kernel function of the support vector machine adopts the radial odd function, the degree d=4, the kernel coefficient γ=1/n, the tolerance tol=10 −6 , and the error parameter C=1.0. The input variables of the support vector machine are seven eigenvalues of the sample, including eccentricity, area, centroid abscissa, centroid ordinate, major axis, minor axis, and perimeter, and the output variable is the sample size. Table 1 shows the input variable values, predicted values, and reference values of the support vector machine test set. Figure 7 labels the eccentricity of each segment that was segmented. It can be seen from Table 1 and Figure 7 that the support vector machine accurately identified the number of samples corresponding to rows 7, 17, and 31 in Table 1 as 2, and there were no other misidentified items.

表1.支持向量机测试集的输入值、预测值、参考值Table 1. Input values, predicted values, and reference values of the support vector machine test set

以上预测结果的精度用灵敏度、准确度和特异度三个指标来确定,三个指标分别用公式2、公式3和公式4计算。其中a是真阴性数量,b是假阳性数量,c是假阴性数量,d是真阳性数量。阳性指参考值为2,阴性参考值为1。表2显示了识别精度指标。The accuracy of the above prediction results is determined by the three indicators of sensitivity, accuracy and specificity, and the three indicators are calculated by formula 2, formula 3 and formula 4 respectively. where a is the number of true negatives, b is the number of false positives, c is the number of false negatives, and d is the number of true positives. A positive reference value is 2, and a negative reference value is 1. Table 2 shows the recognition accuracy metrics.

灵敏度=d/(c+d) 公式2Sensitivity = d/(c+d) Formula 2

准确度=d/(b+d) 公式3Accuracy = d/(b+d) Formula 3

特异度=a/(a+b) 公式4Specificity = a/(a+b) Formula 4

表2.样本数量识别的精度Table 2. Accuracy of sample size identification

(4)用分水岭算法对样本数量大于1的部分再次进行分割,即表1中第7、17、31行所代表的部分,分割结果如图6所示。整体的分割结果效果图如图8所示。(4) Use the watershed algorithm to segment the part whose number of samples is greater than 1, that is, the part represented by rows 7, 17, and 31 in Table 1. The segmentation results are shown in Figure 6. The overall segmentation result rendering is shown in Figure 8.

Claims (10)

1.一种图像分割方法,所述图像具有物品像素和背景像素,所述图像分割方法包括:1. An image segmentation method, the image has article pixels and background pixels, and the image segmentation method comprises: (1)取待分割的图像,删除背景,然后对图像进行二值化处理;(1) Get the image to be segmented, delete the background, and then perform binarization on the image; (2)计算每个物品像素与距离最近的背景像素的欧式距离,并以所述欧式距离对该物品像素赋值;(2) Calculate the Euclidean distance between each item pixel and the nearest background pixel, and assign a value to the item pixel with the Euclidean distance; (3)采用分水岭算法对所述图像进行分割,形成多个区域;(3) using a watershed algorithm to segment the image to form multiple regions; (4)用支持向量机识别每个区域的样本数量,如样本数量大于1,则对该区域再次用分水岭算法进行分割。(4) Use the support vector machine to identify the number of samples in each region. If the number of samples is greater than 1, then use the watershed algorithm to segment the region again. 2.如权利要求1所述的图像分割方法,其特征在于,删除背景后对图像进行降噪处理。2. image segmentation method as claimed in claim 1 is characterized in that, image is carried out denoising processing after deleting background. 3.如权利要求1所述的图像分割方法,其特征在于,步骤(2)中,所述分水岭算法的图像深度值梯度h=4并采用8连通。3. The image segmentation method according to claim 1, characterized in that, in step (2), the image depth value gradient h=4 of the watershed algorithm adopts 8-connectivity. 4.如权利要求1所述的图像分割方法,其特征在于,所述的支持向量机的核函数采用径向奇函数,度数d=4,核系数γ=1/n,公差tol=10-6,误差参数C=1.0。4. image segmentation method as claimed in claim 1, is characterized in that, the kernel function of described support vector machine adopts radial odd function, degree d=4, kernel coefficient γ=1/n, tolerance tol= 10- 6 , error parameter C=1.0. 5.如权利要求1所述的图像分割方法,其特征在于,所述支持向量机的输入变量为样本的离心率、面积、质心横坐标、质心纵坐标、长轴、短轴、周长;输出变量为样本数量。5. image segmentation method as claimed in claim 1, is characterized in that, the input variable of described support vector machine is eccentricity, area, centroid abscissa, centroid ordinate, major axis, minor axis, circumference of sample; The output variable is the sample size. 6.如权利要求1所述的图像分割方法,其特征在于,步骤(3)中,所述的分水岭算法的图像深度值梯度h=3并采用8连通。6 . The image segmentation method according to claim 1 , wherein in step (3), the image depth value gradient h=3 of the watershed algorithm is 8-connected. 7.如权利要求1所述的图像分割方法,其特征在于,依次重复步骤(2)和(3)若干次后,再进行步骤(4)。7. The image segmentation method according to claim 1, characterized in that, after repeating steps (2) and (3) several times in sequence, step (4) is then carried out. 8.如权利要求1所述的图像分割方法,其特征在于,所述二值化处理,将物品像素设为1,将背景像素设为0。8 . The image segmentation method according to claim 1 , wherein, in the binarization process, object pixels are set to 1, and background pixels are set to 0. 9 . 9.如权利要求1所述的图像分割方法,其特征在于,所述图像为平铺粘连的葡萄干图像。9. The image segmentation method according to claim 1, characterized in that, the image is a tiled and cohesive raisin image. 10.如权利要求1所述的图像分割方法,其特征在于,步骤(3)中,图像分割前,过滤局部最小值。10. The image segmentation method according to claim 1, wherein in step (3), before the image segmentation, local minimum values are filtered.
CN201711254603.4A 2017-12-01 2017-12-01 A kind of image partition method Pending CN107977976A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711254603.4A CN107977976A (en) 2017-12-01 2017-12-01 A kind of image partition method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711254603.4A CN107977976A (en) 2017-12-01 2017-12-01 A kind of image partition method

Publications (1)

Publication Number Publication Date
CN107977976A true CN107977976A (en) 2018-05-01

Family

ID=62008918

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711254603.4A Pending CN107977976A (en) 2017-12-01 2017-12-01 A kind of image partition method

Country Status (1)

Country Link
CN (1) CN107977976A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111798470A (en) * 2020-07-20 2020-10-20 成都快乐猴科技有限公司 Crop image entity segmentation method and system applied to intelligent agriculture
CN112906461A (en) * 2021-01-14 2021-06-04 河北省农林科学院昌黎果树研究所 Method for evaluating uniformity of grape fruits based on image analysis
CN114882221A (en) * 2022-05-25 2022-08-09 淮阴工学院 Image segmentation algorithm applied to automatic acquisition device
CN115063797A (en) * 2022-08-18 2022-09-16 珠海横琴圣澳云智科技有限公司 Fluorescence signal segmentation method and device based on weak supervised learning and watershed processing
CN116824185A (en) * 2018-12-24 2023-09-29 同方威视技术股份有限公司 Security inspection image processing method and system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559724A (en) * 2013-10-31 2014-02-05 苏州相城常理工技术转移中心有限公司 Method for synchronously tracking multiple cells in high-adhesion cell environment
CN104751117A (en) * 2015-01-26 2015-07-01 江苏大学 Lotus seedpod target image recognition method for picking robot
US20160296286A1 (en) * 2015-04-10 2016-10-13 Heartflow, Inc. System and method for vascular tree generation using patient-specific structural and functional data, and joint prior information

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103559724A (en) * 2013-10-31 2014-02-05 苏州相城常理工技术转移中心有限公司 Method for synchronously tracking multiple cells in high-adhesion cell environment
CN104751117A (en) * 2015-01-26 2015-07-01 江苏大学 Lotus seedpod target image recognition method for picking robot
US20160296286A1 (en) * 2015-04-10 2016-10-13 Heartflow, Inc. System and method for vascular tree generation using patient-specific structural and functional data, and joint prior information

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
廖苗等: "基于支持向量机和椭圆拟合的细胞图像自动分割", 《浙江大学学报(工学版)》 *
游迎荣等: "基于距离变换的粘连细胞分割方法", 《计算机工程与应用》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116824185A (en) * 2018-12-24 2023-09-29 同方威视技术股份有限公司 Security inspection image processing method and system
CN111798470A (en) * 2020-07-20 2020-10-20 成都快乐猴科技有限公司 Crop image entity segmentation method and system applied to intelligent agriculture
CN111798470B (en) * 2020-07-20 2024-06-18 成都快乐猴科技有限公司 Crop image entity segmentation method and system applied to intelligent agriculture
CN112906461A (en) * 2021-01-14 2021-06-04 河北省农林科学院昌黎果树研究所 Method for evaluating uniformity of grape fruits based on image analysis
CN114882221A (en) * 2022-05-25 2022-08-09 淮阴工学院 Image segmentation algorithm applied to automatic acquisition device
CN115063797A (en) * 2022-08-18 2022-09-16 珠海横琴圣澳云智科技有限公司 Fluorescence signal segmentation method and device based on weak supervised learning and watershed processing

Similar Documents

Publication Publication Date Title
CN109522908B (en) Image Saliency Detection Method Based on Region Label Fusion
CN106056118B (en) A kind of identification method of counting for cell
CN106651846B (en) Segmentation method of retinal blood vessel images
CN104966085B (en) A kind of remote sensing images region of interest area detecting method based on the fusion of more notable features
Tonti et al. An automated approach to the segmentation of HEp-2 cells for the indirect immunofluorescence ANA test
CN107977976A (en) A kind of image partition method
CN106340016B (en) A kind of DNA quantitative analysis method based on microcytoscope image
CN111145209A (en) A medical image segmentation method, device, equipment and storage medium
CN106462746A (en) Analyzing digital holographic microscopy data for hematology applications
CN108764358A (en) A kind of Terahertz image-recognizing method, device, equipment and readable storage medium storing program for executing
CN106296675A (en) A kind of dividing method of the uneven image of strong noise gray scale
CN104951765B (en) Remote Sensing Target dividing method based on shape priors and visual contrast
Tareef et al. Automated three-stage nucleus and cytoplasm segmentation of overlapping cells
Cheng et al. Urban road extraction via graph cuts based probability propagation
Alegro et al. Automating cell detection and classification in human brain fluorescent microscopy images using dictionary learning and sparse coding
CN110648312A (en) Method for identifying wool and cashmere fibers based on scale morphological characteristic analysis
Bhagya et al. Analysis of image segmentation algorithms for the effective detection of leukemic cells
Zeng et al. Algorithm based on marker-controlled watershed transform for overlapping plant fruit segmentation
CN109241865B (en) A Vehicle Detection and Segmentation Algorithm in Weak Contrast Traffic Scenes
Singhal et al. A comparative approach for image segmentation to identify the defected portion of apple
CN104933723A (en) Tongue image segmentation method based on sparse representation
Othman et al. Road crack detection using adaptive multi resolution thresholding techniques
CN109949345A (en) A Neural Network-Based Method for Obtaining Change Detection Map of Unbalanced SAR Image
Ram et al. Size-invariant cell nucleus segmentation in 3-D microscopy
CN106446909A (en) Chinese food image feature extraction method

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20180501