CN103077406A - Image recognition method based on grid marks - Google Patents
Image recognition method based on grid marks Download PDFInfo
- Publication number
- CN103077406A CN103077406A CN2013100556253A CN201310055625A CN103077406A CN 103077406 A CN103077406 A CN 103077406A CN 2013100556253 A CN2013100556253 A CN 2013100556253A CN 201310055625 A CN201310055625 A CN 201310055625A CN 103077406 A CN103077406 A CN 103077406A
- Authority
- CN
- China
- Prior art keywords
- grid
- image
- connectivity
- state
- grids
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 39
- 230000000694 effects Effects 0.000 abstract description 5
- 238000007689 inspection Methods 0.000 abstract description 3
- 241000353135 Psenopsis anomala Species 0.000 description 21
- 238000004422 calculation algorithm Methods 0.000 description 8
- 238000004364 calculation method Methods 0.000 description 5
- 238000012216 screening Methods 0.000 description 4
- 238000001914 filtration Methods 0.000 description 3
- 238000005516 engineering process Methods 0.000 description 2
- 238000009877 rendering Methods 0.000 description 2
- 206010035148 Plague Diseases 0.000 description 1
- 241000607479 Yersinia pestis Species 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 238000012850 discrimination method Methods 0.000 description 1
- 238000000605 extraction Methods 0.000 description 1
- 230000005484 gravity Effects 0.000 description 1
- 239000002245 particle Substances 0.000 description 1
- 238000003909 pattern recognition Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Landscapes
- Image Analysis (AREA)
Abstract
本发明公开了一种基于网格标记的图像识别方法,属于计算机图像识别技术领域。它以图像内部连通性为主要识别特征,输入计算机完成数字图像内部纹理的识别。特征值的获取方法为:将图像分割成若干个相同大小的网格,通过扫描并标记每个网格的状态,获得各个网格之间的连通特征,实现对图像的分类识别。本发明提供的图像识别方法在保证识别精度的前提下,提高了识别的效率,尤其适用于计算机大批量识别内部花纹不同的物体的分捡与检验,具有良好的应用效果。
The invention discloses an image recognition method based on grid marks, which belongs to the technical field of computer image recognition. It takes the internal connectivity of the image as the main identification feature, and inputs it into the computer to complete the identification of the internal texture of the digital image. The method of obtaining the eigenvalues is: dividing the image into several grids of the same size, scanning and marking the state of each grid, and obtaining the connected features between each grid, so as to realize the classification and recognition of the image. The image recognition method provided by the invention improves the recognition efficiency under the premise of ensuring the recognition accuracy, is especially suitable for sorting and inspection of objects with different internal patterns recognized by a computer in large batches, and has a good application effect.
Description
技术领域 technical field
本发明涉及一种图像识别方法,特别涉及一种基于网格标记的图像识别方法,属于计算机模式识别技术领域。 The invention relates to an image recognition method, in particular to an image recognition method based on grid marks, and belongs to the technical field of computer pattern recognition.
背景技术 Background technique
应用计算机对图像进行识别已在各个领域得到广泛的应用,通过计算机对输入图像的分类可以帮助人们快速有效地对物体进行分类,从而大大节约了人工筛选的成本。例如,近年来,图像识别越来越多的用于微小物体的识别分捡、定级工作中,如工业中螺丝钉的分捡、农业中谷物的质量检测等。图像识别在物体分捡领域的应用在大幅度降低人工成本的同时使得分捡效率成倍提高,并且最大限度降低了误选率,但是,图像识别的准确率却一直是一个困扰人们的问题。 The application of computer to image recognition has been widely used in various fields. The classification of input images by computer can help people to classify objects quickly and effectively, thus greatly saving the cost of manual screening. For example, in recent years, image recognition has been increasingly used in the identification, sorting and grading of tiny objects, such as the sorting of screws in industry and the quality inspection of grain in agriculture. The application of image recognition in the field of object sorting has greatly reduced labor costs and doubled the efficiency of sorting, and minimized the misselection rate. However, the accuracy of image recognition has always been a problem that plagues people.
现有技术中,有效的图像识别算法包括:基于物体边界的轮廓线周长面积比,Fourier级数的方法,基于像素点分布的像素比重法,以及基于图像纹理的连通度判别法等等。在图像识别应用过程中,多数算法存在着图像识别算法效率低、对图像纹理的变化不敏感、受图像噪声影响大等不足,这种情况限制了自动识别的普及应用。比如:基于物体边界的识别方法,它可以对物体轮廓进行有效的辨别,但是无法对图像本身的表面花纹进行识别;基于像素点分布的方法可以对物体图像色彩分布,明暗进行判别,但它同样无法对纹理进行有效的辨别。 In the existing technology, effective image recognition algorithms include: contour perimeter area ratio based on object boundary, Fourier series method, pixel proportion method based on pixel point distribution, and connectivity discrimination method based on image texture, etc. In the application process of image recognition, most algorithms have shortcomings such as low efficiency of image recognition algorithms, insensitivity to changes in image texture, and great influence by image noise. This situation limits the popularization and application of automatic recognition. For example: the recognition method based on the object boundary can effectively distinguish the outline of the object, but it cannot recognize the surface pattern of the image itself; the method based on the pixel point distribution can distinguish the color distribution and light and shade of the object image, but it also Unable to distinguish texture effectively.
目前,常用的连通程度计算算法主要有:区域生长法,跟踪算法,边界跟踪法,基于行(列)扫描算法等。然而,上述方法都无法在图像存在噪声的情况下,保证计算结果的可靠性。 At present, the commonly used connectivity calculation algorithms mainly include: region growing method, tracking algorithm, boundary tracking method, based on row (column) scanning algorithm, etc. However, none of the above methods can guarantee the reliability of the calculation results when the image is noisy.
发明内容 Contents of the invention
本发明的目的在于克服现有技术存在的不足,提供一种精确、高效、适用于大批量设别内部花纹有较大差别的图像的识别方法。 The purpose of the present invention is to overcome the deficiencies of the prior art and provide an accurate and efficient recognition method suitable for large batches of images with large differences in internal patterns.
为达到这一目的,本发明采用的技术方案是:提供一种基于网格标记的图像识别方法,其特征在于以图像的连通度设别图像,包括如下步骤: In order to achieve this goal, the technical solution adopted in the present invention is: provide a kind of image recognition method based on grid mark, it is characterized in that distinguishing image with the degree of connectivity of image, comprises the following steps:
1、将待设别图像按粒度要求分割成若干个相等的网格,并预设定网格的大小,网格大小的初值最小为3×3像素; 1. Divide the image to be identified into several equal grids according to the granularity requirements, and pre-set the size of the grid. The minimum initial value of the grid size is 3×3 pixels;
2、扫描图像中的每一个网格点,识别各个网格中的像素分布参数,包含:①字节型行列边界变量statue;②索引型连通状态变量mark; 2. Scan each grid point in the image and identify the pixel distribution parameters in each grid, including: ① byte-type row and column boundary variable status; ② index-type connected state variable mark;
3、将网格中的空白区域合并,并记录其连通状态; 3. Merge the blank areas in the grid and record their connectivity status;
4、将非空白网格再次分割成更小的网格,若网格大小仍大于最小值,则返回到步骤2; 4. Divide the non-blank grid into smaller grids again. If the grid size is still greater than the minimum value, return to step 2;
5、遍历每一个细分到预设定大小的非空白网格进行,若当前网格中的行列边界变量statue为(00000000)2,则将该网格标记为孤立像素点;若网格为非孤立像素点,执行步骤6; 5. Traverse each non-blank grid that is subdivided into a preset size. If the row and column boundary variable status in the current grid is (00000000) 2 , mark the grid as an isolated pixel point; if the grid is For non-isolated pixels, go to step 6;
6、将非孤立像素点网格打碎,对网格中的行列空白状态作标记,将直线连通区域连接,再以其它边界与中心的连接状态,判定网格的连通状态;若为连通的网格,执行步骤9,若网格的连通状态为不确定,执行步骤7; 6. Break the grid of non-isolated pixels, mark the blank state of the rows and columns in the grid, connect the straight-line connected areas, and then determine the connected state of the grid based on the connection state of other boundaries and the center; if it is connected grid, go to step 9, if the connection state of the grid is uncertain, go to step 7;
7、采用行列连通状态判断边界缺口是否相互连接,判定网格的连通状态;若为连通的网格,执行步骤9,若网格的连通状态为不确定,执行步骤8; 7. Determine whether the boundary gaps are connected to each other by using the connected state of rows and columns, and determine the connected state of the grid; if it is a connected grid, perform step 9, and if the connected state of the grid is uncertain, perform step 8;
8、采用基于区域生长法的方式,扫描像素点周围3~8个邻域的状态,得到连通的网格; 8. Use the method based on the region growing method to scan the state of 3 to 8 neighborhoods around the pixel point to obtain a connected grid;
9、将得到的相互连通的网格采用基于树的集合表示法归并到同一个集合中,对网格集合进行计数,得到的集合数即为图像的连通度。 9. Merge the obtained interconnected grids into the same set using tree-based set representation, count the set of grids, and the number of sets obtained is the connectivity of the image.
对图像进行处理时,影响图像判别的有两类点:一类是图像中的孤立点,另一类是图像上缺失的像素点,这类点对网格标记有影响,对这类点,在本发明技术方案中,通过扫描周围一定距离内的像素点来过滤(噪声点的颗粒大小比较小),由于在图像中出现孤立空白点的可能性远远小于噪声造成的空白点,因此,通过这种过滤孤立空白点的方法可以有效地减小噪声对计算结果的干扰。另一方面,像素点区域始终大于它们的边界,所以,大多数情况下,单一像素点网格的数量远远大于非单一像素点,因此,通过划分网格可以大大提高计算速度。 When processing an image, there are two types of points that affect image discrimination: one is the isolated point in the image, and the other is the missing pixel on the image. This type of point has an impact on the grid mark. For this type of point, In the technical solution of the present invention, filtering is performed by scanning pixels within a certain distance around (the particle size of the noise point is relatively small), since the possibility of isolated blank spots in the image is much smaller than the blank spots caused by noise, therefore, through this A method of filtering isolated blank points can effectively reduce the interference of noise on the calculation results. On the other hand, pixel areas are always larger than their boundaries, so in most cases, the number of single-pixel grids is much larger than that of non-single-pixel grids. Therefore, the calculation speed can be greatly improved by dividing the grid.
由于上述技术的运用,本发明与现有技术相比具有下列优点: Due to the application of the above-mentioned technology, the present invention has the following advantages compared with the prior art:
1、本发明通过适当增大识别连通性识别过程中的粒度,可以取得一定的抵抗噪声效果,同时本识别方法通过适当放大连通通路的宽度,从而达到更加接近人眼识别的效果。 1. The present invention can achieve a certain anti-noise effect by appropriately increasing the granularity in the identification process of identifying connectivity, and at the same time, the identification method can achieve an effect closer to human eye identification by appropriately enlarging the width of the connecting path.
2、由于在搜索时对图像进行逐级网格化,因此,本发明提供的方法在搜索连通区域的速度比未优化的算法具有更高的效率。 2. Since the image is gridded step by step during the search, the method provided by the present invention has higher efficiency in searching connected regions than the unoptimized algorithm.
3、由于本发明采用了基于网格标记的连通度计算来识别图像的特征,因此,对图像纹理的变化具有较高敏感性。 3. Since the present invention uses grid mark-based connectivity calculation to identify image features, it is highly sensitive to changes in image texture.
4、本发明可以实现非标记化搜索,因此它有更大的可能为后续处理保留原图像,可有效的节约整个识别过程的时间和存储空间需求。 4. The present invention can realize non-marked search, so it is more likely to retain the original image for subsequent processing, which can effectively save the time and storage space requirements of the entire recognition process.
附图说明 Description of drawings
图1是本发明实施例提供的识别应用过程的主要流程; Fig. 1 is the main flow of the identification application process provided by the embodiment of the present invention;
图2是本发明实施例运用连通度实施识别过程中两种不同类型的图像效果的对比图; Fig. 2 is a comparison diagram of two different types of image effects in the recognition process using connectivity in the embodiment of the present invention;
图3是本发明实施例提供的基于网格标记的图像识别方法的流程图。 Fig. 3 is a flow chart of a grid mark-based image recognition method provided by an embodiment of the present invention.
具体实施方式 Detailed ways
下面结合附图和实施例对本发明作进一步描述: The present invention will be further described below in conjunction with accompanying drawing and embodiment:
实施例1: Example 1:
本实施例以瓜子筛选的应用为例,对具有花斑的瓜子采用多重方法联合识别其图像,实现瓜子的智能筛选。 In this embodiment, the application of melon seeds screening is taken as an example, and multiple methods are used to jointly identify the images of melon seeds with mottled spots, so as to realize the intelligent screening of melon seeds.
参见附图1,它是本实施例提供的瓜子智能筛选应用过程的流程图。动态捕获图像采用三星SCC-C4203P低照度彩色/黑白转换工业摄像头获取流水线上的瓜子阵列图象并将其传入计算机,采用Microsoft Visual C++6.0对传入计算机的图象作预处理,通过特征值提取算法获取核心特征值,运用判定标准,将合格瓜子筛选出来并作标记,然后发送控制信号到与之连接的机械设备,将合格瓜子筛选出来。 Referring to accompanying drawing 1, it is the flow chart of the melon seed intelligent screening application process that the present embodiment provides. The dynamic capture image adopts Samsung SCC-C4203P low-illuminance color/black and white conversion industrial camera to obtain the melon seed array image on the assembly line and transmits it to the computer, and uses Microsoft Visual C++6.0 to preprocess the image transmitted to the computer. The eigenvalue extraction algorithm obtains the core eigenvalues, uses the judgment standard to screen out and mark the qualified melon seeds, and then sends a control signal to the connected mechanical equipment to screen out the qualified melon seeds.
合格判定时,先运用长短轴特征法、像素比重法、直方图法进行过滤,筛选得到如附图2中a1~a4剪影效果图所示的合格瓜子,但过滤后还存在如附图2中b1~b4剪影效果图所示的不合格瓜子,即花斑瓜子,由图2可见,花斑瓜子的尺寸、大小、黑色区域覆盖度及直方图均与特级瓜子相似,采用现有的方法无法分捡,但花班瓜子也有其自身特有的特点――表面有多个大小不等的环状花纹,因此,本发明采用计算图像的多连通度来辨别。在剪影处理的基础上利用集合归并求解连通度的方法。在本实施例中,判定准则为:特级瓜子连通度<=3,大于3的为花斑瓜子,这样即可将花瓣瓜子从标准瓜子中挑选出来,统计表明应用中获取的瓜子图像空白区域较小,因此本例中设置的网格初始值可较小。 When judging whether it is qualified, first use the long and short axis feature method, the pixel specific gravity method, and the histogram method to filter, and obtain the qualified melon seeds shown in the silhouette renderings of a1 to a4 in the accompanying drawing 2, but after filtering, there are still some seeds as shown in the accompanying drawing 2. The unqualified melon seeds shown in the b1~b4 silhouette renderings, that is, variegated melon seeds, can be seen from Figure 2. The size, size, black area coverage and histogram of the variegated melon seeds are similar to those of super-grade melon seeds, which cannot be obtained by existing methods. Sorting, but Huaban melon seeds also have their own unique characteristics - there are multiple circular patterns of different sizes on the surface. Therefore, the present invention uses the multi-connectivity of the calculation image to distinguish. Based on silhouette processing, a method of solving connectivity using set merging. In this embodiment, the criterion for judging is: the connectivity of premium melon seeds <= 3, and those greater than 3 are variegated melon seeds. In this way, petal melon seeds can be selected from standard melon seeds. Statistics show that the blank areas of the melon seed images obtained in the application are relatively small. Small, so the initial grid value set in this example can be small.
先将瓜子进行二值化处理,再求出瓜子的阴影图像。对这两张图像作剪影后,再对得到的剪影图像计算多连通度。 The melon seeds are binarized first, and then the shadow image of the melon seeds is obtained. After the two images are silhouetted, the multi-connectivity is calculated for the obtained silhouette image.
参见附图3,它是本实施例提供的基于网格标记的图像识别方法的流程图,其步骤为: Referring to accompanying drawing 3, it is the flow chart of the image recognition method based on the grid label that the present embodiment provides, and its steps are:
步骤1:将图像的宽为n的边界像素强置为边界点,进行分配网格内存、构造链表、计数器归零等初始化操作。 Step 1: Forcibly set the boundary pixels of the image with a width of n as boundary points, and perform initialization operations such as allocating grid memory, constructing a linked list, and resetting the counter to zero.
步骤2:扫描图像中的每一个网格点,识别各个网格中的像素分布参数,包含:①字节型行列边界变量statue;②索引型连通状态变量mark;若当前网格行i是有效的(未出界),则对网格进行初始化,若(1,1)点为边界点就将其对应的行位和列位置为0,先判断(1,3),(3,1),(3,3)是否为边界点,若是,就置statue为(00000000)2,转到步骤5;否则,就继续扫描其他的像素点,转到步骤3。 Step 2: Scan each grid point in the image, and identify the pixel distribution parameters in each grid, including: ① byte-type row and column boundary variable status; ② index-type connected state variable mark; if the current grid row i is valid (not out of bounds), initialize the grid. If (1,1) is a boundary point, set its corresponding row and column positions to 0. First judge (1,3), (3,1), Whether (3,3) is a boundary point, if so, set the status to (00000000) 2 and go to step 5; otherwise, continue to scan other pixels and go to step 3.
步骤3:若当前网格列j是有效的(未出界),则转到步骤5,否则网格下移一个,再转到步骤2。 Step 3: If the current grid column j is valid (not out of bounds), go to step 5, otherwise move the grid down by one, and then go to step 2.
步骤4:判断当前网格的statue。 Step 4: Judge the status of the current grid.
Case1:若statue为(00000000)2,置grid(i,j)的mark为-1,转到步骤3。 Case1: If the status is (00000000) 2 , set the mark of grid(i,j) to -1, and go to step 3.
Case2:若statue为(111111111)2,先判断grid(i,j-1),grid(i-1,j)的statue是否为(111111111)2。若是,就比较这些网格所在的集合,如果不在同一集合中则将集合合并,再判断grid(i,j),grid(i,j-1), grid(i-1,j), grid(i-1,j-1)组成的区域是否有另外的n位连续的1,若有,则将它代表的网格也合并进来,转到步骤3;如果不是,再判断grid(i,j-1), grid(i-1,j),grid(i-1,j-1)是否存在statue为(00000000)2的格,若是,转到步骤3;如果不是,判断grid(i,j), grid(i,j-1),grid(i-1,j),grid(i-1,j-1)组成的区域A水平或者垂直方向是否能通过定义一下的与grid(i,j)相交的直线段,若能,将所有与存在对应statue状态位有连续对应的标记。若不能,并且A的上边界或左边界上对应的位存在连续的n位1,则将它代表的网格也合并起来,转到步骤3。 Case2: If the status is (111111111) 2 , first judge grid(i,j-1), whether the status of grid(i-1,j) is (111111111) 2 . If so, compare the sets where these grids are located. If they are not in the same set, merge the sets, and then judge grid(i,j), grid(i,j-1), grid(i-1,j), grid( I-1, j-1) whether there are other n consecutive 1s in the area, if so, merge the grid it represents, and go to step 3; if not, then judge grid(i, j -1), grid(i-1,j), grid(i-1,j-1) whether there is a cell whose status is (00000000) 2 , if so, go to step 3; if not, judge grid(i,j ), grid(i,j-1), grid(i-1,j), grid(i-1,j-1) whether the horizontal or vertical direction of the area A can be defined with grid(i,j ) intersecting straight line segments, if possible, mark all the corresponding status bits with continuous corresponding marks. If not, and there are consecutive n bits of 1 in the corresponding bit on the upper boundary or left boundary of A, merge the grids it represents and go to step 3.
Case3:statue为其他情况时,判断grid(i,j-1), grid(i-1,j) , grid(i-1,j-1)是否存在statue:为(00000000)2,的格,若是,转步骤3;若否,判断grid(i,j),grid(i,j-1),grid(i-1,j),grid(i-1,j-1)组成的区域水平或者垂直方向是否能通过定义一下的与grid(i,j)相交的直线段,若能,将所有与存在对应statue状态位有连续对应的标记0;否则对这一区域进行像素扫描,以确定其连通性并将于grid(i,j), grid(i,j-1)相邻的区域所标识的网格的集合合并,转到步骤3。 Case3: When the status is in other cases, judge whether grid(i,j-1), grid(i-1,j), grid(i-1,j-1) has a status: (00000000) 2 , If yes, go to step 3; if not, judge the area level composed of grid(i,j), grid(i,j-1), grid(i-1,j), grid(i-1,j-1) or Whether the vertical direction can pass through the defined line segment that intersects with grid(i, j), if so, mark all the corresponding status bits that have continuous corresponding 0; otherwise scan the pixel of this area to determine its Connectivity and merge the set of grids identified by regions adjacent to grid(i,j), grid(i,j-1), go to step 3.
步骤5:通过链表队集合个数进行计数,集合的个数即为多连通度。依据对连通度的判定要求,设别图形,在本实施例中即为确定瓜子的性质。 Step 5: Count through the number of sets of linked lists, and the number of sets is the multi-connectivity. According to the judgment requirement to connectivity degree, set up figure, in the present embodiment is to determine the property of melon seeds.
本发明提供的图像识别方法在保证识别精度的前提下,提高了识别的效率,尤其适用于计算机大批量识别内部花纹不同的物体的分捡与检验,具有良好的应用效果。 The image recognition method provided by the invention improves the recognition efficiency on the premise of ensuring the recognition accuracy, is especially suitable for sorting and inspection of objects with different internal patterns recognized by a computer in large batches, and has a good application effect.
Claims (1)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2013100556253A CN103077406A (en) | 2013-02-21 | 2013-02-21 | Image recognition method based on grid marks |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN2013100556253A CN103077406A (en) | 2013-02-21 | 2013-02-21 | Image recognition method based on grid marks |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN103077406A true CN103077406A (en) | 2013-05-01 |
Family
ID=48153930
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN2013100556253A Pending CN103077406A (en) | 2013-02-21 | 2013-02-21 | Image recognition method based on grid marks |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN103077406A (en) |
Cited By (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106469482A (en) * | 2016-09-05 | 2017-03-01 | 深圳怡化电脑股份有限公司 | Bank note crosses the border detection method, device and Banknote deposting/drawing out equipment |
| CN109360421A (en) * | 2018-11-28 | 2019-02-19 | 平安科技(深圳)有限公司 | A kind of traffic information predicting method and device, electric terminal based on machine learning |
| CN113052922A (en) * | 2021-03-26 | 2021-06-29 | 重庆紫光华山智安科技有限公司 | Bare soil identification method, system, device and medium |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120303567A1 (en) * | 2011-05-25 | 2012-11-29 | Qualcomm Incorporated | Method and apparatus of primary visual cortex simple cell training and operation |
-
2013
- 2013-02-21 CN CN2013100556253A patent/CN103077406A/en active Pending
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20120303567A1 (en) * | 2011-05-25 | 2012-11-29 | Qualcomm Incorporated | Method and apparatus of primary visual cortex simple cell training and operation |
Non-Patent Citations (1)
| Title |
|---|
| 赵晔等: ""噪声图像纹理特征算法的研究"", 《苏州大学学报(工科版)》 * |
Cited By (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106469482A (en) * | 2016-09-05 | 2017-03-01 | 深圳怡化电脑股份有限公司 | Bank note crosses the border detection method, device and Banknote deposting/drawing out equipment |
| CN109360421A (en) * | 2018-11-28 | 2019-02-19 | 平安科技(深圳)有限公司 | A kind of traffic information predicting method and device, electric terminal based on machine learning |
| CN109360421B (en) * | 2018-11-28 | 2022-03-25 | 平安科技(深圳)有限公司 | Traffic information prediction method and device based on machine learning and electronic terminal |
| CN113052922A (en) * | 2021-03-26 | 2021-06-29 | 重庆紫光华山智安科技有限公司 | Bare soil identification method, system, device and medium |
| CN113052922B (en) * | 2021-03-26 | 2023-03-14 | 重庆紫光华山智安科技有限公司 | Bare soil identification method, system, device and medium |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN110097536B (en) | Hexagonal bolt looseness detection method based on deep learning and Hough transform | |
| CN102508110B (en) | Texture-based insulator fault diagnostic method | |
| CN107437243B (en) | Tire impurity detection method and device based on X-ray image | |
| CN107481237B (en) | A hot spot detection method for infrared array images based on multi-frame temperature characteristics | |
| CN107492094A (en) | A kind of unmanned plane visible detection method of high voltage line insulator | |
| CN111027446B (en) | Coastline automatic extraction method of high-resolution image | |
| CN108364291A (en) | Grey cloth rapid detection method based on computer vision technique | |
| CN107092871B (en) | Remote sensing image building detection method based on multiple dimensioned multiple features fusion | |
| CN105975929A (en) | Fast pedestrian detection method based on aggregated channel features | |
| CN108491892A (en) | fruit sorting system based on machine vision | |
| CN103543394A (en) | A method for extracting quantitative parameters of high-voltage electrical equipment discharge ultraviolet imaging | |
| CN101555661A (en) | Measuring method and system for weight of cotton foreign fiber based on machine vision technique | |
| CN106331636A (en) | Intelligent video monitoring system and method of oil pipelines based on behavioral event triggering | |
| WO2023231262A1 (en) | Hoisting wire rope tension measurement method based on visual vibration frequency identification | |
| CN108596925A (en) | The heronsbill module surface screw hole site image processing method of view-based access control model | |
| Zhang et al. | A defect detection method for substation equipment based on image data generation and deep learning | |
| CN116597323B (en) | High-temperature abnormality diagnosis algorithm for overhead high-voltage wire | |
| CN105354575B (en) | Image binaryzation threshold value determines method in a kind of sea horizon detection | |
| CN106529551A (en) | Intelligent recognition, counting, and detection algorithm for quasi-circle object facing packaging industry | |
| CN115700737B (en) | A video surveillance-based oil spill detection method | |
| CN103077406A (en) | Image recognition method based on grid marks | |
| CN113971681A (en) | A method for edge detection of belt conveyor in complex environment | |
| CN110288619A (en) | Detection method of screw hole position on the surface of sunflower module based on vision | |
| CN120047440B (en) | Method, device, equipment and medium for detecting surface cracks of aviation structural component | |
| CN106886609A (en) | The block formula urban residents ground quick mask method of remote sensing |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
| WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20130501 |