JP2000023085A5 - - Google Patents

Download PDF

Info

Publication number
JP2000023085A5
JP2000023085A5 JP1998183921A JP18392198A JP2000023085A5 JP 2000023085 A5 JP2000023085 A5 JP 2000023085A5 JP 1998183921 A JP1998183921 A JP 1998183921A JP 18392198 A JP18392198 A JP 18392198A JP 2000023085 A5 JP2000023085 A5 JP 2000023085A5
Authority
JP
Japan
Prior art keywords
processing
image
image data
format
pixel region
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.)
Pending
Application number
JP1998183921A
Other languages
English (en)
Other versions
JP2000023085A (ja
Filing date
Publication date
Application filed filed Critical
Priority to JP10183921A priority Critical patent/JP2000023085A/ja
Priority claimed from JP10183921A external-priority patent/JP2000023085A/ja
Publication of JP2000023085A publication Critical patent/JP2000023085A/ja
Priority to US09/497,482 priority patent/US7253836B1/en
Publication of JP2000023085A5 publication Critical patent/JP2000023085A5/ja
Priority to US11/819,666 priority patent/US20070268379A1/en
Priority to US11/819,994 priority patent/US7808533B2/en
Priority to US13/067,811 priority patent/US20110261224A1/en
Priority to US13/848,424 priority patent/US8878956B2/en
Pending legal-status Critical Current

Links

Description

【特許請求の範囲】
【請求項1】
撮影レンズを通過する被写体像を撮像して画像データを出力する撮像装置と、
前記撮像装置から出力される画像データに対してデータ圧縮に適したデータフォーマット処理を含む画像処理を施す画像処理回路と、
前記画像処理回路から出力される画像データを圧縮する圧縮回路とを備えたデジタルカメラにおいて、
前記画像処理回路は、前記フォーマット処理に際し、n×m画素領域の画像データに対してメディアン処理を行なうことを特徴とするデジタルカメラ。
【請求項2】
請求項1のデジタルカメラにおいて、
前記n×m画素領域の画像データのうち、(n−i)×(m−j)の画像データを抽出してメディアン処理を行なうことを特徴とするデジタルカメラ。
【請求項3】
撮像装置で撮像された画像データを圧縮するためにその画像データをフォーマット化するフォーマット処理と、
前記フォーマット処理に先立って行なわれる各種の信号処理と、
前記フォーマット処理を終えた画像データを圧縮する圧縮処理とを含み、
前記フォーマット処理に際して、n×m画素領域の画像データに対してメディアン処理を行なうプログラムが格納されていることを特徴とする画像信号処理用記憶媒体。
【請求項4】
請求項3の画像信号処理用記憶媒体において、
前記n×m画素領域の画像データのうち、(n−i)×(m−j)の画像データを抽出してメディアン処理を行なうことを特徴とする画像信号処理用記憶媒体。
【0006】
【課題を解決するための手段】
一実施の形態を示す図1および図2に対応づけて本発明を説明する。
(1)請求項1の発明は、撮影レンズ91を通過する被写体像を撮像して画像データを出力する撮像装置73(26)と、撮像装置26から出力される画像データに対して画像処理を施す画像処理回路29と、画像処理回路29から出力される画像データを圧縮する圧縮回路33とを備え、画像処理回路29は圧縮回路33に適したデータフォーマット処理も行なうようにしたデジタルカメラに適用される。上述した目的は、フォーマット処理に際して画像処理回路29がn×m画素領域のデータに対してメディアン処理を行なうことにより達成される。
(2)請求項2の発明は、請求項1のデジタルカメラにおいて、n×m画素領域の画像データのうち、(n−i)×(m−j)の画像データを抽出してメディアン処理を行なうことを特徴とする。
(3)請求項3の発明にかかる記憶媒体には、撮像装置26で撮像された画像データを圧縮するためにフォーマット化するフォーマット処理と、フォーマット処理に先立って行なわれる各種の信号処理と、フォーマット処理を終えた画像データを圧縮する圧縮処理とを含み、フォーマット処理に際してn×m画素領域の画像データに対してメディアン処理を行なうプログラムが格納され、このプログラムにより画像データを信号処理して圧縮することにより、上述した目的を達成する。
(4)請求項4の発明は、請求項3の画像信号処理用記憶媒体において、n×m画素領域の画像データのうち、(n−i)×(m−j)の画像データを抽出してメディアン処理を行なうことを特徴とする。
【0030】
5×5画素領域の(R−G)データを図11のように表わすとき、上記補間演算とローパスフィルタリング処理演算は次式(6)で表される。
【数2】
InterpR-G(i,j)=[{R-G(i-2,j-2)+R-G(i+2,j-2)+R-G(i-2,j+2)+R-G(i+2,j+2)}×kc1
+{R-G(i-2,j-2)+R-G(i+2,j-2)+R-G(i-1,j+2)+R-G(i+1,j+2)}×kc2
+{R-G(i,j-2)+R-G(i,j+2)}×kc3
+{R-G(i-2,j-1)+R-G(i+2,j-1)+R-G(i-2,j+1)+R-G(i+2,j+1)}×kc4
+{R-G(i-1,j-1)+R-G(i+1,j-1)+R-G(i-1,j+1)+R-G(i+1,j+1)}×kc5
+{R-G(i,j-1)+R-G(i,j+1)}×kc6 + {R-G(i-2,j)+R-G(i+2,j)}×kc7
+{R-G(i-1,j)+R-G(i+1,j)}×kc8 + {R-G(i,j)}×kc9]/(2^Ktr-g) (6)
ただし、kc1〜kc9、Ktr-gは係数

JP10183921A 1998-06-30 1998-06-30 デジタルカメラおよび画像信号処理用記憶媒体 Pending JP2000023085A (ja)

Priority Applications (6)

Application Number Priority Date Filing Date Title
JP10183921A JP2000023085A (ja) 1998-06-30 1998-06-30 デジタルカメラおよび画像信号処理用記憶媒体
US09/497,482 US7253836B1 (en) 1998-06-30 2000-02-04 Digital camera, storage medium for image signal processing, carrier wave and electronic camera
US11/819,666 US20070268379A1 (en) 1998-06-30 2007-06-28 Digital camera, storage medium for image signal processing, carrier wave and electronic camera
US11/819,994 US7808533B2 (en) 1998-06-30 2007-06-29 Electronic camera having signal processing units that perform signal processing on image data
US13/067,811 US20110261224A1 (en) 1998-06-30 2011-06-28 Digital camera and storage medium for image signal processing for white balance control
US13/848,424 US8878956B2 (en) 1998-06-30 2013-03-21 Digital camera and storage medium for image signal processing for white balance control

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10183921A JP2000023085A (ja) 1998-06-30 1998-06-30 デジタルカメラおよび画像信号処理用記憶媒体

Publications (2)

Publication Number Publication Date
JP2000023085A JP2000023085A (ja) 2000-01-21
JP2000023085A5 true JP2000023085A5 (ja) 2006-07-13

Family

ID=16144152

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10183921A Pending JP2000023085A (ja) 1998-06-30 1998-06-30 デジタルカメラおよび画像信号処理用記憶媒体

Country Status (1)

Country Link
JP (1) JP2000023085A (ja)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6958772B1 (en) 1999-01-20 2005-10-25 Canon Kabushiki Kaisha Image sensing apparatus and image processing method therefor
US6850651B2 (en) 2001-07-02 2005-02-01 Corel Corporation Moiré correction in images
US6950211B2 (en) 2001-07-05 2005-09-27 Corel Corporation Fine moire correction in images
JP4302391B2 (ja) * 2002-11-28 2009-07-22 株式会社メガチップス 画素補間装置及び画素補間方法並びにデジタルカメラ
JP4629629B2 (ja) * 2006-07-31 2011-02-09 大日本印刷株式会社 デジタルカメラの偽色評価方法、デジタルカメラの偽色評価装置及びデジタルカメラの偽色評価プログラム

Similar Documents

Publication Publication Date Title
JPH03128581A (ja) 画像入力装置
JP2009284001A (ja) 画像処理装置、撮像装置及び画像処理方法
JP3311715B2 (ja) ディジタルカメラ
JP2000333071A5 (ja) 画像処理装置および方法、並びに記憶媒体
JP2007043386A (ja) 電子撮像装置、電子撮像装置の制御方法及び画像処理装置
JP4245782B2 (ja) 撮像装置
JP2001036801A (ja) 撮像装置
JP2008092299A (ja) 電子カメラ
JP2000023085A5 (ja)
JP4182566B2 (ja) デジタルカメラおよびコンピュータ読み取り可能な記録媒体
JP4123352B2 (ja) 動画撮像装置及び動画再生装置
JP2005012660A (ja) 画像生成方法、画像生成装置
JP2004147114A (ja) デジタルカメラ
JP2010004281A (ja) 電子的撮像装置
JP2000023083A5 (ja)
JP2006157143A (ja) 画像撮影記録装置及び方法
JPH11224324A (ja) 画像信号処理方法及び装置
JP4687750B2 (ja) デジタルカメラおよび画像信号処理用記憶媒体
JPH10341394A (ja) 撮像装置、撮像方法、記憶媒体
JP2915461B2 (ja) 電子カメラ
JP4017419B2 (ja) ディジタルカメラ
JP2001203929A (ja) 自動焦点調整装置を備えたカメラ
JP2012060309A (ja) 撮像装置、撮像方法及びプログラム
JP4246240B2 (ja) 撮像装置及び撮像プログラム
JP2004297614A (ja) 撮像装置及び撮像装置における表示方法