JP2012230501A - 画像処理装置、画像処理方法 - Google Patents
画像処理装置、画像処理方法 Download PDFInfo
- Publication number
- JP2012230501A JP2012230501A JP2011097562A JP2011097562A JP2012230501A JP 2012230501 A JP2012230501 A JP 2012230501A JP 2011097562 A JP2011097562 A JP 2011097562A JP 2011097562 A JP2011097562 A JP 2011097562A JP 2012230501 A JP2012230501 A JP 2012230501A
- Authority
- JP
- Japan
- Prior art keywords
- image
- recognition
- learning
- image processing
- feature
- 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.)
- Granted
Links
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
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/21—Design or setup of recognition systems or techniques; Extraction of features in feature space; Blind source separation
- G06F18/211—Selection of the most significant subset of features
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F18/00—Pattern recognition
- G06F18/20—Analysing
- G06F18/23—Clustering techniques
- G06F18/232—Non-hierarchical techniques
- G06F18/2321—Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions
- G06F18/23213—Non-hierarchical techniques using statistics or function optimisation, e.g. modelling of probability density functions with fixed number of clusters, e.g. K-means clustering
-
- 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/70—Arrangements for image or video recognition or understanding using pattern recognition or machine learning
- G06V10/762—Arrangements for image or video recognition or understanding using pattern recognition or machine learning using clustering, e.g. of similar faces in social networks
- G06V10/763—Non-hierarchical techniques, e.g. based on statistics of modelling distributions
-
- 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/24—Aligning, centring, orientation detection or correction of the image
- G06V10/248—Aligning, centring, orientation detection or correction of the image by interactive preprocessing or interactive shape modelling, e.g. feature points assigned by a user
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Data Mining & Analysis (AREA)
- General Physics & Mathematics (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- Software Systems (AREA)
- Multimedia (AREA)
- Life Sciences & Earth Sciences (AREA)
- Probability & Statistics with Applications (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- General Engineering & Computer Science (AREA)
- Medical Informatics (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Databases & Information Systems (AREA)
- Computing Systems (AREA)
- Image Analysis (AREA)
Abstract
【解決手段】 認識対象物をそれぞれ異なる視点位置から撮像して得られる複数枚の画像を取得し、複数の画像のそれぞれについて、該画像上に映っている認識対象物上で設定された箇所を設定箇所として受け付ける。複数の画像のそれぞれについて、該画像上の設定箇所に対して非設定箇所よりも多くの数の特徴点が設定されるように該画像上に複数の特徴点を設定し、特徴点における画像特徴量を用いて認識対象物を学習する。
【選択図】図1
Description
先ず、本実施形態に係る認識システムの機能構成例について、図1のブロック図を用いて説明する。図1に示す如く、認識システムは、認識対象となる物体(認識対象物)の画像を撮像する撮像部A100と、撮像部A100により撮像された画像を用いてこの認識対象物を認識する対象物認識装置A200(画像処理装置)と、を有する。なお、撮像部A100と対象物認識装置A200とは図1に示すように別個の装置であっても良いし、一体型の装置であっても良い。
文献Y : E.Tola, “A Fast Local Descriptor for Dense Matching”, CVPR 2008.
文献Z : K.Mikolajczyk, “A Performance Evaluation of Local Descriptors”, PAMI, 27(10) 2004, pp.1615-1630.
以下では、画像中に設定した特徴点の総数をNとすると、i(1≦i≦N)番目の特徴点を特徴点fiと表記し、特徴点fiの画像中の座標位置を(xi、yi)と表記する。また、特徴点fiについて抽出された特徴量のベクトル(特徴量ベクトル)を特徴量ベクトルFiと表記する。
・ クラスタkにクラスタリングされたそれぞれの特徴点fiの特徴量ベクトルFiのうち規定の基準に従って選択された代表特徴量ベクトルFk’
・ クラスタkにクラスタリングされたそれぞれの特徴点fiの座標位置(xi、yi)
・ クラスタkにクラスタリングされたそれぞれの特徴点fiから基準点OjへのベクトルMij
・ 認識対象物のクラスを示すインデックスIDi
ステップS130で認識部A240は、撮像部A100が新たに認識対象物の撮像画像を撮像すると、識別器保持部A231に格納されているクラスタリング情報(学習結果)を用いて、この撮像画像中に映っている認識対象物を認識する処理を行う。ステップS130における処理の詳細について、同処理のフローチャートを示す図11を用いて説明する。
本実施形態は、上記のステップS120及びステップS130における処理のみが第1の実施形態と異なる。然るに、以下では、第1の実施形態と同じ点については説明を省略し、第1の実施形態と異なる点のみについて説明する。
本実施形態は、上記のステップS110及びステップS120における処理のみが第1の実施形態と異なる。然るに、以下では、第1の実施形態と同じ点については説明を省略し、第1の実施形態と異なる点のみについて説明する。
本実施形態は、上記のステップS110及びステップS120における処理のみが第2の実施形態と異なる。然るに、以下では、第2の実施形態と同じ点については説明を省略し、第2の実施形態と異なる点のみについて説明する。
また、本発明は、以下の処理を実行することによっても実現される。即ち、上述した実施形態の機能を実現するソフトウェア(プログラム)を、ネットワーク又は各種記憶媒体を介してシステム或いは装置に供給し、そのシステム或いは装置のコンピュータ(またはCPUやMPU等)がプログラムを読み出して実行する処理である。
Claims (7)
- 認識対象物の画像を取得する取得手段と、
前記画像について、前記認識対象物の認識に有用な箇所を設定箇所として受け付ける受け付け手段と、
前記画像について、該画像上の設定箇所の特徴点における画像特徴量を、非設定箇所の特徴点における画像特徴量よりも重点的に用いて前記認識対象物を学習する学習手段と
を備えることを特徴とする画像処理装置。 - 更に、
前記学習手段による学習結果を用いて、前記認識対象物を新たに撮像した画像中に映っている前記認識対象物を認識する手段と
を備えることを特徴とする請求項1に記載の画像処理装置。 - 前記学習手段は、前記設定箇所に対して前記非設定箇所よりも多くの特徴点を設定し、前記設定箇所、前記非設定箇所のそれぞれに設定された特徴点における画像特徴量を用いて前記認識対象物を学習する
ことを特徴とする請求項1又は2に記載の画像処理装置。 - 前記学習手段は、前記設定箇所に対して前記非設定箇所よりも大きい重み値で投票し、該投票の結果に応じて前記認識対象物を学習する
ことを特徴とする請求項1又は2に記載の画像処理装置。 - 更に、前記非設定箇所のうち着目箇所の指定を受け付ける手段を備え、
前記学習手段は、前記着目箇所以外の箇所に設定されている特徴点における画像特徴量を用いて前記認識対象物を学習する
ことを特徴とする請求項1乃至4の何れか1項に記載の画像処理装置。 - 画像処理装置が行う画像処理方法であって、
前記画像処理装置の取得手段が、認識対象物の画像を取得する取得工程と、
前記画像処理装置の受け付け手段が、前記画像について、前記認識対象物の認識に有用な箇所を設定箇所として受け付ける受け付け工程と、
前記画像処理装置の学習手段が、前記画像について、該画像上の設定箇所の特徴点における画像特徴量を、非設定箇所の特徴点における画像特徴量よりも重点的に用いて前記認識対象物を学習する学習工程と
を備えることを特徴とする画像処理方法。 - コンピュータを、請求項1乃至5の何れか1項に記載の画像処理装置の各手段として機能させるためのコンピュータプログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011097562A JP5746550B2 (ja) | 2011-04-25 | 2011-04-25 | 画像処理装置、画像処理方法 |
US13/454,442 US9245199B2 (en) | 2011-04-25 | 2012-04-24 | Image processing apparatus and image processing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011097562A JP5746550B2 (ja) | 2011-04-25 | 2011-04-25 | 画像処理装置、画像処理方法 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2012230501A true JP2012230501A (ja) | 2012-11-22 |
JP2012230501A5 JP2012230501A5 (ja) | 2014-06-05 |
JP5746550B2 JP5746550B2 (ja) | 2015-07-08 |
Family
ID=47021369
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011097562A Active JP5746550B2 (ja) | 2011-04-25 | 2011-04-25 | 画像処理装置、画像処理方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US9245199B2 (ja) |
JP (1) | JP5746550B2 (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2015099016A1 (ja) * | 2013-12-26 | 2015-07-02 | 日本電気株式会社 | 画像処理装置、被写体識別方法及びプログラム |
CN108108655A (zh) * | 2016-11-25 | 2018-06-01 | 东芝泰格有限公司 | 物品识别装置及控制方法、终端设备 |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5746550B2 (ja) * | 2011-04-25 | 2015-07-08 | キヤノン株式会社 | 画像処理装置、画像処理方法 |
JP6074272B2 (ja) * | 2013-01-17 | 2017-02-01 | キヤノン株式会社 | 画像処理装置および画像処理方法 |
JP6884517B2 (ja) | 2016-06-15 | 2021-06-09 | キヤノン株式会社 | 情報処理装置、情報処理方法及びプログラム |
JP7278088B2 (ja) | 2019-01-31 | 2023-05-19 | キヤノン株式会社 | 情報処理装置、情報処理方法、及びプログラム |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0869533A (ja) * | 1994-06-14 | 1996-03-12 | Nippon Telegr & Teleph Corp <Ntt> | 画像検査/認識方法、これに用いる参照データ作成方法およびこれらの装置 |
JP2005293096A (ja) * | 2004-03-31 | 2005-10-20 | Fuji Photo Film Co Ltd | 特定領域検出方法、特定領域検出装置、およびプログラム |
JP2006318214A (ja) * | 2005-05-12 | 2006-11-24 | Omron Corp | 特徴量取得装置及び変換装置 |
JP2007087346A (ja) * | 2005-09-26 | 2007-04-05 | Canon Inc | 情報処理装置及びその制御方法、コンピュータプログラム、記憶媒体 |
JP2007249280A (ja) * | 2006-03-13 | 2007-09-27 | Omron Corp | 特徴点検出装置、特徴点検出方法および特徴点検出プログラム |
JP2009053916A (ja) * | 2007-08-27 | 2009-03-12 | Sony Corp | 顔画像処理装置及び顔画像処理方法、並びにコンピュータ・プログラム |
JP2010061415A (ja) * | 2008-09-04 | 2010-03-18 | Sony Corp | 学習装置および方法、認識装置および方法、並びにプログラム |
JP2010282276A (ja) * | 2009-06-02 | 2010-12-16 | Nippon Telegr & Teleph Corp <Ntt> | 映像認識理解装置、映像認識理解方法、及びプログラム |
JP2011505601A (ja) * | 2007-11-29 | 2011-02-24 | 株式会社東芝 | 映像処理方法および映像処理装置 |
Family Cites Families (48)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5680481A (en) * | 1992-05-26 | 1997-10-21 | Ricoh Corporation | Facial feature extraction method and apparatus for a neural network acoustic and visual speech recognition system |
US6895112B2 (en) * | 2001-02-13 | 2005-05-17 | Microsoft Corporation | Red-eye detection based on red region detection with eye confirmation |
DE10145608B4 (de) * | 2001-09-15 | 2006-01-26 | Eads Deutschland Gmbh | Modellbasierte Objektklassifikation und Zielerkennung |
US7058209B2 (en) * | 2001-09-20 | 2006-06-06 | Eastman Kodak Company | Method and computer program product for locating facial features |
US7155058B2 (en) * | 2002-04-24 | 2006-12-26 | Hewlett-Packard Development Company, L.P. | System and method for automatically detecting and correcting red eye |
US7035462B2 (en) * | 2002-08-29 | 2006-04-25 | Eastman Kodak Company | Apparatus and method for processing digital images having eye color defects |
AU2003289116A1 (en) * | 2002-12-16 | 2004-07-09 | Canon Kabushiki Kaisha | Pattern identification method, device thereof, and program thereof |
US7593550B2 (en) * | 2005-01-26 | 2009-09-22 | Honeywell International Inc. | Distance iris recognition |
US7376270B2 (en) * | 2003-12-29 | 2008-05-20 | Canon Kabushiki Kaisha | Detecting human faces and detecting red eyes |
US8535236B2 (en) * | 2004-03-19 | 2013-09-17 | Fraunhofer-Gesellschaft Zur Foerderung Der Angewandten Forschung E.V. | Apparatus and method for analyzing a sound signal using a physiological ear model |
JP4373828B2 (ja) * | 2004-03-22 | 2009-11-25 | 富士フイルム株式会社 | 特定領域検出方法、特定領域検出装置、およびプログラム |
US7483553B2 (en) * | 2004-03-29 | 2009-01-27 | Microsoft Corporation | Caricature exaggeration |
JP2005352900A (ja) * | 2004-06-11 | 2005-12-22 | Canon Inc | 情報処理装置、情報処理方法、パターン認識装置、及びパターン認識方法 |
US7689008B2 (en) * | 2005-06-10 | 2010-03-30 | Delphi Technologies, Inc. | System and method for detecting an eye |
CN100343874C (zh) * | 2005-07-11 | 2007-10-17 | 北京中星微电子有限公司 | 基于语音的彩色人脸合成方法、系统及其着色方法、装置 |
US20070036438A1 (en) * | 2005-08-15 | 2007-02-15 | Lexmark International, Inc. | Methods and systems for identifying red eye pairs |
US7697752B2 (en) * | 2005-12-20 | 2010-04-13 | General Instrument Corporation | Method and apparatus for performing object detection |
JP4549997B2 (ja) * | 2006-03-30 | 2010-09-22 | 富士フイルム株式会社 | 赤目検出装置、赤目検出方法、および赤目検出プログラム |
US7925117B2 (en) * | 2006-06-27 | 2011-04-12 | Honeywell International Inc. | Fusion of sensor data and synthetic data to form an integrated image |
US7403643B2 (en) * | 2006-08-11 | 2008-07-22 | Fotonation Vision Limited | Real-time face tracking in a digital image acquisition device |
JP4305672B2 (ja) * | 2006-11-21 | 2009-07-29 | ソニー株式会社 | 個人識別装置、個人識別方法、識別用辞書データの更新方法および識別用辞書データの更新プログラム |
JP5010905B2 (ja) * | 2006-12-13 | 2012-08-29 | パナソニック株式会社 | 顔認証装置 |
JP4895797B2 (ja) * | 2006-12-26 | 2012-03-14 | アイシン精機株式会社 | 瞼検出装置、瞼検出方法及びプログラム |
US20080166052A1 (en) * | 2007-01-10 | 2008-07-10 | Toshinobu Hatano | Face condition determining device and imaging device |
KR100851981B1 (ko) * | 2007-02-14 | 2008-08-12 | 삼성전자주식회사 | 비디오 영상에서 실 객체 판별 방법 및 장치 |
JP4668220B2 (ja) * | 2007-02-20 | 2011-04-13 | ソニー株式会社 | 画像処理装置および画像処理方法、並びにプログラム |
JP4988408B2 (ja) | 2007-04-09 | 2012-08-01 | 株式会社デンソー | 画像認識装置 |
US8208700B2 (en) * | 2007-05-15 | 2012-06-26 | Three Palm Software | Mass spicules detection and tracing from digital mammograms |
US20100104155A1 (en) * | 2007-08-06 | 2010-04-29 | Shoupu Chen | Method for detection of linear structures and microcalcifications in mammographic images |
JP4636064B2 (ja) * | 2007-09-18 | 2011-02-23 | ソニー株式会社 | 画像処理装置および画像処理方法、並びにプログラム |
US8391596B2 (en) * | 2007-10-17 | 2013-03-05 | Qualcomm Incorporated | Effective red eye removal in digital images without face detection |
JP2009037640A (ja) | 2008-10-06 | 2009-02-19 | Toshiba Corp | パターン認識装置および特徴抽出パラメータの生成方法 |
US8385656B2 (en) * | 2008-10-23 | 2013-02-26 | Canon Kabushiki Kaisha | Image processing apparatus, image processing method and program |
US8401248B1 (en) * | 2008-12-30 | 2013-03-19 | Videomining Corporation | Method and system for measuring emotional and attentional response to dynamic digital media content |
JP4710978B2 (ja) * | 2009-01-09 | 2011-06-29 | ソニー株式会社 | 対象物検出装置、撮像装置、対象物検出方法およびプログラム |
JP2010226558A (ja) * | 2009-03-25 | 2010-10-07 | Sony Corp | 画像処理装置、画像処理方法、及び、プログラム |
JP5269707B2 (ja) * | 2009-07-01 | 2013-08-21 | 富士フイルム株式会社 | 画像合成装置及び方法 |
EP2491534A1 (en) * | 2009-10-19 | 2012-08-29 | Hewlett-Packard Development Company, L.P. | Red eye detection aided by face detection |
KR101032446B1 (ko) * | 2009-11-26 | 2011-05-03 | 광주과학기술원 | 영상의 정점 검출 장치 및 방법 |
WO2011086889A1 (ja) * | 2010-01-12 | 2011-07-21 | 日本電気株式会社 | 特徴点選択システム、特徴点選択方法および特徴点選択プログラム |
JP5661453B2 (ja) * | 2010-02-04 | 2015-01-28 | 株式会社東芝 | 画像処理装置、超音波診断装置、及び画像処理方法 |
JP5394296B2 (ja) * | 2010-03-25 | 2014-01-22 | 富士フイルム株式会社 | 撮像装置及び画像処理方法 |
EP2569721A4 (en) * | 2010-05-14 | 2013-11-27 | Datalogic Adc Inc | SYSTEMS AND METHODS FOR OBJECT DETECTION USING A LARGE DATABASE |
TWI420906B (zh) * | 2010-10-13 | 2013-12-21 | Ind Tech Res Inst | 興趣區域之追蹤系統與方法及電腦程式產品 |
KR20120044484A (ko) * | 2010-10-28 | 2012-05-08 | 삼성전자주식회사 | 이미지 처리 시스템에서 물체 추적 장치 및 방법 |
JP5954712B2 (ja) * | 2011-01-13 | 2016-07-20 | パナソニックIpマネジメント株式会社 | 画像処理装置、画像処理方法、及びそのプログラム |
JP5746550B2 (ja) * | 2011-04-25 | 2015-07-08 | キヤノン株式会社 | 画像処理装置、画像処理方法 |
JP5906071B2 (ja) * | 2011-12-01 | 2016-04-20 | キヤノン株式会社 | 情報処理方法、情報処理装置、および記憶媒体 |
-
2011
- 2011-04-25 JP JP2011097562A patent/JP5746550B2/ja active Active
-
2012
- 2012-04-24 US US13/454,442 patent/US9245199B2/en active Active
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0869533A (ja) * | 1994-06-14 | 1996-03-12 | Nippon Telegr & Teleph Corp <Ntt> | 画像検査/認識方法、これに用いる参照データ作成方法およびこれらの装置 |
JP2005293096A (ja) * | 2004-03-31 | 2005-10-20 | Fuji Photo Film Co Ltd | 特定領域検出方法、特定領域検出装置、およびプログラム |
JP2006318214A (ja) * | 2005-05-12 | 2006-11-24 | Omron Corp | 特徴量取得装置及び変換装置 |
JP2007087346A (ja) * | 2005-09-26 | 2007-04-05 | Canon Inc | 情報処理装置及びその制御方法、コンピュータプログラム、記憶媒体 |
JP2007249280A (ja) * | 2006-03-13 | 2007-09-27 | Omron Corp | 特徴点検出装置、特徴点検出方法および特徴点検出プログラム |
JP2009053916A (ja) * | 2007-08-27 | 2009-03-12 | Sony Corp | 顔画像処理装置及び顔画像処理方法、並びにコンピュータ・プログラム |
JP2011505601A (ja) * | 2007-11-29 | 2011-02-24 | 株式会社東芝 | 映像処理方法および映像処理装置 |
JP2010061415A (ja) * | 2008-09-04 | 2010-03-18 | Sony Corp | 学習装置および方法、認識装置および方法、並びにプログラム |
JP2010282276A (ja) * | 2009-06-02 | 2010-12-16 | Nippon Telegr & Teleph Corp <Ntt> | 映像認識理解装置、映像認識理解方法、及びプログラム |
Non-Patent Citations (1)
Title |
---|
永崎 健、該3名: ""適応型画像ベクトル照合に基づく金券識別"", 電子情報通信学会技術研究報告, vol. 105, no. 614, JPN6015001805, 16 February 2006 (2006-02-16), JP, pages 19 - 24, ISSN: 0002987936 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2015099016A1 (ja) * | 2013-12-26 | 2015-07-02 | 日本電気株式会社 | 画像処理装置、被写体識別方法及びプログラム |
JPWO2015099016A1 (ja) * | 2013-12-26 | 2017-03-23 | 日本電気株式会社 | 画像処理装置、被写体識別方法及びプログラム |
US9798955B2 (en) | 2013-12-26 | 2017-10-24 | Nec Corporation | Image processing apparatus, photographic subject identifying method and program |
CN108108655A (zh) * | 2016-11-25 | 2018-06-01 | 东芝泰格有限公司 | 物品识别装置及控制方法、终端设备 |
CN108108655B (zh) * | 2016-11-25 | 2022-04-05 | 东芝泰格有限公司 | 物品识别装置及控制方法、终端设备 |
Also Published As
Publication number | Publication date |
---|---|
US9245199B2 (en) | 2016-01-26 |
US20120269392A1 (en) | 2012-10-25 |
JP5746550B2 (ja) | 2015-07-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN107784282B (zh) | 对象属性的识别方法、装置及系统 | |
US10140575B2 (en) | Sports formation retrieval | |
CN105243374B (zh) | 三维人脸识别方法、系统及应用其的数据处理装置 | |
Zhou et al. | Hierarchical gaussianization for image classification | |
KR101481225B1 (ko) | 안면 특징 벡터 구성 | |
JP5746550B2 (ja) | 画像処理装置、画像処理方法 | |
WO2017024963A1 (zh) | 图像识别方法、度量学习方法、图像来源识别方法及装置 | |
CN112052186B (zh) | 目标检测方法、装置、设备以及存储介质 | |
CN107122752B (zh) | 一种人体动作比对方法及装置 | |
JP5963609B2 (ja) | 画像処理装置、画像処理方法 | |
CN109460734B (zh) | 基于层次动态深度投影差值图像表示的视频行为识别方法及系统 | |
JP2015207280A (ja) | 目標識別方法及び目標識別装置 | |
AU2018202767B2 (en) | Data structure and algorithm for tag less search and svg retrieval | |
CN103514432A (zh) | 人脸特征提取方法、设备和计算机程序产品 | |
CN108536780B (zh) | 一种基于触觉纹理特征的跨模态物体材质检索方法 | |
JP2015191426A (ja) | 学習データ生成装置 | |
JP6071002B2 (ja) | 信頼度取得装置、信頼度取得方法および信頼度取得プログラム | |
CN104766062A (zh) | 基于轻量级智能终端的人脸识别系统及注册、识别方法 | |
JP6128910B2 (ja) | 学習装置、学習方法及びプログラム | |
CN109740417A (zh) | 发票类型识别方法、装置、存储介质和计算机设备 | |
JP2016014954A (ja) | 手指形状の検出方法、そのプログラム、そのプログラムの記憶媒体、及び、手指の形状を検出するシステム。 | |
CN110751027A (zh) | 一种基于深度多示例学习的行人重识别方法 | |
CN111832579B (zh) | 地图兴趣点数据处理方法、装置、电子设备以及可读介质 | |
Lopes et al. | Spherical blurred shape model for 3-D object and pose recognition: Quantitative analysis and HCI applications in smart environments | |
CN111382791B (zh) | 深度学习任务处理方法、图像识别任务处理方法和装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140418 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140418 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20150115 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150123 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150310 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20150410 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150508 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5746550 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |