CN111582290B - Computer image recognition method - Google Patents
Computer image recognition method Download PDFInfo
- Publication number
- CN111582290B CN111582290B CN202010402697.0A CN202010402697A CN111582290B CN 111582290 B CN111582290 B CN 111582290B CN 202010402697 A CN202010402697 A CN 202010402697A CN 111582290 B CN111582290 B CN 111582290B
- Authority
- CN
- China
- Prior art keywords
- color
- pixel
- coordinates
- pixel point
- 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.)
- Active
Links
- 238000000034 method Methods 0.000 title claims abstract description 24
- 239000011159 matrix material Substances 0.000 claims abstract description 13
- 238000010586 diagram Methods 0.000 description 2
- 238000012795 verification Methods 0.000 description 2
- 238000013473 artificial intelligence Methods 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 230000007704 transition Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/44—Local feature extraction by analysis of parts of the pattern, e.g. by detecting edges, contours, loops, corners, strokes or intersections; Connectivity analysis, e.g. of connected components
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/20—Image preprocessing
- G06V10/34—Smoothing or thinning of the pattern; Morphological operations; Skeletonisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06V—IMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
- G06V10/00—Arrangements for image or video recognition or understanding
- G06V10/40—Extraction of image or video features
- G06V10/56—Extraction of image or video features relating to colour
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Multimedia (AREA)
- Theoretical Computer Science (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Image Analysis (AREA)
Abstract
Description
技术领域technical field
本发明涉及计算机领域,特别涉及一种计算机图像识别方法。The invention relates to the field of computers, in particular to a computer image recognition method.
背景技术Background technique
图像识别是人工智能的一项基础技术手段,目前图像识别都是通过将待识别图像中各个像素点的特征提取出来,与现有图像中各个像素点的特征进行比对,当比对出像素点的特征的相似程度在设定的范围内的时候,将现有图像中的物品作为待识别图像中的物品进行输出。这样的识别方法需要进行对每一个对比的图像进行像素点的提取,并进行大量的对比工作,这样计算机进行运算的时候,就会极大的增加计算的数据量,从而使得计算机对图像识别的速度非常缓慢。Image recognition is a basic technical means of artificial intelligence. At present, image recognition is by extracting the features of each pixel in the image to be recognized, and comparing it with the features of each pixel in the existing image. When the similarity of point features is within the set range, the item in the existing image is output as the item in the image to be recognized. Such a recognition method needs to extract the pixels of each compared image and perform a large amount of comparison work, so that when the computer performs calculations, it will greatly increase the amount of calculated data, so that the computer can recognize the image. Very slowly.
发明内容Contents of the invention
本发明的目的是克服上述现有技术中存在的问题,提供一种计算机图像识别方法,通过将要识别的图像的像素点进行提取,从像素点中分离出物品的轮廓,再根据物品的轮廓对物品进行识别,最后输出得到图像中的物品。The purpose of the present invention is to overcome the problems existing in the above-mentioned prior art, and to provide a computer image recognition method, by extracting the pixels of the image to be recognized, separating the outline of the item from the pixel, and then according to the outline of the item. The item is identified, and finally the item in the image is output.
为此,本发明提供一种计算机图像识别方法:For this reason, the invention provides a kind of computer image recognition method:
将待识别的图像中各个像素点的颜色值提取出来,生成颜色矩阵,并根据颜色矩阵建立各个像素点的坐标。The color value of each pixel in the image to be recognized is extracted to generate a color matrix, and the coordinates of each pixel are established according to the color matrix.
分别对比每一个像素点的颜色值与其周围相邻像素点的颜色值,当该像素点的颜色值与其周围相邻至少一个像素点的颜色值之间的差值不在设定的色差范围的时候,提取该像素点的在所述颜色矩阵中的坐标,重复该过程直至所有的像素点遍历完毕。Compare the color value of each pixel point with the color value of its surrounding adjacent pixels, when the difference between the color value of the pixel point and the color value of at least one surrounding pixel point is not within the set color difference range , extract the coordinates of the pixel in the color matrix, and repeat this process until all the pixels have been traversed.
根据上述提取出的所有坐标得到一个或者多个函数。One or more functions are obtained according to all the coordinates extracted above.
根据上述得到的函数在图像库中查找,查找得到物品的名称并进行输出。Search in the image library according to the function obtained above, find the name of the item and output it.
所述图像库用于存储物品的名称以及对应的函数。The image library is used to store the names of items and corresponding functions.
进一步,在对比一个像素点的颜色值与其周围相邻像素点的颜色值的时候,当该像素点的颜色值与其周围相邻的所有像素点的颜色值之间的差值在均在设定的色差范围的时候,分别得到该像素点的颜色值与其周围相邻的所有像素点的颜色值之间的差值,并计算所有的差值的平均数,并将该平均数累加在该像素点的颜色值上并替换像素点的原有颜色值。Further, when comparing the color value of a pixel with the color values of its surrounding adjacent pixels, when the difference between the color value of this pixel and the color values of all surrounding adjacent pixels is set When the color difference range of the pixel is obtained, the difference between the color value of the pixel and the color values of all adjacent pixels around it is obtained, and the average of all the differences is calculated, and the average is added to the pixel. The color value of the point and replace the original color value of the pixel point.
进一步,在上述提取所述像素点的颜色值与其周围相邻至少一个像素点的颜色值之间的差值不在设定的色差范围的时候,改变该像素点的颜色值为设定的颜色值。Further, when the difference between the extracted color value of the pixel point and the color value of at least one surrounding pixel point is not within the set color difference range, change the color value of the pixel point to the set color value .
进一步,在通过坐标得到一个或者多个函数的时候:Furthermore, when one or more functions are obtained through coordinates:
从所述图像库中选取一个函数。Choose a function from the image library.
依次将提取出的所有坐标在该函数中进行验证,当有至少两个坐标满足该函数的时候,输出该函数。All the extracted coordinates are verified in the function in turn, and when at least two coordinates satisfy the function, the function is output.
重复上述过程直至所述图像库中的全部函数被遍历。Repeat the above process until all the functions in the image library are traversed.
更进一步,将所述坐标中其中一个数值代入所述函数的对应位置中,得到的数值与该坐标的另一个数值的差值在设定的误差范围内的时候,认定该坐标满足该函数。Furthermore, when one of the values in the coordinates is substituted into the corresponding position of the function, and the difference between the obtained value and the other value of the coordinates is within a set error range, the coordinates are deemed to satisfy the function.
进一步,所述图像库内包含一网络爬虫模块,所述网络爬虫模块用于更新所述图像库所存储的内容。Further, the image library includes a web crawler module, and the web crawler module is used to update the content stored in the image library.
本发明提供的一种计算机图像识别方法,具有如下有益效果:A computer image recognition method provided by the invention has the following beneficial effects:
1、通过将要识别的图像的像素点进行提取,从像素点中分离出物品的轮廓,再根据物品的轮廓对物品进行识别,最后输出得到图像中的物品;1. By extracting the pixels of the image to be recognized, the outline of the item is separated from the pixel, and then the item is identified according to the outline of the item, and finally the item in the image is output;
2、将物品的轮廓进行拆分,并将每一段拆分的轮廓通过函数进行表示,并将根据每一段函数的位置特征,确定物品的种类;2. Split the outline of the item, and express the outline of each segment through a function, and determine the type of item according to the position characteristics of each segment of the function;
3、将像素点设定范围差值的像素点取周围像素点的均值,这样对图像中的物品进行识别的时候,同时将图像进行平滑处理,使得图像的显示效果更加柔和。3. Take the average value of the surrounding pixels for the pixels of the pixel point setting range difference, so that when identifying the items in the image, the image will be smoothed at the same time, making the display effect of the image softer.
附图说明Description of drawings
图1为本发明提供的一种计算机图像识别方法的整体流程示意框图;Fig. 1 is a schematic block diagram of the overall flow of a computer image recognition method provided by the present invention;
图2为本发明提供的一种计算机图像识别方法中通过坐标得到一个或者多个函数的流程示意框图。Fig. 2 is a schematic block diagram of the process of obtaining one or more functions through coordinates in a computer image recognition method provided by the present invention.
具体实施方式Detailed ways
下面结合附图,对本发明的多个具体实施方式进行详细描述,但应当理解本发明的保护范围并不受具体实施方式的限制。A number of specific embodiments of the present invention will be described in detail below in conjunction with the accompanying drawings, but it should be understood that the protection scope of the present invention is not limited by the specific embodiments.
在本申请文件中,未经明确的部件型号以及结构,均为本领域技术人员所公知的现有技术,本领域技术人员均可根据实际情况的需要进行设定,在本申请文件的实施例中不做具体的限定。In this application document, unspecified component models and structures are all prior art known to those skilled in the art, and those skilled in the art can set them according to the needs of the actual situation. In the embodiments of this application document No specific restrictions are made.
实施例1Example 1
本实施例提供了一种计算机图像识别方法,通过基本的必要技术特征实现本发明,以解决本申请文件中技术背景部分所提出的问题。This embodiment provides a computer image recognition method, and implements the present invention through the basic necessary technical features to solve the problems raised in the technical background section of this application document.
具体的,如图1所示,本发明实施例提供了一种计算机图像识别方法,具体如下:Specifically, as shown in Figure 1, an embodiment of the present invention provides a computer image recognition method, specifically as follows:
将待识别的图像中各个像素点的颜色值提取出来,生成颜色矩阵,并根据颜色矩阵建立各个像素点的坐标。在本发明中,图像中的每一个像素点都拥有与其唯一对应的坐标,每一个像素点上还拥有与其唯一对应的颜色值,这样在图像的各个像素点所对应的坐标矩阵中,每个像素点的坐标都会一一对应一个颜色值。The color value of each pixel in the image to be recognized is extracted to generate a color matrix, and the coordinates of each pixel are established according to the color matrix. In the present invention, each pixel point in the image has its uniquely corresponding coordinates, and each pixel point also has its uniquely corresponding color value, so in the coordinate matrix corresponding to each pixel point of the image, each The coordinates of the pixel point will correspond to a color value one by one.
分别对比每一个像素点的颜色值与其周围相邻像素点的颜色值,当该像素点的颜色值与其周围相邻至少一个像素点的颜色值之间的差值不在设定的色差范围的时候,提取该像素点的在所述颜色矩阵中的坐标,重复该过程直至所有的像素点遍历完毕。当其中一个像素点的颜色值与其周围相邻至少一个像素点的颜色值之间的差值不在设定的色差范围的时候,说明该像素点所在的位置为图像中物品的分界线,这样通过遍历将待识别的图像中各个像素点,就可以将分界线上的像素点全部进行收集出来,一般的采用的色差范围为0~40,即其中一个像素点的颜色值与其周围相邻至少一个像素点的颜色值之间的差值在40以上,即将该像素点标记出来,为分界线上的像素点。Compare the color value of each pixel point with the color value of its surrounding adjacent pixels, when the difference between the color value of the pixel point and the color value of at least one surrounding pixel point is not within the set color difference range , extract the coordinates of the pixel in the color matrix, and repeat this process until all the pixels have been traversed. When the difference between the color value of one of the pixel points and the color value of at least one adjacent pixel point is not within the set color difference range, it means that the position of the pixel point is the dividing line of the item in the image, so by By traversing each pixel in the image to be identified, all the pixels on the boundary line can be collected. Generally, the color difference range used is 0 to 40, that is, the color value of one pixel is adjacent to its surroundings by at least one If the difference between the color values of the pixel points is above 40, the pixel point will be marked as the pixel point on the boundary line.
根据上述提取出的所有坐标得到一个或者多个函数。根据上述已经提取出来的全部坐标得到全部坐标所组成的函数,得到的函数可能包括一个或者多个函数。One or more functions are obtained according to all the coordinates extracted above. A function composed of all the coordinates is obtained according to all the extracted coordinates, and the obtained function may include one or more functions.
根据上述得到的函数在图像库中查找,查找得到物品的名称并进行输出。通过在数据库中查找,输出对应的物品的名称。Search in the image library according to the function obtained above, find the name of the item and output it. By searching in the database, the name of the corresponding item is output.
所述图像库用于存储物品的名称以及对应的函数。该图像库以列表的方式对存储物品的名称以及对应的函数一一进行存储。The image library is used to store the names of items and corresponding functions. The image library stores the names of the stored items and the corresponding functions one by one in the form of a list.
实施例2Example 2
本实施例是基于实施例1并对实施例1中的实施方案进行优化,使得本实施例在运行的过程中更加的稳定,性能更加的良好,但是并不仅限于本实施例所描述的一种实施方式。This example is based on Example 1 and optimizes the implementation in Example 1, so that this example is more stable and has better performance during operation, but it is not limited to the one described in this example implementation.
具体的,如图1-2所示,在本实施例中,在对比一个像素点的颜色值与其周围相邻像素点的颜色值的时候,当该像素点的颜色值与其周围相邻的所有像素点的颜色值之间的差值在均在设定的色差范围的时候,分别得到该像素点的颜色值与其周围相邻的所有像素点的颜色值之间的差值,并计算所有的差值的平均数,并将该平均数累加在该像素点的颜色值上并替换像素点的原有颜色值。Specifically, as shown in Figure 1-2, in this embodiment, when comparing the color value of a pixel with the color values of its surrounding adjacent pixels, when the color value of this pixel and all its surrounding adjacent When the difference between the color values of the pixel is within the set color difference range, the difference between the color value of the pixel and the color values of all adjacent pixels around it is respectively obtained, and all the color values are calculated. The average of the differences, and the average is added to the color value of the pixel and replaces the original color value of the pixel.
在本实施例中,在对物品进行识别的时候,同时可以对图像的颜色进行平滑处理,将该平均数累加在该像素点的颜色值上并替换像素点的原有颜色值,这样就可以使得每一个像素点的颜色值保持平滑的过度,这样在用户进行图像观看的时候,色泽的平滑就可以使得视觉的效果更佳良好。In this embodiment, when the item is identified, the color of the image can be smoothed at the same time, and the average value can be added to the color value of the pixel and replace the original color value of the pixel, so that Make the color value of each pixel maintain a smooth transition, so that when the user watches the image, the smoothness of the color can make the visual effect better.
在本实施例中,在上述提取所述像素点的颜色值与其周围相邻至少一个像素点的颜色值之间的差值不在设定的色差范围的时候,改变该像素点的颜色值为设定的颜色值。这样就可以使用设定的颜色值将物品的边界标记出来,这样在用户再次看到图像的时候,就可以清晰的看到其中的物品,易于观看时进行有效的分辨。In this embodiment, when the difference between the color value of the extracted pixel point and the color value of at least one surrounding pixel point is not within the set color difference range, the color value of the pixel point is changed to the set value specified color value. In this way, the boundary of the item can be marked with the set color value, so that when the user sees the image again, the item in it can be clearly seen, and it is easy to effectively distinguish when viewing.
在本实施例中,在通过坐标得到一个或者多个函数的时候,具体通过以下的步骤,但并不局限于下述的一种步骤:In this embodiment, when one or more functions are obtained through coordinates, the following steps are specifically performed, but are not limited to one of the following steps:
首先,从所述图像库中选取一个函数。First, a function is selected from the image library.
然后依次将提取出的所有坐标在该函数中进行验证,当有至少两个坐标满足该函数的时候,输出该函数。Then, all the extracted coordinates are verified in the function in turn, and when at least two coordinates satisfy the function, the function is output.
重复上述过程直至所述图像库中的全部函数被遍历。Repeat the above process until all the functions in the image library are traversed.
上述方法是对图像库中的所有函数使用提取出来的坐标进行验证,在验证的时候,验证同一个函数的两个坐标点必须为周围相邻的坐标点,才能对函数进行验证,同时至少两个坐标满足该函数的时候,认定验证成功,输出该函数。将每一个海曙全部进行遍历,就可以得到所提取的出全部坐标点所满足的一个或者多个函数。The above method is to use the extracted coordinates to verify all functions in the image library. When verifying, the two coordinate points of the same function must be adjacent to the surrounding coordinate points to verify the function. At the same time, at least two When the coordinates satisfy the function, it is determined that the verification is successful, and the function is output. By traversing every Haishu, one or more functions satisfied by all the extracted coordinate points can be obtained.
同时,在本实施例中,将所述坐标中其中一个数值代入所述函数的对应位置中,得到的数值与该坐标的另一个数值的差值在设定的误差范围内的时候,认定该坐标满足该函数。这样就可以使得在验证的时候,保证误差使得函数的验证更加的准确,这样所得到的物品的识别率会更高。At the same time, in this embodiment, when one of the values in the coordinates is substituted into the corresponding position of the function, and the difference between the obtained value and the other value of the coordinates is within the set error range, the Coordinates satisfy this function. In this way, when verifying, the error is guaranteed to make the verification of the function more accurate, so that the recognition rate of the obtained items will be higher.
在本实施例中,所述图像库内包含一网络爬虫模块,所述网络爬虫模块用于更新所述图像库所存储的内容。这样可以将图像库中所存储的数据始终处于最新的水平,存储的数据都是全网最新的数据,保证在对数据库进行调用的时候,对于物品识别的精准率保持在最新的水平。In this embodiment, the image library includes a web crawler module, and the web crawler module is used to update the content stored in the image library. In this way, the data stored in the image database can always be at the latest level, and the stored data is the latest data of the entire network, ensuring that when calling the database, the accuracy of object recognition is kept at the latest level.
以上公开的仅为本发明的几个具体实施例,但是,本发明实施例并非局限于此,任何本领域的技术人员能思之的变化都应落入本发明的保护范围。The above disclosures are only a few specific embodiments of the present invention, however, the embodiments of the present invention are not limited thereto, and any changes conceivable by those skilled in the art shall fall within the protection scope of the present invention.
Claims (2)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010402697.0A CN111582290B (en) | 2020-05-13 | 2020-05-13 | Computer image recognition method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202010402697.0A CN111582290B (en) | 2020-05-13 | 2020-05-13 | Computer image recognition method |
Publications (2)
Publication Number | Publication Date |
---|---|
CN111582290A CN111582290A (en) | 2020-08-25 |
CN111582290B true CN111582290B (en) | 2023-04-07 |
Family
ID=72112206
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202010402697.0A Active CN111582290B (en) | 2020-05-13 | 2020-05-13 | Computer image recognition method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN111582290B (en) |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101710340A (en) * | 2009-12-15 | 2010-05-19 | 北京锐安科技有限公司 | Method for retrieving similar images |
JP2013004094A (en) * | 2011-06-16 | 2013-01-07 | Fujitsu Ltd | Text emphasis method and device and text extraction method and device |
CN105117723A (en) * | 2015-08-17 | 2015-12-02 | 浪潮软件集团有限公司 | Image identification method and device |
US9367916B1 (en) * | 2014-12-10 | 2016-06-14 | Intel Corporation | Method and system of run-time self-calibrating lens shading correction |
WO2017124909A1 (en) * | 2016-01-21 | 2017-07-27 | 努比亚技术有限公司 | Image capturing device and method |
CN107784301A (en) * | 2016-08-31 | 2018-03-09 | 百度在线网络技术(北京)有限公司 | Method and apparatus for identifying character area in image |
WO2018082332A1 (en) * | 2016-11-07 | 2018-05-11 | 深圳光启合众科技有限公司 | Image processing method and device, and robot |
WO2018107983A1 (en) * | 2016-12-16 | 2018-06-21 | 深圳市中达瑞和科技有限公司 | Colour recognition method and system |
CN110826571A (en) * | 2019-11-01 | 2020-02-21 | 云南电网有限责任公司信息中心 | Image traversal algorithm for image rapid identification and feature matching |
-
2020
- 2020-05-13 CN CN202010402697.0A patent/CN111582290B/en active Active
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101710340A (en) * | 2009-12-15 | 2010-05-19 | 北京锐安科技有限公司 | Method for retrieving similar images |
JP2013004094A (en) * | 2011-06-16 | 2013-01-07 | Fujitsu Ltd | Text emphasis method and device and text extraction method and device |
US9367916B1 (en) * | 2014-12-10 | 2016-06-14 | Intel Corporation | Method and system of run-time self-calibrating lens shading correction |
CN105117723A (en) * | 2015-08-17 | 2015-12-02 | 浪潮软件集团有限公司 | Image identification method and device |
WO2017124909A1 (en) * | 2016-01-21 | 2017-07-27 | 努比亚技术有限公司 | Image capturing device and method |
CN107784301A (en) * | 2016-08-31 | 2018-03-09 | 百度在线网络技术(北京)有限公司 | Method and apparatus for identifying character area in image |
WO2018082332A1 (en) * | 2016-11-07 | 2018-05-11 | 深圳光启合众科技有限公司 | Image processing method and device, and robot |
WO2018107983A1 (en) * | 2016-12-16 | 2018-06-21 | 深圳市中达瑞和科技有限公司 | Colour recognition method and system |
CN110826571A (en) * | 2019-11-01 | 2020-02-21 | 云南电网有限责任公司信息中心 | Image traversal algorithm for image rapid identification and feature matching |
Non-Patent Citations (2)
Title |
---|
付昆昆 ; 郑百林 ; 李鑫 ; .基于Matlab的图像曲线数据提取方法.汕头大学学报(自然科学版).2010,(02),全文. * |
徐贵力,毛罕平,李萍萍.缺素叶片彩色图像颜色特征提取的研究.农业工程学报.2002,(04),全文. * |
Also Published As
Publication number | Publication date |
---|---|
CN111582290A (en) | 2020-08-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN114236552B (en) | Repositioning method and repositioning system based on laser radar | |
AU2020201988A1 (en) | Selectiontell: a natural language interface for selection in image | |
CN108009529B (en) | Forest fire smoke video target detection method based on characteristic root and hydrodynamics | |
CN104112007B (en) | A Data Storage, Organization and Retrieval Method for Image Hierarchical Segmentation Results | |
JP2013125322A (en) | Learning device, program and learning method | |
WO2008105611A1 (en) | Database auto-building method for link of search data in gis system using cad drawings | |
CN109740537A (en) | The accurate mask method and system of pedestrian image attribute in crowd's video image | |
Baseski et al. | Dissimilarity between two skeletal trees in a context | |
CN105513083A (en) | PTAM camera tracking method and device | |
CN110348423A (en) | A kind of real-time face detection method based on deep learning | |
Diers et al. | A survey of methods for automated quality control based on images | |
JP6557606B2 (en) | Model creation support system, model creation support method, and model creation support program | |
CN111582290B (en) | Computer image recognition method | |
JP5780036B2 (en) | Extraction program, extraction method and extraction apparatus | |
CN110110741A (en) | A kind of multiple dimensioned classification method, device and computer readable storage medium | |
JP2004086737A (en) | Method and device for similarity determination and program | |
CN113704276A (en) | Map updating method and device, electronic equipment and computer readable storage medium | |
WO2018137226A1 (en) | Fingerprint extraction method and device | |
CN110930519A (en) | Semantic ORB-SLAM perception method and device based on environmental understanding | |
KR102572415B1 (en) | Method and apparatus for creating a natural three-dimensional digital twin through verification of a reference image | |
CN104299253B (en) | A kind of intelligent rendering intent and device towards full HD digital movie animation | |
Saglam et al. | An efficient object extraction with graph-based image segmentation | |
CN107273411A (en) | Business operation and the correlating method and equipment of database manipulation data | |
US10796197B2 (en) | Automatic method and system for similar images and image fragments detection basing on image content | |
Rodrigues et al. | Three level sequence-based loop closure detection |
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 | ||
GR01 | Patent grant | ||
GR01 | Patent grant |