CN103646404A - Color-based rapid tea flower segmenting and counting method - Google Patents

Color-based rapid tea flower segmenting and counting method Download PDF

Info

Publication number
CN103646404A
CN103646404A CN201310740451.4A CN201310740451A CN103646404A CN 103646404 A CN103646404 A CN 103646404A CN 201310740451 A CN201310740451 A CN 201310740451A CN 103646404 A CN103646404 A CN 103646404A
Authority
CN
China
Prior art keywords
color
image
region
tea
value
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
CN201310740451.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.)
Sichuan Agricultural University
Original Assignee
Sichuan Agricultural 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 Sichuan Agricultural University filed Critical Sichuan Agricultural University
Priority to CN201310740451.4A priority Critical patent/CN103646404A/en
Publication of CN103646404A publication Critical patent/CN103646404A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Analysis (AREA)

Abstract

本发明涉及茶叶和图像处理技术领域,公开一种基于颜色的快速茶树花分割和计数方法。本发明首先将原始的茶叶RGB彩色图像转换为HSI颜色空间,并进行图像增强处理,对其中的色调H进行基于特征色调的汇聚计算后,再将图像转换回RGB颜色空间;然后应用改进的快速区域生长和合并算法,根据茶树花的R、G参数进行初步的种子选择,对种子区域基于颜色的相似性和区域的邻接性进行区域生长,并结合颜色距离及合并规则进行区域的生长和合并,最后完成对茶树花的分割和计数。实验结果表明该算法有很好的连通性,能简单快速地将多个茶树花从茶叶图像中分割出来。

The invention relates to the technical field of tea leaves and image processing, and discloses a color-based fast tea tree flower segmentation and counting method. The present invention firstly converts the original RGB color image of tea leaves into HSI color space, and performs image enhancement processing, performs aggregation calculation based on the characteristic hue on the hue H therein, and then converts the image back into RGB color space; then applies the improved fast The region growing and merging algorithm performs preliminary seed selection according to the R and G parameters of tea tree flowers, and performs region growth on the seed region based on color similarity and region adjacency, and combines color distance and merging rules for region growth and merging , and finally complete the segmentation and counting of tea tree flowers. Experimental results show that the algorithm has good connectivity and can easily and quickly segment multiple tea tree flowers from tea images.

Description

一种基于颜色的快速茶树花分割和计数方法A Color-Based Fast Tea Tree Flower Segmentation and Counting Method

技术领域technical field

本发明属于茶叶和图像处理技术领域,是一种基于颜色增强、并结合改进的区域生长和合并算法的对茶树中的茶树花进行分割和计数的方法。The invention belongs to the technical field of tea and image processing, and relates to a method for segmenting and counting tea tree flowers in tea trees based on color enhancement combined with an improved region growing and merging algorithm.

背景技术Background technique

茶树花的开发和应用是近年来的一个热门方向,茶树花里含成分具有解毒、抑菌、降糖、延缓衰老和增强免疫力等功效,其蛋白质、茶多糖、茶多酚、活性抗氧化物质超出茶叶中同类物质含量,而农药残留和重金属含量却很低。The development and application of tea tree flower is a hot direction in recent years. The ingredients in tea tree flower have the functions of detoxification, antibacterial, hypoglycemic, anti-aging and enhancing immunity. Its protein, tea polysaccharide, tea polyphenol, active antioxidant The substance exceeds the content of similar substances in tea, while the pesticide residue and heavy metal content are very low.

一株茶树,一般一年可以生长出近千个做茶叶的营养芽,同时也能生长更多一些的繁殖后代的生殖花芽。随着无性繁殖技术的推广应用,生殖花芽不再担负繁殖后代的任务,大量的茶树花变成了与茶树芽和叶争水争肥的累赘,为了保证来年茶叶的质量和数量,茶农每年都要采取人工修剪和喷施植物生长调节剂的方法抑制茶树花的繁殖生长。A tea tree can generally grow nearly a thousand vegetative buds for tea in a year, and at the same time, it can also grow more reproductive flower buds for breeding offspring. With the popularization and application of asexual reproduction technology, reproductive flower buds are no longer responsible for the task of breeding offspring, and a large number of tea tree flowers have become a burden to compete with tea tree buds and leaves for water and fertilizer. In order to ensure the quality and quantity of tea leaves in the coming year, tea farmers spend The method of artificial pruning and spraying plant growth regulators should be taken to suppress the reproduction and growth of tea tree flowers.

现在将茶树花鲜花或干花通过深加工制成原浆和复合粉,可添入到食品、饮料、日用化妆品、妇女儿童卫生用品等产品中,具有很好的功能作用,是一种难得的天然复合型原料。同时利用冬闲收花,可增加农业收入,还可增加来年茶叶产量。Now tea tree flowers or dried flowers are made into puree and compound powder through deep processing, which can be added to food, beverage, daily cosmetics, women's and children's hygiene products and other products. It has good functions and is a rare natural product. Composite raw materials. At the same time, harvesting flowers in winter slack can increase agricultural income and increase tea production in the coming year.

对于彩色的图像,主要的分割算法有边缘检测法、聚类方法、基于区域的方法等,边缘检测法对于彩色图像往往不能准确地定位图像中的对象和物体,而聚类方法计算量太大,区域生长法可以直接作用于颜色空间,在算法中可充分考虑图像色彩分布和区域连通性等,因而本发明的在茶树花的分割和计数中,选择区域生长法。但是区域生长算法往往易受初始种子点的选取及生长顺序的影响,还有确定区域生长和合并规则的问题。For color images, the main segmentation algorithms include edge detection methods, clustering methods, and region-based methods. For color images, edge detection methods often cannot accurately locate objects and objects in the image, and clustering methods are too computationally intensive. , the region growing method can directly act on the color space, and the image color distribution and regional connectivity etc. can be fully considered in the algorithm. Therefore, in the segmentation and counting of tea tree flowers of the present invention, the region growing method is selected. However, region growing algorithms are often affected by the selection of initial seed points and the order of growth, and there are also problems in determining the rules of region growing and merging.

本发明针对茶叶图像中茶树花彩色图像的颜色特征,提出了一种简单快速的基于颜色的茶树花分割和计数方法。该方法首先将原始RGB茶叶图像通过图像颜色空间的转换,在HSI颜色空间中增强了H色调中茶树花的特征,并在随后的分割中,采用了改进的区域生长算法,该方法在传统区域生长算法的基础上改进了其中种子点的选取方法和生长规则及合并规则。实验结果证明,该方法不但简单高效,而且在保证区域连通性的同时,能够与人眼视觉保持一致。Aiming at the color features of the tea tree flower color image in the tea image, the invention proposes a simple and fast color-based tea tree flower segmentation and counting method. This method first converts the original RGB tea image through the image color space, and enhances the characteristics of the tea tree flower in the H hue in the HSI color space, and in the subsequent segmentation, an improved region growing algorithm is used. On the basis of the growth algorithm, the selection method of the seed point, the growth rule and the merge rule are improved. Experimental results prove that this method is not only simple and efficient, but also consistent with human vision while ensuring regional connectivity.

发明内容Contents of the invention

通常一幅初始的彩色图像都是生成在RGB颜色空间,即由R、G、B三个分量表示。RGB颜色分量对于颜色显示有较好的效果,但是一般并不适用于颜色分析,因为R、G、B三个分量之间有很大的关联性。但是对于茶树花图像而言,却由于茶树花为白色,在以绿色和深绿色为主的茶叶图像中非常突出,而本发明的目的是快速的对茶树花进行检测,以方便合适的时间进行采摘,实验发现,茶树花的R、G两个颜色分量明显区别于茶叶和茶芽的本色。所以在本发明中,首先对原始的茶叶RGB彩色图像进行颜色空间的转换,将图像从RGB颜色空间转换为HSI颜色空间,并对其中茶树花的特征色调H进行图像汇聚的增强处理,以减少颜色的层次,方便后期的区域生长和合并,其后将图像颜色空间再转换回RGB颜色空间;然后应用改进的快速区域生长和合并算法,根据茶树花的R、G参数进行初步的种子选择,对种子区域基于颜色的相似性和区域的邻接性进行区域生长,并结合颜色距离及合并规则进行区域的最终生长和合并,最后完成对茶树花的快速分割和计数。Usually an initial color image is generated in the RGB color space, which is represented by three components of R, G, and B. The RGB color component has a good effect on color display, but it is generally not suitable for color analysis, because there is a great correlation between the three components of R, G, and B. But for the tea tree flower image, because the tea tree flower is white, it is very prominent in the tea tree image based on green and dark green, and the purpose of the present invention is to quickly detect the tea tree flower, so as to facilitate the detection of the tea tree flower at an appropriate time Picking, the experiment found that the two color components of R and G of tea tree flowers are obviously different from the true colors of tea leaves and tea buds. Therefore, in the present invention, firstly, the original tea RGB color image is converted into the color space, and the image is converted from the RGB color space to the HSI color space, and the characteristic tone H of the tea tree flower is image-converged to enhance processing to reduce The level of color is convenient for the later region growth and merging, and then the image color space is converted back to the RGB color space; then the improved fast region growth and merging algorithm is applied, and the initial seed selection is performed according to the R and G parameters of the camellia flower. The seed area is grown based on the similarity of color and the adjacency of the area, and the final growth and merging of the area is carried out in combination with the color distance and the merging rules, and finally the rapid segmentation and counting of the tea tree flowers are completed.

本发明的一种基于颜色的快速茶树花分割和计数方法,其算法的主要过程是:A kind of fast tea tree flower segmentation and counting method based on color of the present invention, the main process of its algorithm is:

(1)获取茶叶的原始图像;(1) Obtain the original image of the tea leaves;

(2)将原始图像从RGB颜色空间转换到HSI颜色空间,并对其中的色调H进行基于特征色调的图像增强汇聚计算;(2) Convert the original image from the RGB color space to the HSI color space, and perform image enhancement convergence calculation based on the characteristic hue for the hue H in it;

(3)将图像转换回RGB颜色空间;(3) Convert the image back to RGB color space;

(4)根据茶树花的R、G参数,在图像中选择部分特征像素点作为种子;(4) According to the R and G parameters of the tea tree flower, select some feature pixels in the image as seeds;

(5)基于生长规则对种子区域进行生长,将与种子颜色性质相似的相邻像素附加在生长区域的种子上;(5) Based on the growth rules, the seed area is grown, and adjacent pixels with similar color properties to the seed are attached to the seeds of the growth area;

(6)基于合并规则和颜色距离,对整幅图像的多个子块区域进行扫描和选取,对在颜色上相近,空间上相邻的区域进行合并;(6) Based on the merging rules and color distance, scan and select multiple sub-block areas of the entire image, and merge areas that are similar in color and adjacent in space;

(7)对合并后的区域进行膨胀和收缩的形态学处理;(7) Perform morphological processing of expansion and contraction on the merged region;

(8)完成多个茶树花的分割和计数。(8) Complete the segmentation and counting of multiple tea tree flowers.

HSI彩色空间中的H取值范围为[0,360],而在茶叶图像中,茶树花有突出的白色,而花蕊则有突出的黄色,本发明提出的色调图像增强方法是:定义了茶树花瓣和花蕊两个特征色调中心值,在色调圆平面上,实验发现这两个色调值对应分别为30和43时,能取得较好的效果,所以以这两个值为中心,将满足条件的中心值附近的色调值按不同的条件和步长向中心值进行汇聚,以减少相对次要色调的数目,使每个色调值更接近于中心色调,达到使原图像色调层次感更强的目的,同时也更利于下一步茶树花的分割。The value range of H in the HSI color space is [0,360], and in the tea image, the tea tree flower has prominent white, and the stamen then has prominent yellow, the hue image enhancement method that the present invention proposes is: define the tea tree petal and The center values of the two characteristic hues of the stamen, on the plane of the hue circle, the experiment found that when the two hue values correspond to 30 and 43 respectively, better results can be achieved, so centering on these two values, the center that satisfies the condition The hue values near the value are converged to the central value according to different conditions and step lengths, so as to reduce the number of relatively secondary hues, make each hue value closer to the central hue, and achieve the purpose of making the original image have a stronger sense of hierarchy. It is also more conducive to the next step of the division of tea tree flowers.

步长对汇聚的选取很重要,步长过大会导致图像出现颜色突变等不良效果,步长过小会使调节效果不明显。经过多次实验测试,确定步长选为1、3、5三种不同的汇聚步长,靠近色调中心值的步长小,越远离色调中心值的步长越大。色调的汇聚计算定义为:The step size is very important for the selection of convergence. If the step size is too large, it will cause adverse effects such as sudden color changes in the image. If the step size is too small, the adjustment effect will not be obvious. After many experiments and tests, it is determined that the step size is selected as three different convergence step sizes of 1, 3, and 5. The step size close to the center value of the hue is small, and the step size farther away from the center value of the hue is larger. The pooled computation of hue is defined as:

Hi′=Hi±kH i '=H i ±k

      1<|Hi-H0|≤5     k=±11<|H i -H 0 |≤5 k=±1

其中,5<|Hi-H0|≤10    k=±3Among them, 5<|H i -H 0 |≤10 k=±3

      10<|Hi-H0|≤15   k=±510<|H i -H 0 |≤15 k=±5

Hi为图像中某点的色调值,Hi′汇聚计算后的色调值,H0为色调中心值,k为步长,当Hi<H0时,k取值为正,当Hi>H0时,k取值为负。H i is the hue value of a certain point in the image, H i ′ is the hue value after converging calculation, H 0 is the hue center value, k is the step size, when H i <H 0 , the value of k is positive, when H i When >H 0 , the value of k is negative.

在种子选择和区域生长的过程中,是在图像中按特征值条件选择种子像素作为生长的起点,然后将种子像素周围8邻域中与种子像素具有相同或相似性质的像素合并到这一区域中,再将这些新像素当做为新的种子像素继续上面的过程,直到没有满足条件的像素可被包括进来为止。同时考虑到各不同像素点之间的连通性和邻接性,在区域生长过程中每次循环遍历下的种子点都是动态变化的。In the process of seed selection and region growth, the seed pixel is selected as the starting point of growth according to the eigenvalue condition in the image, and then the pixels with the same or similar properties as the seed pixel in the 8 neighborhoods around the seed pixel are merged into this region , and then use these new pixels as new seed pixels to continue the above process until no pixels satisfying the conditions can be included. At the same time, considering the connectivity and adjacency between different pixel points, the seed points under each cycle traversal are dynamically changed during the region growing process.

在对种子点周边的8邻域的进行区域生长时,定义了区域生长规则:When performing region growth on the 8 neighborhoods around the seed point, the region growth rules are defined:

|r-r0|≤kr,|g-g0|≤kg |rr 0 |≤k r ,|gg 0 |≤k g

其中,r0,g0是图像上所选的任一点P0的R、G分量,而r、g则为P0点周围8邻域内任意一点的R、G分量值,kr、kg为对应于R、G分量所选定的阈值。Among them, r 0 , g 0 are the R and G components of any point P 0 selected on the image, and r and g are the R and G component values of any point in the 8 neighborhoods around P 0 , k r , k g is the threshold selected corresponding to the R and G components.

实验表明,以这种方式定义的生长规则不仅降低了计算复杂度,加快了分割时间,而且充分考虑了各颜色分量之间的渐变性,更有利于对彩色图像的颜色特征进行提取。Experiments show that the growth rule defined in this way not only reduces the computational complexity and speeds up the segmentation time, but also fully considers the gradient between each color component, which is more conducive to the extraction of color features of color images.

在图像的区域合并中,本发明定义两个区域在颜色上相近,空间上相邻,并且其邻域处没有显著的边缘是两个可相连的区域,即一个区域与它的邻域区域的相对颜色距离的最大值要小于定义的阈值。本发明采用区域的颜色分量均值定义颜色距离进行计算,颜色距离定义如下:In the area merging of images, the present invention defines that two areas are similar in color, adjacent in space, and there is no significant edge in their neighborhoods, which are two connectable areas, that is, the distance between an area and its adjacent area The maximum value of the relative color distance is smaller than the defined threshold. The present invention adopts the color component mean value of the region to define the color distance for calculation, and the color distance is defined as follows:

DD. cc == rr ii &CenterDot;&CenterDot; rr jj rr ii ++ rr jj || || &mu;&mu; &OverBar;&OverBar; ii -- &mu;&mu; &OverBar;&OverBar; jj || ||

其中ri和rj分别代表i和j区域中包含的像素个数,

Figure BDA0000449225880000032
Figure BDA0000449225880000033
代表两个区域的颜色分量均值,||||表示欧式距离。ri·rj的乘积使得包含像素数目较少的区域与其他区域的颜色距离相比较小,从而在颜色分量均值相同的情况下,有利于小区域的优先合并,使得分割结果更加符合人们的视觉特性。Where r i and r j represent the number of pixels contained in the i and j regions respectively,
Figure BDA0000449225880000032
and
Figure BDA0000449225880000033
Represents the mean value of the color components of the two regions, and |||| represents the Euclidean distance. The product of r i r j makes the color distance between the region with a small number of pixels smaller than that of other regions, so that when the mean value of the color components is the same, it is conducive to the preferential merging of small regions, making the segmentation results more in line with people's expectations visual properties.

在区域生长过程中,如果选定的种子区域与其邻域的颜色距离小于预先设置的距离阈值,则可以将这两个区域进行合并,合并后重新遍历每个邻域,再判断领域是否在阈值范围内,如果小于阈值,则断续进行区域合并,直到再没有相近区域可以合并为止。In the region growing process, if the color distance between the selected seed region and its neighbors is less than the preset distance threshold, the two regions can be merged, and each neighborhood is retraversed after the merger, and then judged whether the region is within the threshold Within the range, if it is less than the threshold, the regions will be merged intermittently until there is no more similar regions to merge.

而在区域合并的最后,要求:And at the end of the region merge, require:

如果一个区域的像素个数小于一定的阈值和颜色距离满足相关条件,那么将这个区域合并到与它最近的邻域区域中去。If the number of pixels in an area is less than a certain threshold and the color distance meets the relevant conditions, then this area is merged into its nearest neighbor area.

同时在对茶树花的子块区域选取过程中,有可能由于在老叶片或花苞上也有相近的小的区域,所以如果一个区域像素个数小于一定的阈值,且无相邻的可合并区域时,将之去除。At the same time, in the process of selecting sub-block regions of tea tree flowers, there may be similar small regions on old leaves or buds, so if the number of pixels in a region is less than a certain threshold and there is no adjacent mergeable region , remove it.

分割最后,再采用形态学算法处理方法,对分割后图像再分别进行膨胀和收缩处理,以减少小的孔洞。最后再对完成后分割出的茶树花进行计数统计。At the end of the segmentation, the morphological algorithm processing method is used to expand and shrink the segmented image respectively to reduce small holes. Finally, the tea tree flowers separated after completion are counted and counted.

附图说明Description of drawings

图1是快速茶树花分割和计数算法流程图。Figure 1 is a flow chart of the fast tea tree flower segmentation and counting algorithm.

图2是茶叶的原始图像。Figure 2 is the original image of the tea leaves.

图3是茶树花的分割结果Figure 3 is the segmentation result of tea tree flower

具体实施方式Detailed ways

下面结合附图,具体说明快速茶树花的分割和计数方法的实施事项。Below in conjunction with accompanying drawing, the implementation item of the segmentation and counting method of fast tea tree flower is specifically described.

实验使用的数码相机为CANON S80,在图像取像过程中,采用近景模式,关闭闪光灯,以避免闪光灯自身光线对茶叶图像颜色的影响,同时应在自然光下进行取像,避免阳光的直射,在取像中所取成像焦距约为30cm,分辨率采用1600×1200。The digital camera used in the experiment is CANON S80. In the process of image acquisition, close-range mode is adopted, and the flashlight is turned off to avoid the influence of the light of the flashlight on the color of the tea image. At the same time, the image should be taken under natural light and avoid direct sunlight. The focal length of the imaging taken in the imaging is about 30cm, and the resolution is 1600×1200.

实验发现,取像焦距较近时,所取得的茶树花较少,分割的准确率较高,在10~20个茶树花时分割的准确率最高。当焦距更近时,会影响景深和成像的清晰度,从而影响分割正确率,但当焦距最远时,茶树花成像图像减小,图像色泽的范围变宽,分割的准确率也会有所下降。The experiment found that when the focal length of the image is closer, the number of tea tree flowers obtained is less, and the accuracy of segmentation is higher, and the accuracy of segmentation is the highest when there are 10 to 20 tea tree flowers. When the focal length is closer, it will affect the depth of field and imaging clarity, thereby affecting the accuracy of segmentation. But when the focal length is the farthest, the imaging image of tea tree flowers will be reduced, the range of image color will be wider, and the accuracy of segmentation will also be improved. decline.

kr、kg为对应于R、G分量所选定的阈值,在给定R、G分量的阈值和颜色距离时,实验发现,kr=9,kg=7,Dc则取值为10时,得到较好的结果。k r and k g are the thresholds selected corresponding to the R and G components. When the thresholds and color distances of the R and G components are given, the experiment finds that k r =9, k g =7, and D c takes the value When it is 10, better results are obtained.

数码相机原始的图像格式是RGB格式,但R、G、B三分量之间有很强的相关性,随光照条件的变化,R、G、B三个分量都会有较大变化,直接利用这些分量往往不能得到所需的效果,所以在对图像彩色空间的选取中,选取HSI空间。The original image format of a digital camera is RGB format, but there is a strong correlation between the three components of R, G, and B. With the change of lighting conditions, the three components of R, G, and B will have great changes. Directly use these The component often cannot get the desired effect, so in the selection of the image color space, the HSI space is selected.

在HSI模型下,图像的色彩信息主要由H和S来反映,从RGB到HSI空间的转换公式如下:Under the HSI model, the color information of the image is mainly reflected by H and S, and the conversion formula from RGB to HSI space is as follows:

Hh == 22 &pi;&pi; -- &theta;&theta; BB >> GG &theta;&theta; BB &le;&le; GG

其中 &theta; = arccos [ [ ( R - G ) + ( R - B ) ] / 2 ( R - G ) 2 + ( R - B ) ( G - B ) ] in &theta; = arccos [ [ ( R - G ) + ( R - B ) ] / 2 ( R - G ) 2 + ( R - B ) ( G - B ) ]

SS == 11 -- 33 minmin (( RR ,, GG ,, BB )) RR ++ GG ++ BB

II == 11 33 (( RR ++ GG ++ BB ))

实验结果表明该算法的分割有很好的连通性,实验在基于主机CPU为Intel酷睿双核I3-3220,内存4G的电脑上,分割一幅图像的平均时间不足1S,从而实现了简单快速地将茶树花从茶叶图像中分割出来。为茶农快速得到茶树花信息提供了很好的方法。但同时由于是基于颜色的快速分割,会有一些茶树花苞由于是青绿色而不能得到分割。The experimental results show that the segmentation of the algorithm has good connectivity. The experiment is based on a computer with a host CPU of Intel Core Dual-Core I3-3220 and a memory of 4G. Tea tree flower segmented from tea leaves image. It provides a good method for tea farmers to quickly obtain tea tree flower information. But at the same time, due to the rapid segmentation based on color, some tea tree buds cannot be segmented because they are turquoise.

Claims (3)

1. the quick Tea Flower based on color is cut apart and a method of counting, it is characterized in that comprising following concrete steps:
(1) obtain the original image of tealeaves;
(2) by original image from RGB color space conversion to HSI color space, and the figure image intensifying that tone H wherein carries out based on feature tone is converged to calculating;
(3) image is converted back to RGB color space;
(4), according to the R of Tea Flower, G parameter, in image, select Partial Feature pixel as seed;
(5) based on growth rule, seed region is grown, the neighbor similar to seed color character is attached on the seed of growth district;
(6) based on merging rule and color distance, a plurality of sub-blocks region of entire image is scanned and chosen, to close in color, region adjacent on space merges;
(7) expand and the morphology that shrinks is processed in the region after being combined;
(8) complete cutting apart and counting of a plurality of Tea Flowers.
2. a kind of quick Tea Flower based on color according to claim 1 is cut apart and method of counting, it is characterized in that: the figure image intensifying of tone H being carried out based on feature tone in step (2) is converged in calculating, two Tea Flower feature TINTCs have been defined, near the tone value central value satisfying condition is converged to central value by different conditions and step-length, its step-length elects 1,3 as, 5 three kind different converges step-length, step-length near TINTC is little, more larger away from the step-length of TINTC, calculating is defined as:
H i′=H i±k
1<|H i-H 0|≤5 k=±1
Wherein, 5 < | H i-H 0|≤10 k=± 3
10<|H i-H 0|≤15 k=±5
H ifor the tone value of certain point in image, H i' converge the tone value after calculating, H 0for TINTC, k is step-length, works as H i< H 0time, k value, for just, is worked as H i> H 0time, k value is for negative.
3. a kind of quick Tea Flower based on color according to claim 1 is cut apart and method of counting, it is characterized in that: in the growth of step (5) seed region, defined Rule of Region-growth:
|r-r 0|≤k r,|g-g 0|≤k g
Wherein, r 0, g 0selected any point P on image 0r, G component, r, g are P 0point is R, the G component value of the interior any point of 8 neighborhoods around, k r, k gfor corresponding to R, the selected threshold value of G component.
CN201310740451.4A 2013-12-29 2013-12-29 Color-based rapid tea flower segmenting and counting method Pending CN103646404A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310740451.4A CN103646404A (en) 2013-12-29 2013-12-29 Color-based rapid tea flower segmenting and counting method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310740451.4A CN103646404A (en) 2013-12-29 2013-12-29 Color-based rapid tea flower segmenting and counting method

Publications (1)

Publication Number Publication Date
CN103646404A true CN103646404A (en) 2014-03-19

Family

ID=50251614

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310740451.4A Pending CN103646404A (en) 2013-12-29 2013-12-29 Color-based rapid tea flower segmenting and counting method

Country Status (1)

Country Link
CN (1) CN103646404A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104376551A (en) * 2014-08-25 2015-02-25 浙江工业大学 Color image segmentation method integrating region growth and edge detection
CN104537681A (en) * 2015-01-21 2015-04-22 北京联合大学 Method and system for extracting spectrum-separated visual salient region
CN106570770A (en) * 2016-11-11 2017-04-19 山东农业大学 Orchard water and fertilizer integration top-dressing amount accurate estimation method
CN106683076A (en) * 2016-11-24 2017-05-17 南京航空航天大学 Texture feature clustering-based locomotive wheelset tread damage detection method
CN106709978A (en) * 2016-12-28 2017-05-24 华中师范大学 Unity 3D based Tujia brocade virtual design system
CN111784698A (en) * 2020-07-02 2020-10-16 广州信瑞医疗技术有限公司 A kind of image adaptive segmentation method, device, electronic device and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100183225A1 (en) * 2009-01-09 2010-07-22 Rochester Institute Of Technology Methods for adaptive and progressive gradient-based multi-resolution color image segmentation and systems thereof
CN102013021A (en) * 2010-08-19 2011-04-13 汪建 Tea tender shoot segmentation and identification method based on color and region growth
US20110243417A1 (en) * 2008-09-03 2011-10-06 Rutgers, The State University Of New Jersey System and method for accurate and rapid identification of diseased regions on biological images with applications to disease diagnosis and prognosis
CN102737367A (en) * 2012-06-17 2012-10-17 四川农业大学 Tea image enhancement and division method based on color characteristic
CN102930509A (en) * 2012-09-18 2013-02-13 广州建通测绘技术开发有限公司 Intelligent filtering method for airborne laser point cloud data

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110243417A1 (en) * 2008-09-03 2011-10-06 Rutgers, The State University Of New Jersey System and method for accurate and rapid identification of diseased regions on biological images with applications to disease diagnosis and prognosis
US20100183225A1 (en) * 2009-01-09 2010-07-22 Rochester Institute Of Technology Methods for adaptive and progressive gradient-based multi-resolution color image segmentation and systems thereof
CN102013021A (en) * 2010-08-19 2011-04-13 汪建 Tea tender shoot segmentation and identification method based on color and region growth
CN102737367A (en) * 2012-06-17 2012-10-17 四川农业大学 Tea image enhancement and division method based on color characteristic
CN102930509A (en) * 2012-09-18 2013-02-13 广州建通测绘技术开发有限公司 Intelligent filtering method for airborne laser point cloud data

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
JIAN WANG 等: "Three-Dimensional Modeling of Tea-Shoots Using Images and Models", 《SENSORS 2011》 *
段汕: "基于区域生长的彩色图像颜色特征提取研究", 《中南民族大学学报自然科学报》 *
汪建 等: "基于颜色和形状的茶叶计算机识别研究", 《茶叶科学》 *
汪建: "结合颜色和区域生长的茶叶图像分割算法研究", 《茶叶科学》 *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104376551A (en) * 2014-08-25 2015-02-25 浙江工业大学 Color image segmentation method integrating region growth and edge detection
CN104537681A (en) * 2015-01-21 2015-04-22 北京联合大学 Method and system for extracting spectrum-separated visual salient region
CN106570770A (en) * 2016-11-11 2017-04-19 山东农业大学 Orchard water and fertilizer integration top-dressing amount accurate estimation method
CN106570770B (en) * 2016-11-11 2020-12-18 山东农业大学 Accurate estimation method of top dressing amount with integrated water and fertilizer in orchard
CN106683076A (en) * 2016-11-24 2017-05-17 南京航空航天大学 Texture feature clustering-based locomotive wheelset tread damage detection method
CN106683076B (en) * 2016-11-24 2019-08-09 南京航空航天大学 A Method of Locomotive Wheelset Tread Damage Detection Based on Texture Feature Clustering
CN106709978A (en) * 2016-12-28 2017-05-24 华中师范大学 Unity 3D based Tujia brocade virtual design system
CN111784698A (en) * 2020-07-02 2020-10-16 广州信瑞医疗技术有限公司 A kind of image adaptive segmentation method, device, electronic device and storage medium

Similar Documents

Publication Publication Date Title
CN102013021B (en) Segmentation and recognition of tea buds based on color and region growing
CN103646404A (en) Color-based rapid tea flower segmenting and counting method
CN105718945B (en) Apple picking robot night image recognition method based on watershed and neural network
CN102737367A (en) Tea image enhancement and division method based on color characteristic
CN108256534A (en) A kind of raft formula marine cultivation region extracting method based on high score remote sensing image
Pang et al. Automatic segmentation of crop leaf spot disease images by integrating local threshold and seeded region growing
CN110852262A (en) Agricultural land extraction method based on time series Gaofen-1 remote sensing images
CN101726251A (en) Automatic fruit identification method of apple picking robot on basis of support vector machine
CN105701829B (en) A kind of bagging green fruit image partition method
CN107067043A (en) A kind of diseases and pests of agronomic crop detection method
CN111860330A (en) Apple leaf disease identification method based on multi-feature fusion and convolutional neural network
CN110569786A (en) A method and system for fruit tree identification and quantity monitoring based on UAV data collection
CN106803097A (en) A kind of utilization remote sensing image extracts method and device, the user equipment of vegetation sunshade net classification
CN107527343B (en) A kind of agaricus bisporus stage division based on image procossing
CN104751199A (en) Automatic detection method for cotton crack open stage
CN113255434B (en) An apple recognition method that combines fruit features and deep convolutional neural network
Qi et al. Related study based on otsu watershed algorithm and new squeeze-and-excitation networks for segmentation and level classification of tea buds
WO2020233156A1 (en) Scaly bud recognition and adjustment method for precise directional ginger planting
CN111612797B (en) Rice image information processing system
CN115937687A (en) Remote sensing identification method for rice and shrimp co-culture planting and breeding mode
CN114842469A (en) Self-adaptive identification method and system for mature fruits
CN112818880B (en) Vegetation extraction and classification from aerial images based on deep learning
CN105427321B (en) Whether the method for soft bag is had on a kind of detection pallet
CN115049920B (en) GEE combined growth period attribute and object-oriented large-area crop extraction method
CN107274444A (en) The method of counting and device of spherical class plant

Legal Events

Date Code Title Description
PB01 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: 20140319