JP2012069099A - 画像処理方法、画像処理装置および画像処理プログラム - Google Patents
画像処理方法、画像処理装置および画像処理プログラム Download PDFInfo
- Publication number
- JP2012069099A JP2012069099A JP2011172363A JP2011172363A JP2012069099A JP 2012069099 A JP2012069099 A JP 2012069099A JP 2011172363 A JP2011172363 A JP 2011172363A JP 2011172363 A JP2011172363 A JP 2011172363A JP 2012069099 A JP2012069099 A JP 2012069099A
- Authority
- JP
- Japan
- Prior art keywords
- image
- filter
- image restoration
- restoration filter
- frequency
- 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
- 238000003672 processing method Methods 0.000 title claims description 10
- 238000003384 imaging method Methods 0.000 claims abstract description 84
- 230000003287 optical effect Effects 0.000 claims abstract description 80
- 230000003321 amplification Effects 0.000 claims abstract description 43
- 238000003199 nucleic acid amplification method Methods 0.000 claims abstract description 43
- 238000011084 recovery Methods 0.000 claims description 65
- 238000000034 method Methods 0.000 claims description 57
- 238000005070 sampling Methods 0.000 claims description 16
- 238000004088 simulation Methods 0.000 claims description 2
- 238000004519 manufacturing process Methods 0.000 claims 2
- 230000009931 harmful effect Effects 0.000 abstract description 2
- 230000015572 biosynthetic process Effects 0.000 abstract 2
- 230000006870 function Effects 0.000 description 24
- 230000004075 alteration Effects 0.000 description 20
- 230000000694 effects Effects 0.000 description 17
- 230000002411 adverse Effects 0.000 description 16
- 238000010586 diagram Methods 0.000 description 8
- 238000004040 coloring Methods 0.000 description 6
- 230000002093 peripheral effect Effects 0.000 description 4
- 239000004065 semiconductor Substances 0.000 description 3
- 230000015556 catabolic process Effects 0.000 description 2
- 238000004590 computer program Methods 0.000 description 2
- 238000006731 degradation reaction Methods 0.000 description 2
- 238000005315 distribution function Methods 0.000 description 2
- 230000000295 complement effect Effects 0.000 description 1
- 229910044991 metal oxide Inorganic materials 0.000 description 1
- 150000004706 metal oxides Chemical class 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/73—Deblurring; Sharpening
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N25/00—Circuitry of solid-state image sensors [SSIS]; Control thereof
- H04N25/60—Noise processing, e.g. detecting, correcting, reducing or removing noise
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N25/00—Circuitry of solid-state image sensors [SSIS]; Control thereof
- H04N25/60—Noise processing, e.g. detecting, correcting, reducing or removing noise
- H04N25/61—Noise processing, e.g. detecting, correcting, reducing or removing noise the noise originating only from the lens unit, e.g. flare, shading, vignetting or "cos4"
- H04N25/615—Noise processing, e.g. detecting, correcting, reducing or removing noise the noise originating only from the lens unit, e.g. flare, shading, vignetting or "cos4" involving a transfer function modelling the optical system, e.g. optical transfer function [OTF], phase transfer function [PhTF] or modulation transfer function [MTF]
-
- 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/20048—Transform domain processing
- G06T2207/20056—Discrete and fast Fourier transform, [DFT, FFT]
-
- 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
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Image Processing (AREA)
- Studio Devices (AREA)
Abstract
【解決手段】画像処理装置は、光学系107aおよび撮像素子107bを含む撮像系により生成された撮影画像を取得する画像入力部107と、画像回復フィルタを作成するフィルタ作成部101,102,103と、撮影画像に対して画像回復フィルタを用いた画像回復処理を行って回復画像を生成する回復処理部105とを有する。フィルタ作成部は、撮像素子において発生し得る折り返り信号の周波数特性に応じて画像回復フィルタにおける各周波数成分の増幅率を設定する。
【選択図】図1
Description
g(x,y)=∫∫f(X,Y)*h(x−X,y−Y)dXdY ・・・(1)
この(1)式にフーリエ変換を施し、実空間(x,y)から周波数空間(u,v)への変換を行うと、
G(u,v)=F(u,v)*H(u,v) ・・・(2)
となる。ただし、F(u,v)はf(x,y)のフーリエ変換、G(u,v)はg(x,y)のフーリエ変換、H(u,v)はh(x,y)のフーリエ変換である。
よって、
F(u,v)=G(u,v)/H(u,v) ・・・(3)
となる。これは、周波数空間上で劣化画像g(x,y)のフーリエ変換G(u,v)をPSFh(x,y)のフーリエ変換H(u,v)で除することで、劣化を受ける前の画像f(x,y)のフーリエ変換であるF(u,v)を得ることができることを意味する。したがって、F(u,v)にフーリエ逆変換を施せば、劣化を受ける前の画像f(x,y)を得ることができる。
1/H(u,v)*|H(u,v)|2/(|H(u,v)2+Γ) ・・・(4)
ただし、H(u,v)はOTF(光学伝達関数)であり、Γはノイズの増幅量を低減するための定数である。
なお、上記実施例1,2では、画像回復処理を行う画像処理装置を内蔵した撮像装置について説明した。しかし、本発明では、撮像装置とは別の画像処理装置をパーソナルコンピュータにより構成し、撮像装置にて生成された撮影画像を画像処理装置に取り込んで、実施例1,2にて説明した画像処理プログラムにより回復画像を生成させるようにしてよい。
Filter=1/H(u,v)*|H(u,v)|2/
(|H(u,v)|2+Γ+|H(u-u_ sampling, v-v_ sampling)|) ・・(5)
ただし、H(u,v)はOTF(光学伝達関数)、u_samplingは撮像素子による空間周波数uでのサンプリング周波数、v_samplingは撮像素子による空間周波数vでのサンプリング周波数、Γはノイズの増幅量を低減するための定数である。
回復Gain=画像回復処理後のMTF/画像回復処理前のMTF
である。
また、
105,206 畳み込み処理実行システム
107,208 撮影画像入力部
107a,208a 撮影光学系
107b,208b 撮像素子
1/H(u,v)*|H(u,v)|2/(|H(u,v)| 2+Γ) ・・・(4)
ただし、H(u,v)はOTF(光学伝達関数)であり、Γはノイズの増幅量を低減するための定数である。
Claims (14)
- 光学系および撮像素子を含む撮像系により生成された撮影画像を取得する画像入力部と、
画像回復フィルタを作成するフィルタ作成部と、
前記撮影画像に対して前記画像回復フィルタを用いた画像回復処理を行って回復画像を生成する回復処理部とを有し、
前記フィルタ作成部は、前記撮像素子において発生し得る折り返り信号の周波数特性に応じて前記画像回復フィルタにおける各周波数成分の増幅率を設定することを特徴とする画像処理装置。 - 前記フィルタ作成部は、撮像素子の色成分の画素配列によるサンプリング周波数までの周波数帯域で、前記色成分の画素配列の折り返り信号の周波数特性に応じて前記画像回復フィルタにおける各周波数成分の増幅率を設定し、前記撮像素子の画素配列のナイキスト周波数までの周波数帯域で、前記画像回復フィルタを作成することを特徴とする請求項1に記載の画像処理装置。
- 前記フィルタ作成部は、前記折り返り信号の発生量が多い周波数成分ほど小さくなるように前記増幅率を設定することを特徴とする請求項1または2に記載の画像処理装置。
- 前記フィルタ作成部は、前記光学系の光学伝達関数のシミュレーション結果または実測された点像強度分布関数をフーリエ変換して得られた光学伝達関数を用いて前記画像回復フィルタを作成することを特徴とする請求項1から3のいずれか一項に記載の画像処理装置。
- 前記フィルタ作成部は、前記撮像系の変調伝達関数における前記折り返り信号を含まない周波数特性と前記折り返り信号の周波数特性との比に基づいて前記増幅率を設定することを特徴とする請求項1から4のいずれか一項に記載の画像処理装置。
- 光学系および撮像素子を含む撮像系と、
請求項1から5のいずれか一項に記載の画像処理装置とを有することを特徴とする撮像装置。 - 光学系および撮像素子を含む撮像系により生成された撮影画像を取得するステップと、
画像回復フィルタを作成するステップと、
前記撮影画像に対して前記画像回復フィルタを用いた画像回復処理を行って回復画像を生成するステップとを有し、
前記画像回復フィルタを作成するステップにおいて、前記撮像素子において発生する折り返り信号の周波数特性に応じて前記画像回復フィルタにおける各周波数成分の増幅率を設定することを特徴とする画像処理方法。 - コンピュータに、
光学系および撮像素子を含む撮像系により生成された撮影画像を取得するステップと、
画像回復フィルタを作成するステップと、
前記撮影画像に対して前記画像回復フィルタを用いた前記画像回復処理を行って回復画像を生成するステップとを含む処理を実行させ、
前記画像回復フィルタを作成するステップにおいて、前記コンピュータに、前記撮像素子において発生する折り返り信号の周波数特性に応じて前記画像回復フィルタにおける各周波数成分の増幅率を設定することを特徴とする画像処理プログラム。 - 光学系および撮像素子を含む撮像系により生成された撮影画像と、前記撮影画像の撮影条件と、前記撮像素子の画素のサイズが特定可能な情報を取得する取得ステップと、
前記撮影条件に対応する係数データを取得する係数データ取得ステップと、
前記係数データと前記撮像素子の画素のサイズが特定可能な情報に基づいて画像回復フィルタを作成するフィルタ作成ステップと、
前記撮影画像に対して前記画像回復フィルタを用いた画像回復処理を行って回復画像を生成する回復処理ステップを有することを特徴とする画像処理方法。 - 前記フィルタ作成ステップにおいて、前記係数データと前記撮像素子の画素サイズが特定可能な情報に基づく光学伝達関数の生成を介して、前記画像回復フィルタを作成することを特徴とする請求項9に記載の画像処理方法。
- コンピュータに、
光学系および撮像素子を含む撮像系により生成された撮影画像と、前記撮影画像の撮影条件と、前記撮像素子の画素のサイズが特定可能な情報を取得する取得ステップと、
前記撮影条件に対応する係数データを取得する係数データ取得ステップと、
前記係数データと前記撮像素子の画素のサイズが特定可能な情報に基づいて画像回復フィルタを作成するフィルタ作成ステップと、
前記撮影画像に対して前記画像回復フィルタを用いた画像回復処理を行って回復画像を生成する回復処理ステップとを含む処理を実行させることを特徴とする画像処理プログラム。 - 前記フィルタ作成ステップにおいて、前記係数データと前記撮像素子の画素サイズが特定可能な情報に基づく光学伝達関数の生成を介して、前記画像回復フィルタを作成することを特徴とする請求項11に記載の画像処理プログラム。
- 光学系および撮像素子を含む撮像系により生成された撮影画像と、前記撮影画像の撮影条件と、前記撮像素子の画素のサイズが特定可能な情報を取得する取得手段と、
前記撮影条件に対応する係数データを取得する係数データ取得手段と、
前記係数データと前記撮像素子の画素のサイズが特定可能な情報に基づいて画像回復フィルタを作成するフィルタ作成手段と、
前記撮影画像に対して前記画像回復フィルタを用いた画像回復処理を行って回復画像を生成する回復処理手段とを有することを特徴とする画像処理装置。 - 前記フィルタ作成手段は、前記係数データと前記撮像素子の画素サイズが特定可能な情報に基づく光学伝達関数の生成を介して、前記画像回復フィルタを生成することを特徴とする請求項13に記載の画像処理装置。
Priority Applications (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011172363A JP4931266B2 (ja) | 2010-08-27 | 2011-08-05 | 画像処理方法、画像処理装置および画像処理プログラム |
US13/212,622 US8537239B2 (en) | 2010-08-27 | 2011-08-18 | Image processing method, image processing apparatus and image processing program |
US13/975,518 US9049356B2 (en) | 2010-08-27 | 2013-08-26 | Image processing method, image processing apparatus and image processing program |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010191000 | 2010-08-27 | ||
JP2010191000 | 2010-08-27 | ||
JP2011172363A JP4931266B2 (ja) | 2010-08-27 | 2011-08-05 | 画像処理方法、画像処理装置および画像処理プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012069099A true JP2012069099A (ja) | 2012-04-05 |
JP4931266B2 JP4931266B2 (ja) | 2012-05-16 |
Family
ID=45696756
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011172363A Active JP4931266B2 (ja) | 2010-08-27 | 2011-08-05 | 画像処理方法、画像処理装置および画像処理プログラム |
Country Status (2)
Country | Link |
---|---|
US (2) | US8537239B2 (ja) |
JP (1) | JP4931266B2 (ja) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2014175314A1 (ja) * | 2013-04-26 | 2014-10-30 | 富士フイルム株式会社 | 画像処理装置、撮像装置、画像処理方法及びプログラム |
JP2017028594A (ja) * | 2015-07-27 | 2017-02-02 | キヤノン株式会社 | 画像処理装置、撮像装置、画像処理方法、画像処理プログラム、および、記憶媒体 |
KR20170042969A (ko) * | 2015-10-12 | 2017-04-20 | 삼성전자주식회사 | 텍스쳐 처리 방법 및 장치 |
KR101862643B1 (ko) * | 2014-12-01 | 2018-05-31 | 캐논 가부시끼가이샤 | 제어장치, 화상처리장치, 렌즈 장치, 화상처리 시스템, 제어 방법 및 화상처리방법 |
US9990698B2 (en) | 2014-12-01 | 2018-06-05 | Canon Kabushiki Kaisha | Control apparatus, lens apparatus, and non-transitory computer-readable storage medium that determine data as coefficient data corresponding to an order less than a predetermined order of an approximation function |
Families Citing this family (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104854858B (zh) * | 2012-09-26 | 2017-11-07 | 富士胶片株式会社 | 图像处理装置、摄像装置、计算机 |
CN105009579B (zh) * | 2013-03-04 | 2017-01-25 | 富士胶片株式会社 | 复原滤波器生成装置和方法、图像处理装置和方法以及摄像装置 |
JP5903528B2 (ja) * | 2013-07-29 | 2016-04-13 | 富士フイルム株式会社 | 撮像装置及び画像処理方法 |
JP6391383B2 (ja) * | 2014-02-10 | 2018-09-19 | キヤノン株式会社 | 画像処理装置、その制御方法、プログラム及び記憶媒体 |
KR20160071203A (ko) * | 2014-12-11 | 2016-06-21 | 삼성전자주식회사 | 이미지 신호 프로세서, 이의 작동 방법, 및 이를 포함하는 모바일 컴퓨팅 장치 |
CN104966275B (zh) * | 2015-06-12 | 2018-01-05 | 中国科学院深圳先进技术研究院 | 基于雨频率特性的单幅图像去除雨滴影响的方法和系统 |
JP2017028583A (ja) * | 2015-07-24 | 2017-02-02 | キヤノン株式会社 | 画像処理装置、撮像装置、画像処理方法、画像処理プログラム、および、記憶媒体 |
CN105069753B (zh) * | 2015-07-30 | 2018-06-26 | 华中科技大学 | 一种面向移动终端的抖动模糊图像复原方法 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000020691A (ja) * | 1998-07-01 | 2000-01-21 | Canon Inc | 画像処理装置及びその方法、撮像装置及びその制御方法並びにメモリ媒体 |
JP2002085389A (ja) * | 2000-07-14 | 2002-03-26 | Konica Corp | X線画像撮影システムおよびx線画像撮影方法 |
WO2007074649A1 (ja) * | 2005-12-27 | 2007-07-05 | Kyocera Corporation | 撮像装置およびその画像処理方法 |
Family Cites Families (19)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6822758B1 (en) | 1998-07-01 | 2004-11-23 | Canon Kabushiki Kaisha | Image processing method, system and computer program to improve an image sensed by an image sensing apparatus and processed according to a conversion process |
EP1584067A2 (en) * | 2003-01-16 | 2005-10-12 | D-blur Technologies LTD. C/o Yossi Haimov CPA | Camera with image enhancement functions |
JP2006238032A (ja) | 2005-02-24 | 2006-09-07 | Matsushita Electric Ind Co Ltd | 画像復元方法およびその装置 |
US7616841B2 (en) * | 2005-06-17 | 2009-11-10 | Ricoh Co., Ltd. | End-to-end design of electro-optic imaging systems |
US8115840B2 (en) * | 2005-11-10 | 2012-02-14 | DigitalOptics Corporation International | Image enhancement in the mosaic domain |
US20070236574A1 (en) * | 2006-03-31 | 2007-10-11 | D-Blur Technologies Ltd. | Digital filtering with noise gain limit |
JP2007322560A (ja) * | 2006-05-30 | 2007-12-13 | Kyocera Corp | 撮像装置、並びにその製造装置および製造方法 |
JP4749959B2 (ja) * | 2006-07-05 | 2011-08-17 | 京セラ株式会社 | 撮像装置、並びにその製造装置および製造方法 |
JP4749985B2 (ja) * | 2006-09-28 | 2011-08-17 | 京セラ株式会社 | 撮像装置、並びにその製造装置および製造方法 |
JP2008268937A (ja) * | 2007-03-29 | 2008-11-06 | Kyocera Corp | 撮像装置および撮像方法 |
JP4813447B2 (ja) | 2007-11-16 | 2011-11-09 | 富士フイルム株式会社 | 撮像システム、並びにこの撮像システムを備えた撮像装置、携帯端末機器、車載機器、および医療機器 |
US7948550B2 (en) * | 2008-06-27 | 2011-05-24 | Ricoh Co., Ltd. | Electro-optic imaging system with aberrated triplet lens compensated by digital image processing |
US8169516B2 (en) * | 2008-07-18 | 2012-05-01 | Ricoh Co., Ltd. | Electo-optical color imaging systems having strong lateral chromatic aberration compensated by digital image processing |
US8477206B2 (en) * | 2008-09-30 | 2013-07-02 | Canon Kabushiki Kaisha | Image processing apparatus and image processing method for performing image restoration using restoration filter |
CN102246505B (zh) * | 2008-12-10 | 2014-08-13 | 佳能株式会社 | 图像处理设备和图像处理方法以及数据处理设备和数据处理方法 |
TW201044856A (en) * | 2009-06-09 | 2010-12-16 | Ind Tech Res Inst | Image restoration method and apparatus |
JP5284537B2 (ja) * | 2010-03-31 | 2013-09-11 | キヤノン株式会社 | 画像処理装置、画像処理方法、画像処理プログラム、およびそれを用いた撮像装置 |
JP5188651B2 (ja) * | 2010-03-31 | 2013-04-24 | キヤノン株式会社 | 画像処理装置、およびそれを用いた撮像装置 |
JP5153846B2 (ja) * | 2010-09-28 | 2013-02-27 | キヤノン株式会社 | 画像処理装置、撮像装置、画像処理方法、及び、プログラム |
-
2011
- 2011-08-05 JP JP2011172363A patent/JP4931266B2/ja active Active
- 2011-08-18 US US13/212,622 patent/US8537239B2/en active Active
-
2013
- 2013-08-26 US US13/975,518 patent/US9049356B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2000020691A (ja) * | 1998-07-01 | 2000-01-21 | Canon Inc | 画像処理装置及びその方法、撮像装置及びその制御方法並びにメモリ媒体 |
JP2002085389A (ja) * | 2000-07-14 | 2002-03-26 | Konica Corp | X線画像撮影システムおよびx線画像撮影方法 |
WO2007074649A1 (ja) * | 2005-12-27 | 2007-07-05 | Kyocera Corporation | 撮像装置およびその画像処理方法 |
Cited By (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2014175314A1 (ja) * | 2013-04-26 | 2014-10-30 | 富士フイルム株式会社 | 画像処理装置、撮像装置、画像処理方法及びプログラム |
JP5851655B2 (ja) * | 2013-04-26 | 2016-02-03 | 富士フイルム株式会社 | 画像処理装置、撮像装置、画像処理方法及びプログラム |
KR101862643B1 (ko) * | 2014-12-01 | 2018-05-31 | 캐논 가부시끼가이샤 | 제어장치, 화상처리장치, 렌즈 장치, 화상처리 시스템, 제어 방법 및 화상처리방법 |
US9990698B2 (en) | 2014-12-01 | 2018-06-05 | Canon Kabushiki Kaisha | Control apparatus, lens apparatus, and non-transitory computer-readable storage medium that determine data as coefficient data corresponding to an order less than a predetermined order of an approximation function |
JP2017028594A (ja) * | 2015-07-27 | 2017-02-02 | キヤノン株式会社 | 画像処理装置、撮像装置、画像処理方法、画像処理プログラム、および、記憶媒体 |
KR20170042969A (ko) * | 2015-10-12 | 2017-04-20 | 삼성전자주식회사 | 텍스쳐 처리 방법 및 장치 |
JP2017076388A (ja) * | 2015-10-12 | 2017-04-20 | 三星電子株式会社Samsung Electronics Co.,Ltd. | テクスチャ処理方法及びテクスチャ処理装置 |
KR102512521B1 (ko) * | 2015-10-12 | 2023-03-21 | 삼성전자주식회사 | 텍스쳐 처리 방법 및 장치 |
Also Published As
Publication number | Publication date |
---|---|
US8537239B2 (en) | 2013-09-17 |
US20140063325A1 (en) | 2014-03-06 |
US9049356B2 (en) | 2015-06-02 |
US20120050583A1 (en) | 2012-03-01 |
JP4931266B2 (ja) | 2012-05-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4931266B2 (ja) | 画像処理方法、画像処理装置および画像処理プログラム | |
US10282822B2 (en) | Digital correction of optical system aberrations | |
US8754957B2 (en) | Image processing apparatus and method | |
JP6327922B2 (ja) | 画像処理装置、画像処理方法、およびプログラム | |
JP5222472B2 (ja) | 画像処理装置、画像復元方法およびプログラム | |
JP5991749B2 (ja) | 画像処理装置及び方法 | |
JP2011215707A (ja) | 画像処理装置、撮像装置、画像処理方法およびプログラム | |
JP5541205B2 (ja) | 画像処理装置、撮像装置、画像処理プログラムおよび画像処理方法 | |
JP2012156715A (ja) | 画像処理装置、撮像装置、画像処理方法およびプログラム。 | |
US8629917B2 (en) | Image processing apparatus, method, and recording medium | |
JP2010141661A (ja) | 画像処理装置 | |
JP2013033496A (ja) | 画像処理装置、撮像装置、画像処理方法、及び、プログラム | |
JP6592622B2 (ja) | 画像処理装置、画像処理方法、およびカメラシステム | |
JP6333076B2 (ja) | 撮像装置、撮像装置の制御方法、プログラム、および、記憶媒体 | |
JP5743772B2 (ja) | 画像処理システム | |
JP6486076B2 (ja) | 画像処理装置および画像処理方法 | |
JP2012156714A (ja) | プログラム、画像処理装置、画像処理方法および撮像装置。 | |
JP2015109562A (ja) | 画像処理装置、撮像装置、制御方法、及びプログラム | |
JP2011193276A (ja) | 撮像装置、その制御方法及びプログラム | |
JP6306811B2 (ja) | 画像処理装置、情報処理方法及びプログラム | |
JP5418258B2 (ja) | 撮像装置および画像処理方法 | |
JP6671963B2 (ja) | 画像処理装置、撮像装置、画像処理方法、画像処理プログラムおよび記録媒体 | |
JP2017123532A (ja) | 画像処理装置、撮像装置、画像処理方法、画像処理プログラムおよび記録媒体 | |
JP6452389B2 (ja) | 画像処理装置および画像処理方法 | |
JP2015076685A (ja) | 画像処理装置、撮像装置、撮像システム、画像処理方法、画像処理プログラム、および、記憶媒体 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
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: 20120117 |
|
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: 20120213 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 4931266 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20150224 Year of fee payment: 3 |