WO2017128977A1 - 图片处理方法和装置 - Google Patents
图片处理方法和装置 Download PDFInfo
- Publication number
- WO2017128977A1 WO2017128977A1 PCT/CN2017/071256 CN2017071256W WO2017128977A1 WO 2017128977 A1 WO2017128977 A1 WO 2017128977A1 CN 2017071256 W CN2017071256 W CN 2017071256W WO 2017128977 A1 WO2017128977 A1 WO 2017128977A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- picture
- sub
- sample
- target
- pictures
- Prior art date
Links
- 238000003672 processing method Methods 0.000 title claims abstract description 12
- 238000000034 method Methods 0.000 claims abstract description 17
- 230000011218 segmentation Effects 0.000 claims description 20
- 238000004422 calculation algorithm Methods 0.000 claims description 13
- 239000013598 vector Substances 0.000 claims description 9
- 230000015572 biosynthetic process Effects 0.000 claims description 4
- 238000003786 synthesis reaction Methods 0.000 claims description 4
- 108010001267 Protein Subunits Proteins 0.000 claims description 2
- 238000000638 solvent extraction Methods 0.000 claims description 2
- 238000010586 diagram Methods 0.000 description 5
- 230000008569 process Effects 0.000 description 5
- 230000006870 function Effects 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 230000002194 synthesizing effect Effects 0.000 description 2
- 238000004590 computer program Methods 0.000 description 1
- 230000018109 developmental process Effects 0.000 description 1
- 238000003064 k means clustering Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T3/00—Geometric image transformations in the plane of the image
- G06T3/40—Scaling of whole images or parts thereof, e.g. expanding or contracting
- G06T3/4038—Image mosaicing, e.g. composing plane images from plane sub-images
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/25—Fusion techniques
- G06F18/253—Fusion techniques of extracted features
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/10—Complex mathematical operations
- G06F17/16—Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/23—Clustering techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/50—Image enhancement or restoration using two or more images, e.g. averaging or subtraction
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/174—Segmentation; Edge detection involving the use of two or more images
Definitions
- the present application relates to the field of image processing technologies, and in particular, to a picture processing method and apparatus.
- the present application provides a picture processing method and apparatus.
- a picture processing method comprising:
- the interference factor in the original picture is removed in a plurality of different ways to obtain a plurality of sample pictures
- the determining the target sub-picture in the sample sub-picture of the same attribute includes:
- a sample sub-picture of the same attribute is divided into a plurality of picture sets by using a clustering algorithm, where each picture set includes one or more sample sub-pictures;
- the target sub-picture is determined in the set of pictures including the most sample sub-pictures.
- the determining the mathematical parameters of each sample sub-picture includes:
- determining the target sub-picture includes:
- the sample sub-picture corresponding to the center point in the picture set after clustering is determined as the target sub-picture.
- the combining multiple target sub-pictures of different attributes into the target picture includes:
- a picture processing device comprising:
- the interference removal unit removes the interference factor in the original picture in a plurality of different manners to obtain a plurality of sample pictures
- the picture segmentation unit divides each sample picture into a plurality of sample sub-pictures according to a preset segmentation rule
- a target determining unit that determines a target sub-picture in a sample sub-picture of the same attribute
- the target synthesis unit combines multiple target sub-pictures of different attributes into a target picture.
- the target determining unit includes:
- each picture set includes one or more sample sub-pictures
- the target determining sub-unit determines the target sub-picture in the picture set including the most sample sub-pictures.
- the parameter determining subunit generates an RGB vector for the sample sub-picture as a mathematical parameter of the sample sub-picture according to the RGB information of each pixel point in the sample sub-picture.
- the target determining subunit determines, in the group of pictures that includes the most sample sub-pictures, the sample sub-picture corresponding to the center point in the picture set after the clustering as the target sub-picture.
- the target synthesizing unit combines multiple target sub-pictures of different attributes into a target picture according to position coordinates of each pixel point in the target sub-picture.
- the application can first remove the interference factor in the original picture in a plurality of different manners to obtain a plurality of sample pictures, and then divide the plurality of sample pictures into multiple samples according to a preset segmentation rule. Sub-picture, and determining the target sub-picture in the sample sub-picture of the same attribute, thereby being able to determine the target sub-picture closest to the real image in the plurality of sample sub-pictures of the same attribute, and merging the plurality of target sub-pictures of different attributes For the target image, the obtained target image can highly restore the real image, thereby improving the accuracy of subsequent image recognition.
- FIG. 1 is a schematic flow chart of a picture processing method according to an exemplary embodiment of the present application.
- FIG. 2 is a schematic diagram showing a segmentation of a sample picture according to an exemplary embodiment of the present application.
- FIG. 3 is a schematic flow chart of determining a target sub-picture in a sample sub-picture of the same attribute according to an exemplary embodiment of the present application.
- FIG. 4 is a schematic structural diagram of a picture processing apparatus according to an exemplary embodiment of the present application.
- FIG. 5 is a schematic structural diagram of a picture processing apparatus according to an exemplary embodiment of the present application.
- first, second, third, etc. may be used to describe various information in this application, such information should not be limited to these terms. These terms are only used to distinguish the same type of information from each other.
- first information may also be referred to as the second information without departing from the scope of the present application.
- second information may also be referred to as the first information.
- word "if” as used herein may be interpreted as "when” or “when” or “in response to a determination.”
- image processing algorithms or image processing tools such as Photoshop, may be used to remove the texture or watermark in the original image.
- image processing algorithms or image processing tools such as Photoshop
- the image obtained after descreening or watermarking cannot often restore the image in the original image, thereby affecting the accuracy of subsequent image recognition.
- FIG. 1 is a schematic flow chart of a picture processing method according to an exemplary embodiment of the present application.
- the image processing method may be applied to a terminal, and the terminal may include a smart device such as a smart phone, a tablet computer, or a PDA (Personal Digital Assistant).
- the image processing method can also be applied to the server. This application does not specifically limit this.
- the image processing method may include the following steps:
- step 101 the interference factor in the original picture is removed in a plurality of different manners to obtain a plurality of sample pictures.
- the original picture is usually a picture to be identified, and the original picture includes an interference factor, and the interference factor is usually an interference pattern such as a texture, a watermark, or the like added subsequently on the basis of the real image.
- the interference factor in the original picture may be removed by using multiple different de-interference factors provided in the related art to obtain multiple sample pictures after the interference cancellation factor, for example, by photoshop, etc.
- the image processing software removes interference factors and the like in the original picture.
- Step 102 Divide each sample picture into multiple sample sub-pictures according to a preset segmentation rule.
- each sample picture may be separately divided into a plurality of sub-pictures according to a preset segmentation rule.
- the segmentation may be performed.
- the resulting sub-picture is called a sample sub-picture.
- the preset segmentation rule may be set by a developer, and the preset segmentation rule may be in units of a sample sub-picture size, or may be a unit of a sample sub-picture. There are no special restrictions on this.
- the preset segmentation rule may be to divide the sample picture into 25 sample sub-pictures, for example, divide the sample picture into 25 sample sub-pictures according to a rule of 5 by 5.
- each sample picture is divided into M sample sub-pictures, and a total of N ⁇ M sample sub-pictures can be obtained.
- M and N are both natural numbers greater than one.
- Step 103 Determine a target sub-picture in a sample sub-picture of the same attribute.
- each sample sub-picture includes a corresponding attribute, and the attribute is used to indicate location information of the sample sub-picture in the belonging sample picture.
- picture A is a sample picture obtained after the original picture is de-intercepted.
- the sample picture can be divided into 9 sample sub-pictures of 3 by 3, and these 9 samples
- the attributes of the sub-picture are: A11, A12, A13, A21, ..., A33.
- the segmentation rule shown in FIG. 2 is still taken as an example. It is assumed that the interference factors in the original picture are removed in N different ways, and N sample pictures are obtained, so that a total of N ⁇ 9 sample sub-pictures can be obtained. , wherein the sample sub-pictures with attributes A11 to A33 each have N sheets.
- the target sub-picture with the attribute A11 can be determined in the N sample sub-pictures with the attribute A11, and the genus is determined in the N sample sub-pictures with the attribute A12.
- the target sub-picture of A12, and so on, can determine 9 target sub-pictures with attributes A11 to A33.
- Step 104 Combine multiple target sub-pictures of different attributes into a target picture.
- multiple target sub-pictures of different attributes may be merged into the target picture, for example, the multiple pictures may be according to the attributes of each target sub-picture.
- the target sub-pictures are merged into the target picture, and the multiple target sub-pictures may be merged into the target picture according to the position coordinates of each pixel in each target sub-picture. This application does not specifically limit this.
- 9 target sub-pictures with attributes A11 to A33 can be combined into one target picture.
- the application may first remove the interference factor in the original picture in a plurality of different manners to obtain a plurality of sample pictures, and then divide the plurality of sample pictures into multiple sheets according to a preset segmentation rule.
- a sample sub-picture, and determining a target sub-picture in a sample sub-picture of the same attribute, thereby being able to determine a target sub-picture closest to the real image in a plurality of sample sub-pictures of the same attribute, and multiple target sub-pictures of different attributes By merging into the target image, the obtained target image can highly restore the real image, thereby improving the accuracy of subsequent image recognition.
- the process of determining a target sub-picture in a sample sub-picture of the same attribute may include the following steps:
- Step 301 determining mathematical parameters of each sample sub-picture.
- the mathematical parameters of each sample sub-picture can be determined for subsequent calculation.
- an RGB vector may be generated for the sample sub-picture according to the RGB information of each pixel in the sample sub-picture as a mathematical parameter of the sample sub-picture.
- RGB information of each pixel in the sample sub-picture such as an RGB value
- the sample sub-picture includes K pixel points, wherein the RGB value of the i-th pixel point is R i , and the value of i is 1 to K, and the RGB vector of the sample sub-picture is ⁇ R 1 , R 2 ,..., R K ⁇ .
- Step 302 According to the mathematical parameter, use a clustering algorithm to divide the sample sub-picture of the same attribute into a plurality of picture sets, where each picture set includes one or more sample sub-pictures.
- the plurality of sample sub-pictures may be divided into a plurality of picture sets by using a clustering algorithm.
- the clustering algorithm may include: a DBSCAN clustering algorithm (Density-Based Spatial Clustering of Applications with Noise), a K-means clustering algorithm, etc., which is not specifically limited in this application.
- the scan radius (eps) and the minimum included point number (minPts) may be preset, and each sample sub-picture corresponds to a point in the clustering process, and the minimum included number of points is divided.
- correlation calculation may be performed based on the mathematical parameters of the sample sub-picture, for example, the distance between the RGB vectors of the two sample sub-pictures may be used as the distance between the two sample sub-pictures, and the like.
- Step 303 Determine a target sub-picture in a picture set including a sample sub-picture.
- step 302 After dividing the sample sub-picture of the same attribute into a plurality of picture sets, determining the number of sample sub-pictures included in each picture set, and then determining the target sub-in the picture set including the most sample sub-pictures image.
- the sample sub-picture corresponding to the center point in the picture set after the clustering may be determined as the target sub-picture.
- the clustering algorithm may be used to determine the target sub-picture in the sample sub-picture of the same attribute, thereby ensuring that the determined target sub-picture is closer to the real image.
- the present application also provides an embodiment of a picture processing apparatus.
- the embodiment of the picture processing apparatus of the present application can be applied to a terminal or a server.
- the device embodiment may be implemented by software, or may be implemented by hardware or a combination of hardware and software.
- the processor is located in the terminal or the server of the server to read the corresponding computer program instructions in the non-volatile memory into the memory.
- FIG. 4 a hardware structure diagram of a terminal or a server end of the image processing apparatus of the present application, except for the processor, the memory, the network interface, and the non-volatile memory shown in FIG.
- the terminal or the server where the device is located in the embodiment may also include other hardware according to the actual function of the terminal or the server, and details are not described herein.
- FIG. 5 is a schematic structural diagram of a picture processing apparatus according to an exemplary embodiment of the present application.
- the image processing apparatus 400 may be applied to the terminal or the server shown in FIG. 4, and includes an interference removal unit 401, a picture division unit 402, a target determination unit 403, and a target merging unit 404.
- the target determining unit 403 may further include: a parameter determining subunit 4031, a set dividing subunit 4032, and a target determining subunit 4033.
- the interference removal unit 401 removes interference factors in the original picture in a plurality of different manners to obtain multiple sample pictures.
- the picture segmentation unit 402 divides each sample picture into a plurality of sample sub-pictures according to a preset segmentation rule.
- the target determining unit 403 determines a target sub-picture in a sample sub-picture of the same attribute.
- the target synthesis unit 404 combines multiple target sub-pictures of different attributes into a target picture.
- the parameter determining subunit 4031 determines a mathematical parameter of each sample subpicture.
- the set dividing sub-unit 4032 uses a clustering algorithm to divide the sample sub-picture of the same attribute into a plurality of picture sets, wherein each picture set includes one or more sample sub-pictures .
- the target determining sub-unit 4033 determines a target sub-picture in a picture set including a sample sub-picture.
- the parameter determining subunit 4031 generates an RGB vector for the sample sub-picture as a mathematical parameter of the sample sub-picture according to the RGB information of each pixel point in the sample sub-picture.
- the target determining sub-unit 4033 determines, in the group of pictures that includes the most sample sub-pictures, the sample sub-picture corresponding to the center point in the picture set after the clustering as the target sub-picture.
- the target synthesizing unit 404 combines multiple target sub-pictures of different attributes into a target picture according to position coordinates of each pixel point in the target sub-picture.
- the device embodiment since it basically corresponds to the method embodiment, reference may be made to the partial description of the method embodiment.
- the device embodiments described above are merely illustrative, wherein the units described as separate components may or may not be physically separate, and the components displayed as units may or may not be physical units, ie may be located A place, or it can be distributed to multiple network units. Some or all of the modules may be selected according to actual needs to achieve the objectives of the present application. Those of ordinary skill in the art can understand and implement without any creative effort.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Computer Vision & Pattern Recognition (AREA)
- General Engineering & Computer Science (AREA)
- Mathematical Physics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- Evolutionary Computation (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Artificial Intelligence (AREA)
- Life Sciences & Earth Sciences (AREA)
- Mathematical Optimization (AREA)
- Mathematical Analysis (AREA)
- Computational Mathematics (AREA)
- Pure & Applied Mathematics (AREA)
- Computing Systems (AREA)
- Algebra (AREA)
- Databases & Information Systems (AREA)
- Software Systems (AREA)
- Image Analysis (AREA)
- Image Processing (AREA)
- Apparatus For Radiation Diagnosis (AREA)
- Analysing Materials By The Use Of Radiation (AREA)
Abstract
Description
Claims (10)
- 一种图片处理方法,其特征在于,所述方法包括:采用多种不同的方式去除原始图片中的干扰因子,得到多张样本图片;根据预设的分割规则,分别将每张样本图片分割为多张样本子图片;在相同属性的样本子图片中确定目标子图片;将不同属性的多张目标子图片合并为目标图片。
- 根据权利要求1所述的方法,其特征在于,所述在相同属性的样本子图片中确定目标子图片,包括:确定每个样本子图片的数学参数;根据所述数学参数,采用聚类算法将所述相同属性的样本子图片划分为多个图片集合,其中,每个图片集合中包括有一张或者多张样本子图片;在包括样本子图片最多的图片集合中,确定目标子图片。
- 根据权利要求2所述的方法,其特征在于,所述确定每个样本子图片的数学参数,包括:根据所述样本子图片中各像素点的RGB信息,为所述样本子图片生成RGB向量,作为所述样本子图片的数学参数。
- 根据权利要求2所述的方法,其特征在于,所述在包括样本子图片最多的图片集合中,确定目标子图片,包括:在包括样本子图片最多的图片集合中,将聚类后所述图片集合中的中心点对应的样本子图片确定为所述目标子图片。
- 根据权利要求1所述的方法,其特征在于,所述将不同属性的多张目标子图片合并为目标图片,包括:根据所述目标子图片中各像素点的位置坐标,将不同属性的多张目标子图片合并为目标图片。
- 一种图片处理装置,其特征在于,所述装置包括:干扰去除单元,采用多种不同的方式去除原始图片中的干扰因子,得到多张样本图片;图片分割单元,根据预设的分割规则,分别将每张样本图片分割为多张样本子图片;目标确定单元,在相同属性的样本子图片中确定目标子图片;目标合成单元,将不同属性的多张目标子图片合并为目标图片。
- 根据权利要求1所述的装置,其特征在于,所述目标确定单元,包括:参数确定子单元,确定每个样本子图片的数学参数;集合划分子单元,根据所述数学参数,采用聚类算法将所述相同属性的样本子图片划分为多个图片集合,其中,每个图片集合中包括有一张或者多张样本子图片;目标确定子单元,在包括样本子图片最多的图片集合中,确定目标子图片。
- 根据权利要求7所述的装置,其特征在于,所述参数确定子单元,根据所述样本子图片中各像素点的RGB信息,为所述样本子图片生成RGB向量,作为所述样本子图片的数学参数。
- 根据权利要求7所述的装置,其特征在于,所述目标确定子单元,在包括样本子图片最多的图片集合中,将聚类后所述图片集合中的中心点对应的样本子图片确定为所述目标子图片。
- 根据权利要求6所述的装置,其特征在于,所述目标合成单元,根据所述目标子图片中各像素点的位置坐标,将不同属性的多张目标子图片合并为目标图片。
Priority Applications (8)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018557180A JP6937782B2 (ja) | 2016-01-25 | 2017-01-16 | 画像処理方法及びデバイス |
MYPI2018702589A MY192394A (en) | 2016-01-25 | 2017-01-16 | Image processing method and device |
KR1020187024465A KR102239588B1 (ko) | 2016-01-25 | 2017-01-16 | 이미지 처리 방법 및 장치 |
SG11201806345QA SG11201806345QA (en) | 2016-01-25 | 2017-01-16 | Image processing method and device |
EP17743592.2A EP3410389A4 (en) | 2016-01-25 | 2017-01-16 | METHOD AND DEVICE FOR PROCESSING IMAGES |
US16/043,636 US10706555B2 (en) | 2016-01-25 | 2018-07-24 | Image processing method and device |
PH12018501579A PH12018501579A1 (en) | 2016-01-25 | 2018-07-25 | Image processing method and device |
US16/719,474 US10769795B2 (en) | 2016-01-25 | 2019-12-18 | Image processing method and device |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610049672.0A CN106997580B (zh) | 2016-01-25 | 2016-01-25 | 图片处理方法和装置 |
CN201610049672.0 | 2016-01-25 |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US16/043,636 Continuation US10706555B2 (en) | 2016-01-25 | 2018-07-24 | Image processing method and device |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2017128977A1 true WO2017128977A1 (zh) | 2017-08-03 |
Family
ID=59397393
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2017/071256 WO2017128977A1 (zh) | 2016-01-25 | 2017-01-16 | 图片处理方法和装置 |
Country Status (10)
Country | Link |
---|---|
US (2) | US10706555B2 (zh) |
EP (1) | EP3410389A4 (zh) |
JP (1) | JP6937782B2 (zh) |
KR (1) | KR102239588B1 (zh) |
CN (1) | CN106997580B (zh) |
MY (1) | MY192394A (zh) |
PH (1) | PH12018501579A1 (zh) |
SG (1) | SG11201806345QA (zh) |
TW (1) | TWI711004B (zh) |
WO (1) | WO2017128977A1 (zh) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN106997580B (zh) * | 2016-01-25 | 2020-09-01 | 阿里巴巴集团控股有限公司 | 图片处理方法和装置 |
CN113516328B (zh) * | 2020-07-13 | 2022-09-02 | 阿里巴巴集团控股有限公司 | 数据处理方法、服务提供方法、装置、设备和存储介质 |
KR102473506B1 (ko) * | 2022-06-16 | 2022-12-05 | 김태진 | 뉴럴 네트워크를 이용하여 워터마크가 삽입된 데이터를 제공하는 방법 및 장치 |
CN118400205B (zh) * | 2024-06-28 | 2024-09-10 | 北京国信城研科学技术研究院 | 基于大数据的计算机信息安全处理系统及装置 |
CN118628367A (zh) * | 2024-07-31 | 2024-09-10 | 深圳市一恒科电子科技有限公司 | 热敏打印的图片处理方法、装置、电子设备及存储介质 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100092075A1 (en) * | 2005-12-07 | 2010-04-15 | Drvision Technologies Llc | Method of directed pattern enhancement for flexible recognition |
CN102436589A (zh) * | 2010-09-29 | 2012-05-02 | 中国科学院电子学研究所 | 一种基于多类基元自主学习的复杂目标自动识别方法 |
CN103839275A (zh) * | 2014-03-27 | 2014-06-04 | 中国科学院遥感与数字地球研究所 | 高光谱图像的道路提取方法及装置 |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6075875A (en) * | 1996-09-30 | 2000-06-13 | Microsoft Corporation | Segmentation of image features using hierarchical analysis of multi-valued image data and weighted averaging of segmentation results |
JPH1196297A (ja) * | 1997-09-17 | 1999-04-09 | Hitachi Ltd | 帳票画像処理方法及び帳票画像処理装置 |
JP4077094B2 (ja) * | 1998-12-11 | 2008-04-16 | 富士通株式会社 | カラー文書画像認識装置 |
JP2002190945A (ja) * | 2000-10-12 | 2002-07-05 | Canon Inc | 情報処理装置及びその制御方法及び記憶媒体 |
AU2003903728A0 (en) * | 2003-07-21 | 2003-07-31 | Hao Hang Zheng | Method and system for performing combined image classification storage and rapid retrieval on a computer database |
US7586646B2 (en) * | 2006-04-12 | 2009-09-08 | Xerox Corporation | System for processing and classifying image data using halftone noise energy distribution |
TW201002048A (en) * | 2008-06-30 | 2010-01-01 | Avermedia Information Inc | Document camera and image processing method thereof |
US20120065518A1 (en) * | 2010-09-15 | 2012-03-15 | Schepens Eye Research Institute | Systems and methods for multilayer imaging and retinal injury analysis |
KR20130021616A (ko) * | 2011-08-23 | 2013-03-06 | 삼성전자주식회사 | 다중 측위를 이용한 단말의 측위 장치 및 방법 |
JP5830338B2 (ja) * | 2011-10-07 | 2015-12-09 | 株式会社日立情報通信エンジニアリング | 帳票認識方法および帳票認識装置 |
CN105450411B (zh) * | 2014-08-14 | 2019-01-08 | 阿里巴巴集团控股有限公司 | 利用卡片特征进行身份验证的方法、装置及系统 |
CN106997580B (zh) | 2016-01-25 | 2020-09-01 | 阿里巴巴集团控股有限公司 | 图片处理方法和装置 |
-
2016
- 2016-01-25 CN CN201610049672.0A patent/CN106997580B/zh active Active
- 2016-12-28 TW TW105143649A patent/TWI711004B/zh active
-
2017
- 2017-01-16 WO PCT/CN2017/071256 patent/WO2017128977A1/zh active Application Filing
- 2017-01-16 KR KR1020187024465A patent/KR102239588B1/ko active IP Right Grant
- 2017-01-16 MY MYPI2018702589A patent/MY192394A/en unknown
- 2017-01-16 JP JP2018557180A patent/JP6937782B2/ja active Active
- 2017-01-16 SG SG11201806345QA patent/SG11201806345QA/en unknown
- 2017-01-16 EP EP17743592.2A patent/EP3410389A4/en not_active Ceased
-
2018
- 2018-07-24 US US16/043,636 patent/US10706555B2/en active Active
- 2018-07-25 PH PH12018501579A patent/PH12018501579A1/en unknown
-
2019
- 2019-12-18 US US16/719,474 patent/US10769795B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100092075A1 (en) * | 2005-12-07 | 2010-04-15 | Drvision Technologies Llc | Method of directed pattern enhancement for flexible recognition |
CN102436589A (zh) * | 2010-09-29 | 2012-05-02 | 中国科学院电子学研究所 | 一种基于多类基元自主学习的复杂目标自动识别方法 |
CN103839275A (zh) * | 2014-03-27 | 2014-06-04 | 中国科学院遥感与数字地球研究所 | 高光谱图像的道路提取方法及装置 |
Non-Patent Citations (1)
Title |
---|
See also references of EP3410389A4 * |
Also Published As
Publication number | Publication date |
---|---|
KR20180105210A (ko) | 2018-09-27 |
US10706555B2 (en) | 2020-07-07 |
MY192394A (en) | 2022-08-18 |
TWI711004B (zh) | 2020-11-21 |
JP6937782B2 (ja) | 2021-09-22 |
EP3410389A1 (en) | 2018-12-05 |
JP2019504430A (ja) | 2019-02-14 |
KR102239588B1 (ko) | 2021-04-15 |
SG11201806345QA (en) | 2018-08-30 |
US20190005651A1 (en) | 2019-01-03 |
US10769795B2 (en) | 2020-09-08 |
CN106997580A (zh) | 2017-08-01 |
CN106997580B (zh) | 2020-09-01 |
US20200126238A1 (en) | 2020-04-23 |
TW201732733A (zh) | 2017-09-16 |
EP3410389A4 (en) | 2019-08-21 |
PH12018501579A1 (en) | 2019-04-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2017128977A1 (zh) | 图片处理方法和装置 | |
US20200356818A1 (en) | Logo detection | |
WO2019011249A1 (zh) | 一种图像中物体姿态的确定方法、装置、设备及存储介质 | |
Liu et al. | Real-time robust vision-based hand gesture recognition using stereo images | |
WO2021082801A1 (zh) | 增强现实处理方法及装置、系统、存储介质和电子设备 | |
WO2016155377A1 (zh) | 图片展示方法和装置 | |
US20100250588A1 (en) | Image searching system and image searching method | |
WO2019237745A1 (zh) | 人脸图像处理方法、装置、电子设备及计算机可读存储介质 | |
JP5868816B2 (ja) | 画像処理装置、画像処理方法、及びプログラム | |
US20130236068A1 (en) | Calculating facial image similarity | |
CN111008935B (zh) | 一种人脸图像增强方法、装置、系统及存储介质 | |
US10198533B2 (en) | Registration of multiple laser scans | |
US9865061B2 (en) | Constructing a 3D structure | |
US9531952B2 (en) | Expanding the field of view of photograph | |
WO2023098045A1 (zh) | 图像对齐方法、装置、计算机设备和存储介质 | |
US20230043154A1 (en) | Restoring a video for improved watermark detection | |
US20150185017A1 (en) | Image-based geo-hunt | |
CN108492284B (zh) | 用于确定图像的透视形状的方法和装置 | |
US20230298143A1 (en) | Object removal during video conferencing | |
CN111836058A (zh) | 用于实时视频播放方法、装置、设备以及存储介质 | |
JP6202938B2 (ja) | 画像認識装置および画像認識方法 | |
WO2021051580A1 (zh) | 基于分组批量的图片检测方法、装置及存储介质 | |
KR20210120599A (ko) | 아바타 서비스 제공 방법 및 시스템 | |
CN108446737B (zh) | 用于识别对象的方法和装置 | |
JP2015219756A (ja) | 画像比較方法、装置並びにプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 17743592 Country of ref document: EP Kind code of ref document: A1 |
|
ENP | Entry into the national phase |
Ref document number: 2018557180 Country of ref document: JP Kind code of ref document: A |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
WWE | Wipo information: entry into national phase |
Ref document number: 11201806345Q Country of ref document: SG |
|
ENP | Entry into the national phase |
Ref document number: 20187024465 Country of ref document: KR Kind code of ref document: A |
|
WWE | Wipo information: entry into national phase |
Ref document number: 1020187024465 Country of ref document: KR |
|
WWE | Wipo information: entry into national phase |
Ref document number: 2017743592 Country of ref document: EP |
|
ENP | Entry into the national phase |
Ref document number: 2017743592 Country of ref document: EP Effective date: 20180827 |