JP2010178281A - 撮像装置 - Google Patents
撮像装置 Download PDFInfo
- Publication number
- JP2010178281A JP2010178281A JP2009021571A JP2009021571A JP2010178281A JP 2010178281 A JP2010178281 A JP 2010178281A JP 2009021571 A JP2009021571 A JP 2009021571A JP 2009021571 A JP2009021571 A JP 2009021571A JP 2010178281 A JP2010178281 A JP 2010178281A
- Authority
- JP
- Japan
- Prior art keywords
- pixel
- image
- pixels
- imaging
- adjacent
- 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
- H04N23/00—Cameras or camera modules comprising electronic image sensors; Control thereof
- H04N23/80—Camera processing pipelines; Components thereof
- H04N23/84—Camera processing pipelines; Components thereof for processing colour signals
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N25/00—Circuitry of solid-state image sensors [SSIS]; Control thereof
- H04N25/10—Circuitry of solid-state image sensors [SSIS]; Control thereof for transforming different wavelengths into image signals
- H04N25/11—Arrangement of colour filter arrays [CFA]; Filter mosaics
- H04N25/13—Arrangement of colour filter arrays [CFA]; Filter mosaics characterised by the spectral characteristics of the filter elements
- H04N25/134—Arrangement of colour filter arrays [CFA]; Filter mosaics characterised by the spectral characteristics of the filter elements based on three different wavelength filter elements
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N25/00—Circuitry of solid-state image sensors [SSIS]; Control thereof
- H04N25/40—Extracting pixel data from image sensors by controlling scanning circuits, e.g. by modifying the number of pixels sampled or to be sampled
- H04N25/44—Extracting pixel data from image sensors by controlling scanning circuits, e.g. by modifying the number of pixels sampled or to be sampled by partially reading an SSIS array
- H04N25/441—Extracting pixel data from image sensors by controlling scanning circuits, e.g. by modifying the number of pixels sampled or to be sampled by partially reading an SSIS array by reading contiguous pixels from selected rows or columns of the array, e.g. interlaced scanning
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- Spectroscopy & Molecular Physics (AREA)
- Color Television Image Signal Generators (AREA)
Abstract
【解決手段】 本発明は、撮像レンズと、複数色のカラーフィルタが所定のパターンで配置されたカラーフィルタアレイを有し、所定のパターンに対応するように複数の撮像画素が受光面に2次元的に配列された撮像素子と、撮像素子の複数の撮像画素が出力する画素値のうち、注目画素に隣接し且つ同じ色の前記カラーフィルタを有する複数の撮像画素である複数の隣接画素の画素値を加算して、注目画素の画素値を求める演算部と、注目画素を一の方向に対して1画素ずつずらしながら、一の方向の注目画素の画素値による画素列を、他の方向について所定の画素幅毎に、演算部に計算させて、他の方向に所定の画素幅で間引かれた画像を生成する制御部とを備える。
【選択図】 図1
Description
図1は、本発明の一の実施形態に係るデジタルカメラ100の構成図である。
R′(i,j)=R(i−2,j)+R(i+2,j)+R(i,j−2)+R(i,j+2) …(1)
Gr′(i+1,j)=Gr(i−1,j)+Gr(i+3,j)+Gr(i+1,j−2)+Gr(i+1,j+2)
Gb′(i,j+1)=Gb(i−2,j+1)+Gb(i+2,j+1)+Gb(i,j−1)+Gb(i,j+3)
B′(i+1,j+1)=B(i−1,j+1)+B(i+3,j+1)+B(i+1,j−1)+B(i+1,j+3)
ここで、Rの注目画素の座標を(i、j)としている(i=3,4,5,…,M−3、j=3,4,9,10,…,N−3、N−2である(M及びNは、6以上の整数))。また、R′、Gr′、Gb′及びB′は加算した画素値をそれぞれ示す。
≪他の実施形態≫
本発明の他の実施形態に係るデジタルカメラは、一の実施形態に係るデジタルカメラ100と同じである。したがって、本実施形態におけるデジタルカメラとして、図1に示す一の実施形態と同じデジタルカメラ100を用い、各構成要素についての詳細な説明は省略する。
R′(i,j)=R(i−2,j−2)+R(i+2,j−2)+R(i−2,j+2)+R(i+2,j+2) …(2)
Gr′(i+1,j)=Gr(i−1,j−2)+Gr(i+3,j−2)+Gr(i−1,j+2)+Gr(i+3,j+2)
Gb′(i,j+1)=Gb(i−2,j−1)+Gb(i+2,j−1)+Gb(i−2,j+3)+Gb(i+2,j+3)
B′(i+1,j+1)=B(i−1,j−1)+B(i+3,j−1)+B(i−1,j+3)+B(i+3,j+3)
なお、注目画素の座標を(i,j)としている。
≪実施形態の補足事項≫
一の実施形態及び他の実施形態では、ステップS11において、撮像素子2の全画素値のうち、6つの水平方向走査線毎に画素値を出力させたが、本発明はこれに限定されない。例えば、6以外の他の複数の水平方向走査線毎に画素値を出力させてもよい。なお、この場合には、出力させる水平方向走査線の数に応じて、ラインメモリ4の数を調節する必要がある。
R′(i,j)=R(i,j−2)+R(i,j+2)+R(i−2,j)+R(i+2,j) …(3)
Gr′(i+1,j)=Gr(i+1,j−2)+Gr(i+1,j−2)+Gr(i−1,j)+Gr(i+3,j)
Gb′(i,j+1)=Gb(i,j−1)+Gb(i,j+3)+Gb(i−2,j+1)+Gb(i+2,j+1)
B′(i+1,j+1)=B(i+1,j−1)+B(i+1,j+3)+B(i−1,j+1)+B(i+3,j+1)
R′(i,j)=R(i−2,j−2)+R(i−2,j+2)+R(i+2,j−2)+R(i+2,j+2) …(4)
Gr′(i+1,j)=Gr(i−1,j−2)+Gr(i−1,j+2)+Gr(i+3,j−2)+Gr(i+3,j+2)
Gb′(i,j+1)=Gb(i−2,j−1)+Gb(i−2,j+3)+Gb(i+2,j−1)+Gb(i+2,j+3)
B′(i+1,j+1)=B(i−1,j−1)+B(i−1,j+3)+B(i+3,j−2)+B(i+3,j+3)
ここで、注目画素の座標を(i,j)とするとともに、i=3,4,9,10,…,M−3,M−2で、j=3,4,5,6,…,N−3である(M及びNは、6以上の整数)。
Claims (5)
- 撮像レンズと、
複数色のカラーフィルタが所定のパターンで配置されたカラーフィルタアレイを有し、前記所定のパターンに対応するように複数の撮像画素が受光面に2次元的に配列された撮像素子と、
前記撮像素子の複数の撮像画素が出力する画素値のうち、注目画素に隣接し且つ同じ色の前記カラーフィルタを有する複数の撮像画素である複数の隣接画素の画素値を加算して、前記注目画素の画素値を求める演算部と、
前記注目画素を一の方向に対して1画素ずつずらしながら、前記一の方向の前記注目画素の画素値による画素列を、他の方向について所定の画素幅毎に、前記演算部に計算させて、前記他の方向に前記所定の画素幅で間引かれた画像を生成する制御部と
を備えることを特徴とする撮像装置。 - 請求項1に記載の撮像装置において、
前記複数の隣接画素は、前記一の方向及び前記他の方向、又は前記一の方向に対して45度及び135度方向の線上の各々にあって、前記注目画素に対して隣接する複数の撮像画素であることを特徴とする撮像装置。 - 請求項1または請求項2に記載の撮像装置において、
前記制御部は、
前記注目画素の位置に応じて、前記複数の隣接画素として、前記一の方向及び前記他の方向、又は前記一の方向に対して45度及び135度方向の線上の各々にあって、前記注目画素に対して隣接する複数の撮像画素の画素値を、前記演算部に用い計算させる
ことを特徴とする撮像装置。 - 請求項1ないし請求項3のいずれか1項に記載の撮像装置において、
前記演算部は、前記複数の隣接画素の画素値を加算した後、平均値を計算して前記注目画素の画素値とすることを特徴とする撮像装置。 - 請求項1ないし請求項4のいずれか1項に記載の撮像装置において、
前記間引かれた画像の前記一の方向の前記注目画素の画素値による画素列毎に、所定の画素数毎に加重平均する加重平均部をさらに備える
ことを特徴とする撮像装置。
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2009021571A JP5446291B2 (ja) | 2009-02-02 | 2009-02-02 | 撮像装置 |
| US12/689,653 US8804014B2 (en) | 2009-02-02 | 2010-01-19 | Imaging device for reducing color moire |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2009021571A JP5446291B2 (ja) | 2009-02-02 | 2009-02-02 | 撮像装置 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2010178281A true JP2010178281A (ja) | 2010-08-12 |
| JP5446291B2 JP5446291B2 (ja) | 2014-03-19 |
Family
ID=42397383
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2009021571A Expired - Fee Related JP5446291B2 (ja) | 2009-02-02 | 2009-02-02 | 撮像装置 |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US8804014B2 (ja) |
| JP (1) | JP5446291B2 (ja) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2012114819A1 (ja) * | 2011-02-24 | 2012-08-30 | ソニー株式会社 | 撮像装置、および撮像装置制御方法、並びにプログラム |
Families Citing this family (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN104041019B (zh) * | 2011-12-27 | 2016-01-06 | 富士胶片株式会社 | 摄像装置及摄像装置的控制方法 |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2003333610A (ja) * | 2002-05-15 | 2003-11-21 | Sony Corp | 画像処理装置、および画像処理方法、記録媒体、並びにプログラム |
| JP2008141728A (ja) * | 2006-11-02 | 2008-06-19 | Pentax Corp | 撮像ユニット |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP3636291B2 (ja) * | 2000-01-31 | 2005-04-06 | オリンパス株式会社 | 撮像装置 |
| JP4658401B2 (ja) * | 2001-07-27 | 2011-03-23 | オリンパス株式会社 | 撮像装置 |
| US7688364B2 (en) * | 2004-12-10 | 2010-03-30 | Ambarella, Inc. | Decimating and cropping based zoom factor for a digital camera |
| US7920200B2 (en) * | 2005-06-07 | 2011-04-05 | Olympus Corporation | Image pickup device with two cylindrical lenses |
| US8139123B2 (en) * | 2006-10-31 | 2012-03-20 | Sanyo Electric Co., Ltd. | Imaging device and video signal generating method employed in imaging device |
| JP4703601B2 (ja) * | 2007-04-27 | 2011-06-15 | 株式会社東芝 | 撮像装置 |
-
2009
- 2009-02-02 JP JP2009021571A patent/JP5446291B2/ja not_active Expired - Fee Related
-
2010
- 2010-01-19 US US12/689,653 patent/US8804014B2/en not_active Expired - Fee Related
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2003333610A (ja) * | 2002-05-15 | 2003-11-21 | Sony Corp | 画像処理装置、および画像処理方法、記録媒体、並びにプログラム |
| JP2008141728A (ja) * | 2006-11-02 | 2008-06-19 | Pentax Corp | 撮像ユニット |
Cited By (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| WO2012114819A1 (ja) * | 2011-02-24 | 2012-08-30 | ソニー株式会社 | 撮像装置、および撮像装置制御方法、並びにプログラム |
| CN102845066A (zh) * | 2011-02-24 | 2012-12-26 | 索尼公司 | 图像拾取设备和图像拾取设备控制方法、以及程序 |
| US8786731B2 (en) | 2011-02-24 | 2014-07-22 | Sony Corporation | Image pickup apparatus and image pickup apparatus control method that generates an image with transformed number of pixels |
| US9001233B2 (en) | 2011-02-24 | 2015-04-07 | Sony Corporation | Image pickup apparatus and image pickup apparatus control method that generates an image with transformed number of pixels |
Also Published As
| Publication number | Publication date |
|---|---|
| JP5446291B2 (ja) | 2014-03-19 |
| US8804014B2 (en) | 2014-08-12 |
| US20100194939A1 (en) | 2010-08-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN101682691B (zh) | 图像处理装置及图像处理方法 | |
| JP5108802B2 (ja) | 撮像装置及びそのスルー画像表示方法 | |
| JP2007150643A (ja) | 固体撮像素子、固体撮像素子の駆動方法および撮像装置 | |
| JP5068158B2 (ja) | 撮像装置 | |
| JP2013236298A (ja) | 撮像装置 | |
| JP2000244823A (ja) | 撮像素子の欠陥画素補正装置 | |
| US8218021B2 (en) | Image capture apparatus, method of controlling the same, and program | |
| JP5829122B2 (ja) | 撮像装置および評価値生成装置 | |
| JP6702792B2 (ja) | 画像処理装置およびその制御方法 | |
| JP3902525B2 (ja) | 画像信号処理装置 | |
| KR20100007628A (ko) | 이미지 센서 인터페이스 장치 및 이를 구비하는 디지털촬영 장치 | |
| JP5446291B2 (ja) | 撮像装置 | |
| JP6736612B2 (ja) | 撮像素子、撮像装置 | |
| JP5223950B2 (ja) | 撮像装置、表示制御プログラム及び表示制御方法 | |
| JP6127368B2 (ja) | 撮像装置 | |
| JP5630132B2 (ja) | 撮像装置 | |
| JP5633518B2 (ja) | データ処理装置 | |
| JP5090899B2 (ja) | 撮像装置 | |
| JP2013030939A (ja) | 撮像装置 | |
| JP5572992B2 (ja) | 画像処理装置、撮像装置及び画像処理プログラム | |
| JP2008072501A (ja) | 撮像装置、撮像方法、プログラムおよび記録媒体 | |
| JP2013157807A (ja) | 画像信号処理方法及び画像信号処理回路、並びに撮像装置 | |
| JP2012227869A (ja) | 画像処理装置及び画像処理方法並びにデジタルカメラ | |
| JP5572940B2 (ja) | 撮像装置 | |
| JP2002209224A (ja) | 画像処理装置、画像処理方法および記録媒体 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120126 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120822 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130128 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130219 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130422 |
|
| 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: 20131203 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20131216 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 5446291 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
| LAPS | Cancellation because of no payment of annual fees |