JPWO2017203705A1 - 画像処理装置、画像処理方法及び画像処理プログラム - Google Patents
画像処理装置、画像処理方法及び画像処理プログラム Download PDFInfo
- Publication number
- JPWO2017203705A1 JPWO2017203705A1 JP2017515261A JP2017515261A JPWO2017203705A1 JP WO2017203705 A1 JPWO2017203705 A1 JP WO2017203705A1 JP 2017515261 A JP2017515261 A JP 2017515261A JP 2017515261 A JP2017515261 A JP 2017515261A JP WO2017203705 A1 JPWO2017203705 A1 JP WO2017203705A1
- Authority
- JP
- Japan
- Prior art keywords
- image
- combination
- image processing
- target
- processing apparatus
- 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
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/11—Region-based segmentation
-
- 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
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/10—Segmentation; Edge detection
- G06T7/136—Segmentation; Edge detection involving thresholding
-
- 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/143—Segmentation; Edge detection involving probabilistic approaches, e.g. Markov random field [MRF] modelling
-
- 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/187—Segmentation; Edge detection involving region growing; involving region merging; involving connected component labelling
-
- 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/194—Segmentation; Edge detection involving foreground-background segmentation
-
- 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/255—Detecting or recognising potential candidate objects based on visual cues, e.g. shapes
-
- 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
-
- 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
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/10—Image acquisition modality
- G06T2207/10024—Color image
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20072—Graph-based image processing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T2207/00—Indexing scheme for image analysis or image enhancement
- G06T2207/20—Special algorithmic details
- G06T2207/20076—Probabilistic image processing
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Probability & Statistics with Applications (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Multimedia (AREA)
- Artificial Intelligence (AREA)
- Evolutionary Computation (AREA)
- General Health & Medical Sciences (AREA)
- Medical Informatics (AREA)
- Databases & Information Systems (AREA)
- Computing Systems (AREA)
- Health & Medical Sciences (AREA)
- Life Sciences & Earth Sciences (AREA)
- Bioinformatics & Cheminformatics (AREA)
- Bioinformatics & Computational Biology (AREA)
- Evolutionary Biology (AREA)
- General Engineering & Computer Science (AREA)
- Image Analysis (AREA)
Abstract
Description
Claims (12)
- 処理対象の画像である対象画像を取得する画像取得手段と、
画素値の所定の色類似性に基づくクラスタリングにより、前記対象画像から複数の部分領域を抽出する抽出手段と、
前記複数の部分領域のうちの1以上の部分領域の組み合わせからなる組み合わせ画像を複数生成する生成手段と、
前記組み合わせ画像を構成する前記部分領域により形成される形状の、抽出対象のオブジェクトの形状としての尤もらしさを示すスコアを、前記組み合わせ画像のそれぞれに対して算出する算出手段と、
前記スコアが最も高い組み合わせ画像を、前記対象画像における前記オブジェクトが表されているオブジェクト領域として特定する処理対象領域情報を出力する出力手段と、
を備える画像処理装置。 - 前記生成手段は、前記対象画像における外縁部に位置する部分領域を前記組み合わせ画像の生成に用いない、
請求項1に記載の画像処理装置。 - 前記生成手段は、所定範囲の画素値の画素を含む部分領域を前記組み合わせ画像の生成に用いない、
請求項1または2に記載の画像処理装置。 - 前記所定範囲の画素値は、人の肌の色を表す画素値である、請求項3に記載の画像処理装置。
- 前記算出手段は、前記組み合わせ画像を構成する複数の部分領域の位置が所定の程度以上互いに離間している場合には、該組み合わせ画像の前記スコアを算出しない、
請求項1〜4のいずれか一項に記載の画像処理装置。 - 前記処理対象領域情報に基づいて、前記対象画像から前記オブジェクトを抽出するオブジェクト抽出手段をさらに有する、
請求項1〜5のいずれか一項に記載の画像処理装置。 - 前記オブジェクト抽出手段は、Grabcut法により前記オブジェクトを抽出する、
請求項6に記載の画像処理装置。 - 前記算出手段は、予め記憶している前記オブジェクトの形状に対する、前記部分領域により形成される形状の一致の度合いに基づいて、前記スコアを算出する、
請求項1〜7のいずれか一項に記載の画像処理装置。 - 前記出力手段は、
前記算出手段により算出された各組み合わせ画像の前記スコアのうち最も高いスコアが所定値以上である場合に、前記処理対象領域情報を出力し、
前記算出手段により算出された各組み合わせ画像の前記スコアのうち最も高いスコアが所定値未満である場合に、前記対象画像に抽出対象のオブジェクトが表されていないと判断し、前記処理対象領域情報を出力しない、
請求項1〜8のいずれか一項に記載の画像処理装置。 - 前記出力手段は、前記対象画像に抽出対象のオブジェクトが表されていないことを通知する情報を出力する、請求項9に記載の画像処理装置。
- 画像処理装置における画像処理方法であって、
処理対象の画像である対象画像を取得する画像取得ステップと、
画素値の所定の色類似性に基づくクラスタリングにより、前記対象画像から複数の部分領域を抽出する抽出ステップと、
前記複数の部分領域のうちの1以上の部分領域の組み合わせからなる組み合わせ画像を複数生成する生成ステップと、
前記組み合わせ画像を構成する前記部分領域により形成される形状の、抽出対象のオブジェクトの形状としての尤もらしさを示すスコアを、前記組み合わせ画像のそれぞれに対して算出する算出ステップと、
前記スコアが最も高い組み合わせ画像を、前記対象画像における前記オブジェクトが表されているオブジェクト領域として特定する処理対象領域情報を出力する出力ステップと、
を有する画像処理方法。 - コンピュータを、
処理対象の画像である対象画像を取得する画像取得手段、
画素値の所定の色類似性に基づくクラスタリングにより、前記対象画像から複数の部分領域を抽出する抽出手段、
前記複数の部分領域のうちの1以上の部分領域の組み合わせからなる組み合わせ画像を複数生成する生成手段、
前記組み合わせ画像を構成する前記部分領域により形成される形状の、抽出対象のオブジェクトの形状としての尤もらしさを示すスコアを、前記組み合わせ画像のそれぞれに対して算出する算出手段、及び、
前記スコアが最も高い組み合わせ画像を、前記対象画像における前記オブジェクトが表されているオブジェクト領域として特定する処理対象領域情報を出力する出力手段、
として機能させる画像処理プログラム。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2016/065771 WO2017203705A1 (ja) | 2016-05-27 | 2016-05-27 | 画像処理装置、画像処理方法及び画像処理プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP6148426B1 JP6148426B1 (ja) | 2017-06-14 |
JPWO2017203705A1 true JPWO2017203705A1 (ja) | 2018-06-07 |
Family
ID=59061275
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2017515261A Active JP6148426B1 (ja) | 2016-05-27 | 2016-05-27 | 画像処理装置、画像処理方法及び画像処理プログラム |
Country Status (4)
Country | Link |
---|---|
US (1) | US10810744B2 (ja) |
EP (1) | EP3467769B1 (ja) |
JP (1) | JP6148426B1 (ja) |
WO (1) | WO2017203705A1 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7019007B1 (ja) * | 2020-09-28 | 2022-02-14 | 楽天グループ株式会社 | 照合システム、照合方法及びプログラム |
Family Cites Families (50)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6952286B2 (en) * | 2000-12-07 | 2005-10-04 | Eastman Kodak Company | Doubleprint photofinishing service with the second print having subject content-based modifications |
JP3621065B2 (ja) * | 2000-12-25 | 2005-02-16 | 松下電器産業株式会社 | 画像検出装置、プログラムおよび記録媒体 |
KR100450793B1 (ko) * | 2001-01-20 | 2004-10-01 | 삼성전자주식회사 | 영역 분할된 영상의 영역 특징치 정합에 기초한객체추출장치 및 그 방법 |
US20020186875A1 (en) * | 2001-04-09 | 2002-12-12 | Burmer Glenna C. | Computer methods for image pattern recognition in organic material |
US8068595B2 (en) * | 2002-03-15 | 2011-11-29 | Intellisist, Inc. | System and method for providing a multi-modal communications infrastructure for automated call center operation |
JP2005250786A (ja) * | 2004-03-03 | 2005-09-15 | Tateyama Machine Kk | 画像認識方法 |
JP2010055194A (ja) * | 2008-08-26 | 2010-03-11 | Sony Corp | 画像処理装置および方法、学習装置および方法、並びにプログラム |
JP5684488B2 (ja) * | 2009-04-20 | 2015-03-11 | 富士フイルム株式会社 | 画像処理装置、画像処理方法およびプログラム |
JP5284863B2 (ja) * | 2009-04-30 | 2013-09-11 | 独立行政法人理化学研究所 | 画像処理装置、画像処理方法およびプログラム |
JP2011090466A (ja) * | 2009-10-21 | 2011-05-06 | Sony Corp | 情報処理装置及び方法、並びにプログラム |
US20120230583A1 (en) * | 2009-11-20 | 2012-09-13 | Nec Corporation | Object region extraction device, object region extraction method, and computer-readable medium |
WO2011091717A1 (en) * | 2010-01-29 | 2011-08-04 | The Hong Kong University Of Science And Technology | Architectural pattern detection and modeling in images |
JP5615088B2 (ja) * | 2010-08-18 | 2014-10-29 | キヤノン株式会社 | 画像処理装置及びその方法、プログラム、並びに撮像装置 |
JP5567448B2 (ja) * | 2010-10-15 | 2014-08-06 | Kddi株式会社 | 画像領域分割装置、画像領域分割方法および画像領域分割プログラム |
US8675957B2 (en) * | 2010-11-18 | 2014-03-18 | Ebay, Inc. | Image quality assessment to merchandise an item |
JP5537492B2 (ja) * | 2011-05-12 | 2014-07-02 | 富士重工業株式会社 | 環境認識装置 |
JP5726646B2 (ja) * | 2011-06-10 | 2015-06-03 | 株式会社東芝 | 画像処理装置、方法、及びプログラム |
WO2013044407A1 (en) * | 2011-09-27 | 2013-04-04 | Hewlett-Packard Development Company, L.P. | Retrieving visual media |
JP4922472B1 (ja) * | 2011-09-29 | 2012-04-25 | 楽天株式会社 | 情報処理装置、情報処理方法、情報処理装置用プログラム、および、記録媒体 |
JP5840940B2 (ja) * | 2011-12-16 | 2016-01-06 | パナソニック インテレクチュアル プロパティ コーポレーション オブアメリカPanasonic Intellectual Property Corporation of America | 画像領域抽出装置、画像領域抽出方法、および画像領域抽出プログラム |
US9025876B2 (en) * | 2012-03-05 | 2015-05-05 | Thomson Licensing | Method and apparatus for multi-label segmentation |
GB2501473A (en) * | 2012-04-23 | 2013-10-30 | Clothes Network Ltd | Image based clothing search and virtual fitting |
JP5968098B2 (ja) * | 2012-06-14 | 2016-08-10 | キヤノン株式会社 | 画像処理装置、画像処理方法、プログラム、及び記憶媒体 |
JP6183038B2 (ja) * | 2012-11-15 | 2017-08-23 | 株式会社リコー | 領域抽出装置、領域抽出方法およびプログラム |
JP2014164656A (ja) * | 2013-02-27 | 2014-09-08 | Ricoh Co Ltd | 画像処理方法およびプログラム |
JP2014203157A (ja) * | 2013-04-02 | 2014-10-27 | キヤノン株式会社 | 画像処理装置、画像処理方法及びプログラム |
EP2790152B1 (en) * | 2013-04-12 | 2015-12-02 | Alcatel Lucent | Method and device for automatic detection and tracking of one or multiple objects of interest in a video |
US9460518B2 (en) * | 2013-04-17 | 2016-10-04 | Yahoo! Inc. | Visual clothing retrieval |
US20150317511A1 (en) * | 2013-11-07 | 2015-11-05 | Orbeus, Inc. | System, method and apparatus for performing facial recognition |
US9129191B2 (en) * | 2013-12-16 | 2015-09-08 | Adobe Systems Incorporated | Semantic object selection |
CN105940392B (zh) * | 2014-02-19 | 2019-09-27 | 高通股份有限公司 | 装置的图像编辑技术 |
US20150363660A1 (en) * | 2014-06-12 | 2015-12-17 | Asap54.Com Ltd | System for automated segmentation of images through layout classification |
WO2016004330A1 (en) * | 2014-07-03 | 2016-01-07 | Oim Squared Inc. | Interactive content generation |
US9092691B1 (en) * | 2014-07-18 | 2015-07-28 | Median Technologies | System for computing quantitative biomarkers of texture features in tomographic images |
WO2016029399A1 (en) * | 2014-08-28 | 2016-03-03 | Qualcomm Incorporated | Object selection based on region of interest fusion |
US9443162B2 (en) * | 2014-09-25 | 2016-09-13 | Aricent Holdings Luxembourg S.A.R.L. | Intelligent background selection and image segmentation |
CN105631455B (zh) * | 2014-10-27 | 2019-07-05 | 阿里巴巴集团控股有限公司 | 一种图像主体提取方法及系统 |
US9483704B2 (en) * | 2014-12-10 | 2016-11-01 | Ricoh Co., Ltd. | Realogram scene analysis of images: superpixel scene analysis |
US10127439B2 (en) * | 2015-01-15 | 2018-11-13 | Samsung Electronics Co., Ltd. | Object recognition method and apparatus |
WO2016123538A1 (en) * | 2015-01-29 | 2016-08-04 | Clear Research Corporation | Mobile visual commerce system |
CN105989174B (zh) * | 2015-03-05 | 2019-11-01 | 欧姆龙株式会社 | 关注区域提取装置以及关注区域提取方法 |
CN106295666B (zh) * | 2015-05-14 | 2020-03-03 | 佳能株式会社 | 获取分类器、检测对象的方法和装置及图像处理设备 |
US9563962B2 (en) * | 2015-05-19 | 2017-02-07 | Personify, Inc. | Methods and systems for assigning pixels distance-cost values using a flood fill technique |
US10311302B2 (en) * | 2015-08-31 | 2019-06-04 | Cape Analytics, Inc. | Systems and methods for analyzing remote sensing imagery |
US9741125B2 (en) * | 2015-10-28 | 2017-08-22 | Intel Corporation | Method and system of background-foreground segmentation for image processing |
US11568627B2 (en) * | 2015-11-18 | 2023-01-31 | Adobe Inc. | Utilizing interactive deep learning to select objects in digital visual media |
JP6204634B1 (ja) * | 2015-12-25 | 2017-09-27 | 楽天株式会社 | 形状弁別装置、形状弁別方法及び形状弁別プログラム |
JP2017126304A (ja) * | 2016-01-15 | 2017-07-20 | 富士ゼロックス株式会社 | 画像処理装置、画像処理方法、画像処理システムおよびプログラム |
US9972092B2 (en) * | 2016-03-31 | 2018-05-15 | Adobe Systems Incorporated | Utilizing deep learning for boundary-aware image segmentation |
JP6565951B2 (ja) * | 2017-02-09 | 2019-08-28 | トヨタ自動車株式会社 | 画像領域抽出方法および画像領域抽出プログラム |
-
2016
- 2016-05-27 WO PCT/JP2016/065771 patent/WO2017203705A1/ja unknown
- 2016-05-27 EP EP16903186.1A patent/EP3467769B1/en active Active
- 2016-05-27 JP JP2017515261A patent/JP6148426B1/ja active Active
- 2016-05-27 US US16/304,523 patent/US10810744B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
JP6148426B1 (ja) | 2017-06-14 |
WO2017203705A1 (ja) | 2017-11-30 |
EP3467769A4 (en) | 2019-11-13 |
US20190304096A1 (en) | 2019-10-03 |
EP3467769A1 (en) | 2019-04-10 |
US10810744B2 (en) | 2020-10-20 |
EP3467769B1 (en) | 2024-08-28 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5298831B2 (ja) | 画像処理装置及びプログラム | |
US10991104B2 (en) | Image processing device, image processing method, and program | |
JP2017045441A (ja) | 画像生成方法及び画像生成システム | |
US20230237777A1 (en) | Information processing apparatus, learning apparatus, image recognition apparatus, information processing method, learning method, image recognition method, and non-transitory-computer-readable storage medium | |
JP2009169925A (ja) | 画像検索装置および画像検索方法 | |
US20160110909A1 (en) | Method and apparatus for creating texture map and method of creating database | |
JP2019220014A (ja) | 画像解析装置、画像解析方法及びプログラム | |
JP6542406B1 (ja) | 読取システム、読取方法、プログラム、及び記憶媒体 | |
JP6148426B1 (ja) | 画像処理装置、画像処理方法及び画像処理プログラム | |
JP6247103B2 (ja) | 帳票項目認識方法、帳票項目認識装置及び帳票項目認識プログラム | |
JP2011258036A (ja) | 3次元形状検索装置、3次元形状検索方法、及びプログラム | |
JP6337680B2 (ja) | 画像処理システム、画像処理装置、プログラム及び画像処理方法 | |
JP2011175347A (ja) | 情報処理装置および情報処理方法 | |
JP6609181B2 (ja) | 文字属性推定装置、及び文字属性推定プログラム | |
JP2018182504A (ja) | 画像処理装置及びプログラム | |
JP6717769B2 (ja) | 情報処理装置及びプログラム | |
JP2019145182A (ja) | 読取システム、読取方法、プログラム、及び記憶媒体 | |
JP2008158626A (ja) | テンプレート作成装置,テンプレート作成方法,その方法を実装したテンプレート作成プログラム,そのプログラムを格納した記憶媒体と、テンプレートマッチング装置,テンプレートマッチング方法,その方法を実装したテンプレートマッチングプログラム,そのプログラムを格納した記憶媒体 | |
JP2016045744A (ja) | 画像処理装置、画像処理方法、およびプログラム | |
CN117635763B (zh) | 基于人像部件分析的自动换装方法、装置、设备及介质 | |
JP7369247B2 (ja) | 情報処理装置、情報処理方法およびプログラム | |
US11508083B2 (en) | Image processing apparatus, image processing method, and non-transitory computer-readable storage medium | |
US20240037449A1 (en) | Teaching device, teaching method, and computer program product | |
JP5343584B2 (ja) | 情報処理装置及びプログラム | |
JP2010092159A (ja) | 画像データ判定装置、画像データ判定システム、及びプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20170317 |
|
A871 | Explanation of circumstances concerning accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A871 Effective date: 20170317 |
|
A975 | Report on accelerated examination |
Free format text: JAPANESE INTERMEDIATE CODE: A971005 Effective date: 20170502 |
|
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: 20170516 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20170518 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6148426 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
RD02 | Notification of acceptance of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: R3D02 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S533 | Written request for registration of change of name |
Free format text: JAPANESE INTERMEDIATE CODE: R313533 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |