JP2007053543A - 画像処理装置及び画像処理方法 - Google Patents
画像処理装置及び画像処理方法 Download PDFInfo
- Publication number
- JP2007053543A JP2007053543A JP2005236732A JP2005236732A JP2007053543A JP 2007053543 A JP2007053543 A JP 2007053543A JP 2005236732 A JP2005236732 A JP 2005236732A JP 2005236732 A JP2005236732 A JP 2005236732A JP 2007053543 A JP2007053543 A JP 2007053543A
- Authority
- JP
- Japan
- Prior art keywords
- color
- image data
- image processing
- image
- pixel group
- 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
Landscapes
- Image Processing (AREA)
- Facsimile Image Signal Circuits (AREA)
- Color Image Communication Systems (AREA)
Abstract
【解決手段】 元画像データ302の領域を領域指定枠303により指定することにより変換対象となる元色を指定する。また、変換後の色についても、目標色指定用の画像306中の所定領域を領域指定枠307により指定することにより指定する。これら2つの領域中に含まれる画素を、所定条件に基づいて対応づけし、対応づけ結果に基づいて色変換テーブルを生成する。
【選択図】 図3
Description
(第1の実施形態)
図9は、本発明の第1の実施形態に係る画像処理装置として利用可能な汎用コンピュータ装置の構成例を示すブロック図である。
図1において、元色領域指定枠101は、ユーザが色を変更したい画像(元画像)から、変更したい色(元色)を領域の指定により指定するためのユーザインタフェースである。また、目標色領域指定枠102は、元色をこのように変換したいという変換後の色(目標色)を含んだ画像(目標画像)から、領域指定により目標色を指定するためのユーザインタフェースである。具体的には、CPU705の制御によりディスプレイ701に表示されるGUIと、キーボード703及び/又はポインティングデバイス704が元色領域指定枠101及び目標色領域指定枠102として機能する。
元色領域保存部103は、元色領域指定枠101によって指定された元画像中の領域(元色領域)内の画素の集合を、RGB色空間の値で記録する。目標色領域保存部104は、目標色領域指定枠102によって指定された目標画像中の領域(目標色領域)内の画素の集合を、元色領域保存部と同じ色空間の値で記録する。元色領域保存部103及び目標色領域保存部104は例えばRAM707やHDD708である。なお、本実施形態では画素の色空間にRGB空間を採用しているが、HSV空間などであってもよい。
色変換テーブル保存部107は、色変換テーブル作成部106にて作成された色変換テーブルを記録する。例えばRAM707やHDD708である。
元色の登録が行なわれると、ステップS13において、所定の規則に基づき、元画像中から指定した領域内の画素を処理する。図4は、ステップS13で行なう処理の詳細を示すフローチャートである。
なお、画素数が等しい場合であっても、頻度の低い画素同士の対応づけを行なわないようにすることで、領域中に含まれるノイズ画素の影響を抑制することが可能である。
dR=Rd(N1)−Rs(N2) …式(2)
dG=Gd(N1)−Gs(N2) …式(3)
dB=Bd(N1)−Bs(N2) …式(4)
(0<=N1<=m1×n1−1、0<=N2<=m2×n2−1)
により対応付けされた画素全てにおいて求める。
以上で求めた差分値を色の変化量として、RGB値を図10のように対応付けた色変換テーブルを作成し、HDD708に格納する。
第1の実施形態においては、抽出領域内の画素をその頻度に応じて並び替え、頻度の高い画素同士を対応付けた。しかし、より簡便な方法として、抽出領域内の同位置に存在する画素同士を対応付けることを特徴とする。
dR=Rd(x2,y2)−Rs(x1,y1) …式(5)
dG=Gd(x2,y2)−Gs(x1,y1) …式(6)
dB=Bd(x2,y2)−Bs(x1,y1) …式(7)
(0<=x1<=m1−1,0<=y1<=n1−1,0<=x2<=m2−1,0<=y2<=n2−1)
により、対応付けされた画素全てにおいて求める。
以上で求めた差分値を色の変化量として、RGB値を図10のように対応付けた色変換テーブルを作成し、HDD708に格納する。
以下の処理は第1の実施形態と同じであるため説明を省略する。
なお、本発明は、複数の機器(例えばホストコンピュータ、インタフェース機器、及びデジタルカメラ等)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、デジタルカメラ、デジタルビデオカメラなど)に適用してもよい。
Claims (11)
- 元画像データ中の色を変換するための色変換テーブルを生成する画像処理装置であって、
元画像データを含む複数の画像データを、領域指定可能にユーザに提示するユーザインタフェース提示手段と、
前記元画像データ中で指定された領域に含まれる第1の画素群と、他の画像データ中で指定された領域に含まれる第2の画素群とを抽出する抽出手段と、
前記第1の画素群に含まれる画素と、前記第2の画素群に含まれる画素とを対応付ける対応づけ手段と、
前記対応づけ結果に基づいて、色変換テーブルを生成する色変換テーブル生成手段とを有することを特徴とする画像処理装置。 - 前記対応づけ手段が、
前記第1の画素群に含まれる画素と、前記第2の画素群に含まれる画素とを、前記指定された領域内における位置関係に基づいて対応付けることを特徴とする請求項1記載の画像処理装置。 - 前記対応づけ手段が、
前記第1の画素群に含まれる画素と、前記第2の画素群に含まれる画素とを、前記指定された領域内における出現頻度によって並び替えた後、同じ順番の画素同士を対応付けることを特徴とする請求項1記載の画像処理装置。 - 前記他の画像データが、色見本を示す画像データであることを特徴とする請求項1乃至請求項3のいずれか1項に記載の画像処理装置。
- 前記ユーザインタフェース提示手段が、前記複数の画像データを、ユーザが移動可能な領域指定枠と共に提示することを特徴とする請求項1乃至請求項4のいずれか1項に記載の画像処理装置。
- 前記ユーザインタフェース提示手段が、前記他の画像データから指定された領域中に含まれる画像データを、ユーザが色調整するためのユーザインタフェースと共に提示することを特徴とする請求項1乃至請求項5のいずれか1項に記載の画像処理装置。
- 前記色変換テーブル生成手段が、前記対応づけされた画素の色成分毎に差分値を求め、前記第1の画素群に含まれる画素の値と、対応する前記差分値に基づいて前記色変換テーブルを生成することを特徴とする請求項1乃至請求項6にいずれか1項に記載の画像処理装置。
- 前記第1の画素群に含まれる同値の画素については、前記差分値を平均化した結果を用いて前記色変換テーブルを生成することを特徴とする請求項7記載の画像処理装置。
- 元画像データ中の色を変換するための色変換テーブルを生成する画像処理方法であって、
元画像データを含む複数の画像データを記憶装置から読み出し、領域指定可能にユーザに提示するユーザインタフェース提示ステップと、
前記元画像データ中で指定された領域に含まれる第1の画素群と、他の画像データ中で指定された領域に含まれる第2の画素群とを抽出する抽出ステップと、
前記第1の画素群に含まれる画素と、前記第2の画素群に含まれる画素とを対応付ける対応づけステップと、
前記対応づけ結果に基づいて、色変換テーブルを生成する色変換テーブル生成ステップとを有することを特徴とする画像処理方法。 - コンピュータ装置を請求項1乃至請求項8のいずれか1項に記載の画像処理装置として機能させるコンピュータプログラム。
- 請求項10記載のコンピュータプログラムを格納したコンピュータ読取り可能な記録媒体。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005236732A JP4646735B2 (ja) | 2005-08-17 | 2005-08-17 | 画像処理装置及び画像処理方法 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2005236732A JP4646735B2 (ja) | 2005-08-17 | 2005-08-17 | 画像処理装置及び画像処理方法 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2007053543A true JP2007053543A (ja) | 2007-03-01 |
JP2007053543A5 JP2007053543A5 (ja) | 2008-09-25 |
JP4646735B2 JP4646735B2 (ja) | 2011-03-09 |
Family
ID=37917694
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005236732A Expired - Fee Related JP4646735B2 (ja) | 2005-08-17 | 2005-08-17 | 画像処理装置及び画像処理方法 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4646735B2 (ja) |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100194909A1 (en) * | 2009-02-05 | 2010-08-05 | Nikon Corporation | Computer-readable computer program product containing image processing program and digital camera |
JP2012227810A (ja) * | 2011-04-21 | 2012-11-15 | Sharp Corp | 操作装置、及びそれを備える画像処理装置 |
JP2012249149A (ja) * | 2011-05-30 | 2012-12-13 | Canon Inc | 画像処理装置、画像処理方法およびそのプログラム |
US8760720B2 (en) | 2011-10-28 | 2014-06-24 | Kyocera Document Solutions Inc. | Image processing apparatus |
US9659228B2 (en) | 2015-03-19 | 2017-05-23 | Fuji Xerox Co., Ltd. | Image processing apparatus, image processing system, non-transitory computer readable medium, and image processing method |
US10311331B2 (en) | 2016-01-15 | 2019-06-04 | Fuji Xerox Co., Ltd. | Image processing apparatus, image processing system, non-transitory computer readable medium, and image processing method for reflecting features of one image to another image |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6337430B2 (ja) | 2013-08-22 | 2018-06-06 | 株式会社リコー | 画像処理システム、画像処理方法およびプログラム |
Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09116740A (ja) * | 1995-10-19 | 1997-05-02 | Toppan Printing Co Ltd | 自動色調修正装置 |
JPH09284583A (ja) * | 1996-04-17 | 1997-10-31 | Toppan Printing Co Ltd | 色修正装置 |
JP2001251531A (ja) * | 1999-12-27 | 2001-09-14 | Fuji Photo Film Co Ltd | 画像処理方法および装置並びに記録媒体 |
JP2001268345A (ja) * | 2000-03-17 | 2001-09-28 | Ricoh Co Ltd | 画像合成装置 |
JP2001275003A (ja) * | 2000-03-24 | 2001-10-05 | Fuji Photo Film Co Ltd | 画像補正方法および装置並びに記録媒体 |
JP2004118442A (ja) * | 2002-09-25 | 2004-04-15 | Nec Corp | 画像色補正装置、画像色補正方法ならびに画像色補正用プログラム |
-
2005
- 2005-08-17 JP JP2005236732A patent/JP4646735B2/ja not_active Expired - Fee Related
Patent Citations (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH09116740A (ja) * | 1995-10-19 | 1997-05-02 | Toppan Printing Co Ltd | 自動色調修正装置 |
JPH09284583A (ja) * | 1996-04-17 | 1997-10-31 | Toppan Printing Co Ltd | 色修正装置 |
JP2001251531A (ja) * | 1999-12-27 | 2001-09-14 | Fuji Photo Film Co Ltd | 画像処理方法および装置並びに記録媒体 |
JP2001268345A (ja) * | 2000-03-17 | 2001-09-28 | Ricoh Co Ltd | 画像合成装置 |
JP2001275003A (ja) * | 2000-03-24 | 2001-10-05 | Fuji Photo Film Co Ltd | 画像補正方法および装置並びに記録媒体 |
JP2004118442A (ja) * | 2002-09-25 | 2004-04-15 | Nec Corp | 画像色補正装置、画像色補正方法ならびに画像色補正用プログラム |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20100194909A1 (en) * | 2009-02-05 | 2010-08-05 | Nikon Corporation | Computer-readable computer program product containing image processing program and digital camera |
EP2216978A1 (en) | 2009-02-05 | 2010-08-11 | Nikon Corporation | Computer-readable computer program product containing image processing program for correcting target images using source images and digital camera executing same |
JP2010183354A (ja) * | 2009-02-05 | 2010-08-19 | Nikon Corp | 画像処理プログラムおよびデジタルカメラ |
US8537235B2 (en) | 2009-02-05 | 2013-09-17 | Nikon Corporation | Computer-readable computer program product containing image processing program and digital camera |
JP2012227810A (ja) * | 2011-04-21 | 2012-11-15 | Sharp Corp | 操作装置、及びそれを備える画像処理装置 |
JP2012249149A (ja) * | 2011-05-30 | 2012-12-13 | Canon Inc | 画像処理装置、画像処理方法およびそのプログラム |
US8760720B2 (en) | 2011-10-28 | 2014-06-24 | Kyocera Document Solutions Inc. | Image processing apparatus |
KR101453612B1 (ko) * | 2011-10-28 | 2014-10-21 | 교세라 도큐멘트 솔루션즈 가부시키가이샤 | 화상 처리 장치 |
US9659228B2 (en) | 2015-03-19 | 2017-05-23 | Fuji Xerox Co., Ltd. | Image processing apparatus, image processing system, non-transitory computer readable medium, and image processing method |
US10311331B2 (en) | 2016-01-15 | 2019-06-04 | Fuji Xerox Co., Ltd. | Image processing apparatus, image processing system, non-transitory computer readable medium, and image processing method for reflecting features of one image to another image |
Also Published As
Publication number | Publication date |
---|---|
JP4646735B2 (ja) | 2011-03-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100667663B1 (ko) | 화상 처리 장치, 화상 처리 방법 및 그 프로그램을 기록한 컴퓨터 판독 가능한 기록매체 | |
JP4646735B2 (ja) | 画像処理装置及び画像処理方法 | |
JP2006033656A (ja) | ユーザインタフェース提供装置 | |
US8830251B2 (en) | Method and system for creating an image | |
JP2008131542A (ja) | 色補正装置および色補正プログラム | |
JP2006314014A (ja) | 表示システム | |
JP2006350521A (ja) | 画像作成装置、及び画像作成用プログラム | |
JP5245805B2 (ja) | プロジェクタ、その制御方法、及びその制御プログラム | |
JP2013243466A (ja) | 遊戯用撮影装置、遊戯用撮影方法およびプログラム | |
JP4849302B2 (ja) | 表示制御装置、表示制御方法及びプログラム | |
JP2006350462A (ja) | アルバム画像作成装置、及びアルバム画像作成プログラム | |
JP2002325735A (ja) | 医用画像表示方法、医用画像表示装置、医用画像表示プログラム、および記録媒体 | |
JP2005078158A (ja) | 画像処理装置、画像処理方法、プログラム、記録媒体 | |
JP2019205104A (ja) | 情報処理装置、情報処理方法及びプログラム | |
JP2008271096A (ja) | 画像データのグレーバランス補正方法、画像データのグレーバランス補正装置および記憶媒体 | |
JP2007065784A (ja) | 画像処理装置及び画像処理方法及びプログラム及びコンピュータ読み取り可能な記憶媒体 | |
US20160191914A1 (en) | Apparatus and method for controlling display apparatus | |
KR20030076897A (ko) | 디스플레이장치에서 하이라이팅 영역을 하이라이팅시킬 수있는 방법 및 장치 | |
JP2005257948A (ja) | 画像伝送システムおよび画像伝送方法 | |
US20100238363A1 (en) | Image Display Apparatus, Image Display Method, and Image Display Program Embodied on Computer Readable Medium | |
JP2016012899A (ja) | プロジェクタ、画像投影方法ならびにプログラム | |
JP2014132772A (ja) | 遊戯用撮影装置、遊戯用撮影装置の処理方法およびプログラム | |
KR20190126484A (ko) | 이미지의 배경 영역에 대한 투명화 처리를 지원하는 이미지 편집 처리 장치 및 그 동작 방법 | |
US20230154046A1 (en) | Image processing device, image processing method, and non-transitory computer-readable storage medium | |
JP5448799B2 (ja) | 表示制御装置及び表示制御方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080807 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080807 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20100415 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100423 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100618 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20100913 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20100915 |
|
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: 20101203 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20101207 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20131217 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4646735 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |