JP2008005378A - 画像作成装置、画像作成方法および画像作成プログラム - Google Patents
画像作成装置、画像作成方法および画像作成プログラム Download PDFInfo
- Publication number
- JP2008005378A JP2008005378A JP2006174940A JP2006174940A JP2008005378A JP 2008005378 A JP2008005378 A JP 2008005378A JP 2006174940 A JP2006174940 A JP 2006174940A JP 2006174940 A JP2006174940 A JP 2006174940A JP 2008005378 A JP2008005378 A JP 2008005378A
- Authority
- JP
- Japan
- Prior art keywords
- image
- mixing ratio
- input
- mixing
- color components
- 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
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/40—Picture signal circuits
- H04N1/40012—Conversion of colour to monochrome
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Color Image Communication Systems (AREA)
- Facsimile Image Signal Circuits (AREA)
- Image Processing (AREA)
Abstract
【解決手段】画像作成装置5は、多色画像が入力される画像入力部30と、複数の色成分のそれぞれを混合する割合を示す第1の混合割合が入力される第1混合割合入力部34と、前記入力された第1の混合割合に基づき、それぞれの総和が一定になるように第2の混合割合を色成分毎に算出する第2混合割合算出部36と、前記多色画像の色成分を前記算出された第2の混合割合に応じて混合することで単色画像を作成する単色画像作成部38と、を備える。
【選択図】図2
Description
b’R=bR/(bR+bG+bB)+k
b’G=bG/(bR+bG+bB)+k
b’B=bB/(bR+bG+bB)+k
bR,bG,bB:各基本色の第1の混合割合
b’R,b’G,b’B:各基本色の第2の混合割合
k:所定の定数
で示される演算式を用いても良い。
bR+bG+bB=0
で示される関係となる場合、(bR+bG+bB)の値を0以外の所定の値に置換しても良い。
b’R=bR−(αbR+βbG+γbB)/(α+β+γ)+k
b’G=bG−(γbR+αbG+βbB)/(α+β+γ)+k
b’B=bB−(βbR+γbG+αbB)/(α+β+γ)+k
bR,bG,bB:各基本色の第1の混合割合
b’R,b’G,b’B:各基本色の第2の混合割合
α、β、γ、k:所定の定数
で示される演算式を用いても良い。
(実施形態)
r2=r1−(r1+g1+b1)/3+k(%) ・・・(式3)
g2=g1−(r1+g1+b1)/3+k(%) ・・・(式3)
b2=b1−(r1+g1+b1)/3+k(%) ・・・(式3)
g2=g1/(r1+g1+b1)+k(%) ・・・(式5)
b2=b1/(r1+g1+b1)+k(%) ・・・(式5)
g2=g1−(c×r1+a×g1+b×b1)/(a+b+c)+k(%) ・・・(式6)
b2=b1−(b×r1+c×g1+a×b1)/(a+b+c)+k(%) ・・・(式6)
(1)上記した演算やデータ処理をコンピュータ12に実行させるため、多色画像から単色画像の作成を迅速にできる。また、作成された単色画像のデータは、コンピュータ12に保存できるため、単色画像の観賞に留まらず、画像の分析や調査等に適用できる。
画像作成装置5は、本実施形態で述べた様態に限定されるものでは無く、例えば、画像作成装置5の各機能が電子回路として集積化され、集積回路のようにチップ化された様態でも良い。
Claims (11)
- 多色画像が入力される画像入力部と、
複数の色成分のそれぞれを混合する割合を示す第1の混合割合が入力される混合割合入力部と、
前記入力された第1の混合割合に基づき、それぞれの色成分の総和が略一定になるように第2の混合割合を算出する算出部と、
前記多色画像の色成分を前記算出された第2の混合割合に応じて混合することで単色画像を作成する作成部と、
を備えることを特徴とする画像作成装置。 - 請求項1に記載の画像作成装置において、
前記作成部は、更に、
前記多色画像の色成分を前記入力された第1の混合割合に応じて混合することで単色画像を作成すると共に、
前記作成部で作成する単色画像を、前記第1の混合割合に応じて作成するか、または前記第2の混合割合に応じて作成するかを選択するための選択部を更に備えることを特徴とする画像作成装置。 - 請求項1乃至2に記載の画像作成装置において、
前記複数の色成分は3色から成り、RGBおよびCMYの何れかであることを特徴とする画像作成装置。 - 請求項1乃至3のいずれか1項に記載の画像作成装置において、
前記算出部は、前記第2の混合割合のうち前記複数の色成分の1つが連続して増減した場合、前記第2の混合割合のうち他の色成分をそれぞれ等しく連続して減増させ、前記第2の混合割合のそれぞれの色成分の総和を略一定に維持することを特徴とする画像作成装置。 - 請求項1乃至4のいずれか1項に記載の画像作成装置において、
前記算出部は、前記第1の混合割合のそれぞれが等しい場合、前記第2の混合割合もそれぞれ等しくなるように算出することを特徴とする画像作成装置。 - 請求項1乃至5のいずれか1項に記載の画像作成装置において、
前記単色画像は、白黒画像であることを特徴とする画像作成装置。 - 請求項3乃至6のいずれか1項に記載の画像作成装置において、
前記算出部は、前記第2の混合割合の算出に際して、
b’R=bR/(bR+bG+bB)+k
b’G=bG/(bR+bG+bB)+k
b’B=bB/(bR+bG+bB)+k
bR,bG,bB:各基本色の第1の混合割合
b’R,b’G,b’B:各基本色の第2の混合割合
k:所定の定数
で示される演算式を用いることを特徴とする画像作成装置。 - 請求項7に記載の画像作成装置において、
bR+bG+bB=0
で示される関係となる場合、(bR+bG+bB)の値を0以外の所定の値に置換することを特徴とする画像作成装置。 - 請求項3乃至6のいずれか1項に記載の画像作成装置において、
前記算出部は、前記第2の混合割合の算出に際して、
b’R=bR−(αbR+βbG+γbB)/(α+β+γ)+k
b’G=bG−(γbR+αbG+βbB)/(α+β+γ)+k
b’B=bB−(βbR+γbG+αbB)/(α+β+γ)+k
bR,bG,bB:各基本色の第1の混合割合
b’R,b’G,b’B:各基本色の第2の混合割合
α、β、γ、k:所定の定数
で示される演算式を用いることを特徴とする画像作成装置。 - 多色画像が入力される画像入力工程と、
複数の色成分のそれぞれを混合する割合を示す第1の混合割合が入力される混合割合入力工程と、
前記入力された第1の混合割合に基づき、それぞれの色成分の総和が略一定になるように第2の混合割合を算出する算出工程と、
前記多色画像の色成分を前記算出された第2の混合割合に応じて混合することで単色画像を作成する作成工程と、
を備えることを特徴とする画像作成方法。 - 多色画像が入力される画像入力手順と、
複数の色成分のそれぞれを混合する割合を示す第1の混合割合が入力される混合割合入力手順と、
前記入力された第1の混合割合に基づき、それぞれの色成分の総和が略一定になるように第2の混合割合を算出する算出手順と、
前記多色画像の色成分を前記算出された第2の混合割合に応じて混合することで単色画像を作成する作成手順と、
をコンピュータに実行させることを特徴とする画像作成プログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006174940A JP4935204B2 (ja) | 2006-06-26 | 2006-06-26 | 画像作成装置、画像作成方法および画像作成プログラム |
US11/821,904 US7813004B2 (en) | 2006-06-26 | 2007-06-26 | Image forming apparatus, image forming method and program product |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2006174940A JP4935204B2 (ja) | 2006-06-26 | 2006-06-26 | 画像作成装置、画像作成方法および画像作成プログラム |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011069830A Division JP2011130510A (ja) | 2011-03-28 | 2011-03-28 | 画像作成装置、画像作成方法および画像作成プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008005378A true JP2008005378A (ja) | 2008-01-10 |
JP4935204B2 JP4935204B2 (ja) | 2012-05-23 |
Family
ID=39009370
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2006174940A Expired - Fee Related JP4935204B2 (ja) | 2006-06-26 | 2006-06-26 | 画像作成装置、画像作成方法および画像作成プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US7813004B2 (ja) |
JP (1) | JP4935204B2 (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5538858B2 (ja) * | 2009-12-15 | 2014-07-02 | キヤノン株式会社 | 画像処理装置および画像処理方法 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0983827A (ja) * | 1995-09-19 | 1997-03-28 | Mita Ind Co Ltd | カラー画像調整装置およびカラー画像調整方法 |
JPH09163158A (ja) * | 1995-12-04 | 1997-06-20 | Mita Ind Co Ltd | 画像データ変換方法 |
JP2006019836A (ja) * | 2004-06-30 | 2006-01-19 | Sony Corp | 色グラディエーション画像発生装置、これを用いた画像表示装置、色グラディエーション画像発生方法およびプログラム |
Family Cites Families (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5177603A (en) * | 1990-04-27 | 1993-01-05 | Matsushita Electric Industrial Co., Ltd. | Image copying apparatus having means for deleting color portions of an original image |
CN1290312C (zh) * | 1998-06-23 | 2006-12-13 | 夏普公司 | 除去读取双面或重叠原稿产生的透印的图像处理装置及其方法 |
US6333494B1 (en) | 2000-12-04 | 2001-12-25 | General Electric Company | Method of induction brazing transformer strands to base plate |
JP2003283848A (ja) | 2002-03-26 | 2003-10-03 | Sharp Corp | 画像処理装置および画像処理プログラム |
US7936481B2 (en) * | 2004-01-30 | 2011-05-03 | Canon Kabushiki Kaisha | Method, system and program for forming an image |
JP2006172381A (ja) | 2004-12-20 | 2006-06-29 | Dkk Toa Corp | 画像観測方法およびこの方法を実施する装置 |
JP2007129447A (ja) | 2005-11-02 | 2007-05-24 | Canon Inc | 画像処理装置、画像処理方法、画像処理方法を実行するプログラム及び、記憶媒体 |
JP2007129477A (ja) | 2005-11-02 | 2007-05-24 | Canon Inc | カメラシステム |
-
2006
- 2006-06-26 JP JP2006174940A patent/JP4935204B2/ja not_active Expired - Fee Related
-
2007
- 2007-06-26 US US11/821,904 patent/US7813004B2/en not_active Expired - Fee Related
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0983827A (ja) * | 1995-09-19 | 1997-03-28 | Mita Ind Co Ltd | カラー画像調整装置およびカラー画像調整方法 |
JPH09163158A (ja) * | 1995-12-04 | 1997-06-20 | Mita Ind Co Ltd | 画像データ変換方法 |
JP2006019836A (ja) * | 2004-06-30 | 2006-01-19 | Sony Corp | 色グラディエーション画像発生装置、これを用いた画像表示装置、色グラディエーション画像発生方法およびプログラム |
Also Published As
Publication number | Publication date |
---|---|
US7813004B2 (en) | 2010-10-12 |
JP4935204B2 (ja) | 2012-05-23 |
US20080123120A1 (en) | 2008-05-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US9082067B2 (en) | Image processing apparatus and method thereof | |
US10277782B2 (en) | Color conversion table generation device, and color conversion table generation method | |
JP5782804B2 (ja) | 画像処理装置、画像処理方法およびプログラム | |
JP2008072650A (ja) | 画像処理装置、画像形成装置及びプログラム | |
CN102033458A (zh) | 图像处理设备、图像形成设备和图像处理方法 | |
JP2007300631A (ja) | 画像処理装置及び画像形成装置並びに画像処理方法 | |
US7907294B2 (en) | Apparatus to print print data when colors contained in cartridge are insufficient and method thereof | |
KR100484146B1 (ko) | 혼합 검정 처리 방법 및 그 드라이버 | |
US20070064009A1 (en) | Terminal device having correction function for natural color and method thereof | |
JP4935204B2 (ja) | 画像作成装置、画像作成方法および画像作成プログラム | |
JP2006033844A (ja) | 電子印刷用色補正システムおよび方法 | |
JP2011130510A (ja) | 画像作成装置、画像作成方法および画像作成プログラム | |
JP5772198B2 (ja) | 画像処理装置、画像処理方法およびプログラム | |
JP4946370B2 (ja) | 画像処理装置、画像形成装置及びプログラム | |
CN104125371B (zh) | 图像处理装置、图像形成系统、以及图像处理方法 | |
CN102710888B (zh) | 双色图像信号生成装置、方法及图像形成系统 | |
JP2950003B2 (ja) | 画像処理装置 | |
JP2006260532A (ja) | 画像処理装置及び画像処理方法 | |
KR20140078571A (ko) | 영상 처리 장치, 영상 처리 방법 및 프로그램 | |
JP2006260533A (ja) | 画像処理装置及び画像処理方法 | |
JP2008118335A (ja) | 色変換テーブル作成プログラム、色変換テーブル作成装置及び色変換テーブル作成システム | |
JP3122150U (ja) | 2色分版装置 | |
JP2015073174A (ja) | 色変換ルックアップテーブルの作成方法 | |
JP2022050949A (ja) | 情報処理装置及びプログラム | |
JP2009253665A (ja) | 印刷出力に対する色調整システム、色調整方法及びプリンタドライバ。 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20090410 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110113 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110125 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110328 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110712 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110902 |
|
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: 20120124 |
|
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: 20120206 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150302 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4935204 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S531 | Written request for registration of change of domicile |
Free format text: JAPANESE INTERMEDIATE CODE: R313531 |
|
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 |
|
LAPS | Cancellation because of no payment of annual fees |