JP6358084B2 - 画像処理装置 - Google Patents
画像処理装置 Download PDFInfo
- Publication number
- JP6358084B2 JP6358084B2 JP2014264955A JP2014264955A JP6358084B2 JP 6358084 B2 JP6358084 B2 JP 6358084B2 JP 2014264955 A JP2014264955 A JP 2014264955A JP 2014264955 A JP2014264955 A JP 2014264955A JP 6358084 B2 JP6358084 B2 JP 6358084B2
- Authority
- JP
- Japan
- Prior art keywords
- edge
- image
- pixel
- blur amount
- value
- 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.)
- Active
Links
- 238000004364 calculation method Methods 0.000 claims description 17
- 238000000605 extraction Methods 0.000 claims description 6
- 238000000034 method Methods 0.000 description 18
- 230000001186 cumulative effect Effects 0.000 description 12
- 238000010586 diagram Methods 0.000 description 10
- 238000003384 imaging method Methods 0.000 description 10
- 238000001514 detection method Methods 0.000 description 6
- 230000006870 function Effects 0.000 description 6
- 238000006243 chemical reaction Methods 0.000 description 5
- 230000004069 differentiation Effects 0.000 description 4
- 230000003287 optical effect Effects 0.000 description 3
- 238000001228 spectrum Methods 0.000 description 3
- 238000012544 monitoring process Methods 0.000 description 2
- NAWXUBYGYWOOIX-SFHVURJKSA-N (2s)-2-[[4-[2-(2,4-diaminoquinazolin-6-yl)ethyl]benzoyl]amino]-4-methylidenepentanedioic acid Chemical compound C1=CC2=NC(N)=NC(N)=C2C=C1CCC1=CC=C(C(=O)N[C@@H](CC(=C)C(O)=O)C(O)=O)C=C1 NAWXUBYGYWOOIX-SFHVURJKSA-N 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 239000006185 dispersion Substances 0.000 description 1
- 239000000284 extract Substances 0.000 description 1
- 238000007689 inspection Methods 0.000 description 1
- 238000013139 quantization Methods 0.000 description 1
- 238000011410 subtraction method Methods 0.000 description 1
- 238000003786 synthesis reaction Methods 0.000 description 1
- 230000001131 transforming effect Effects 0.000 description 1
Images
Landscapes
- Testing, Inspecting, Measuring Of Stereoscopic Televisions And Televisions (AREA)
- Image Analysis (AREA)
Description
〈画像処理装置を含む画像処理システム〉
図1は本発明の実施形態に係る画像処理装置を含む画像処理システムを示す図である。この画像処理システムは、PC(パーソナルコンピュータ)1と、それぞれがPC1に接続されたカメラ2、キーボード3、マウス4、およびモニタ5を備えている。
図2は、図1におけるボケ量推定手段21の機能構成を示すブロック図である。図示のように、ボケ量推定手段21は、画像取得手段211、モノクロ変換手段212、ノイズ除去手段213、エッジベクトル算出手段214、エッジ判定手段215、および標準偏差値算出手段216を備えている。
エッジ強度=√(fx2+fy2) …式〔1〕
エッジ方向=tan−1(fy/fx) …式〔2〕
次に標準偏差値算出手段216により算出される正規分布の標準偏差値がエッジ部のボケ量の推定値として利用できる理由について説明する。
図3は、ボケ画像のエッジ部の輝度値と画素位置との関係に近似する累積分布曲線を示す図であり、図4は、図3に示す累積分布曲線の微分処理により取得される正規分布曲線を示す図である。
図8は、実際のボケ画像におけるエッジ部画素の位置について説明するための図である。この図における横軸、縦軸は、図4における横軸、縦軸と同じである。また、Y−1、Y0、Y1は、それぞれ、X−1、X0、X1に位置する画素の輝度差であり、XZはエッジの真の中心位置である。
F(x)={1/√(2πσ2)}・exp{−(x−μ)2/2σ2} …式〔3〕
この式において、μは平均値、σ2は分散値(σは標準偏差値)である。
F(X−1)=Y−1=(H/σ)・exp{−(X−1−XZ)2/2σ2} …式〔4〕
F(X0)=Y0=(H/σ)・exp{−(X0−XZ)2/2σ2} …式〔5〕
F(X1)=Y1=(H/σ)・exp{−(X1−XZ)2/2σ2} …式〔6〕
(σ/H)=exp{−(X−1−XZ)2/2σ2}/Y−1 …式〔7〕
(σ/H)=exp{−(X0−XZ)2/2σ2}/Y0 …式〔8〕
(σ/H)=exp{−(X1−XZ)2/2σ2}/Y1 …式〔9〕
exp{−(X−1−XZ)2/2σ2}/Y−1=exp{−(X0−XZ)2/2σ2}/Y0 …式〔10〕
exp{−(X0−XZ)2/2σ2}/Y0=exp{−(X1−XZ)2/2σ2}/Y1 …式〔11〕
Y−1/Y0=exp{−(X−1−XZ)2/2σ2}/exp{−(X0−XZ)2/2σ2} …式〔12〕
Y0/Y1=exp{−(X0−XZ)2/2σ2}/exp{−(X1−XZ)2/2σ2} …式〔13〕
Y−1/Y0=exp[{−(X−1−XZ)2+(X0−XZ)2}/2σ2] …式〔14〕
Y0/Y1=exp[{−(X0−XZ)2+(X1−XZ)2}/2σ2] …式〔15〕
Ln(Y−1/Y0)={−(X−1−XZ)2+(X0−XZ)2}/2σ2 …式〔16〕
Ln(Y0/Y1)={−(X0−XZ)2+(X1−XZ)2}/2σ2 …式〔17〕
Ln(Y−1/Y0)=(X0−X−1)(X−1+X0−2XZ)/2σ2 …式〔18〕
Ln(Y0/Y1)=(X1−X0)(X0+X1−2XZ)/2σ2 …式〔19〕
Ln(Y−1/Y0)=(X−1+X0−2XZ)/2σ2 …式〔20〕
Ln(Y0/Y1)=(X0+X1−2XZ)/2σ2 …式〔21〕
Ln(Y−1/Y0)−Ln(Y0/Y1)={(X−1+X0−2XZ)−(X0+X1−2XZ)}/2σ2 …式〔22〕
Ln(Y−1・Y1/Y0 2)=(X−1−X1)/2σ2 …式〔23〕
σ=√[(X−1−X1)/{2・Ln(Y−1・Y1/Y0 2)}] …式〔24〕
となる。
σ=√[−1/Ln(Y−1・Y1/Y0 2)] …式〔25〕
となる。
図9は、図2におけるボケ量推定手段21の処理手順を示すフローチャートである。この図を参照して、ボケ量推定手段21の処理手順について詳細に説明する。
次にボケ量推定手段21により実際に算出した画像のボケ量の推定値の一例について説明する。
図8を参照して説明したように、エッジ中心画素の位置X0と真のエッジ中心XZとが一致するとは限らない。本実施形態に係る画像処理装置では、エッジ中心検出手段22がボケ量推定手段21における標準偏差値算出手段216の算出結果を用いて、真のエッジ中心XZを検出することができる。
Ln(Y−1/Y0)=(1−2XZ)/2σ2=(1−2XZ)/2σ2 …式〔26〕
この式〔26〕をXZについて解くことで、下記の式〔27〕が得られる。
XZ=(−1/2){1+2σ2・Ln(Y−1/Y0)} …式〔27〕
XZ=(1/2){1−2σ2・Ln(Y0/Y1)} …式〔28〕
Claims (2)
- 画像のエッジ部を抽出するエッジ抽出手段と、
該エッジ抽出手段により抽出されたエッジ部の画素の画素値に基づき、前記エッジ部のボケ量の推定値σを算出するボケ量推定値算出手段と、
を有し、
前記エッジ部の画素は、エッジ中心画素と、その両側の一対の画素であり、
前記ボケ量推定値算出手段は、
画素の位置をX軸とし、画素の画素値をY軸としたXY座標における前記エッジ中心画素の位置、前記一対の画素の位置がそれぞれX 0 、X −k 、X k かつX 0 −X −k =k、X k −X 0 =kであり、位置がX 0 、X −k 、X k の画素の画素値がそれぞれY 0 、Y −k 、Y k である場合、
σ=√[−k 2 /{Ln(Y −k ・Y k /Y 0 2 )}](ただし、kは1,2、Lnは自然対数)
の数式により前記推定値σを算出する画像処理装置。 - 請求項1に記載された画像処理装置において、
X 0 =0、X −k =−k、X k =kである場合、
前記ボケ量推定値算出手段により算出された前記推定値σと、
X Z =(−1/2k){k 2 +2σ 2 ・Ln(Y −k /Y 0 )}
又は
X Z =(1/2k){k 2 −2σ 2 ・Ln(Y 0 /Y k )}
の数式とから前記エッジ部の真の中心の位置X Z を検出するエッジ中心検出手段を有する画像処理装置。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014264955A JP6358084B2 (ja) | 2014-12-26 | 2014-12-26 | 画像処理装置 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2014264955A JP6358084B2 (ja) | 2014-12-26 | 2014-12-26 | 画像処理装置 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2016126418A JP2016126418A (ja) | 2016-07-11 |
JP6358084B2 true JP6358084B2 (ja) | 2018-07-18 |
Family
ID=56359548
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2014264955A Active JP6358084B2 (ja) | 2014-12-26 | 2014-12-26 | 画像処理装置 |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP6358084B2 (ja) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10979629B2 (en) | 2018-06-19 | 2021-04-13 | Samsung Display Co., Ltd. | Image processing device and image processing method for correcting images obtained from a display surface of mass produced display device |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN113129235B (zh) * | 2021-04-22 | 2024-10-08 | 深圳市深图医学影像设备有限公司 | 一种医学图像噪声抑制算法 |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8094958B2 (en) * | 2006-11-09 | 2012-01-10 | Electronics And Telecommunications Research Institute | Apparatus and method for sharpening blurred enlarged image |
JP4982331B2 (ja) * | 2007-11-05 | 2012-07-25 | 株式会社ニコンシステム | 画像評価装置、および画像評価プログラム |
JP5805619B2 (ja) * | 2012-12-26 | 2015-11-04 | 株式会社日本自動車部品総合研究所 | 境界線認識装置 |
TW201437966A (zh) * | 2013-03-29 | 2014-10-01 | Automotive Res & Testing Ct | 自適應影像邊緣修復裝置及其方法 |
-
2014
- 2014-12-26 JP JP2014264955A patent/JP6358084B2/ja active Active
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10979629B2 (en) | 2018-06-19 | 2021-04-13 | Samsung Display Co., Ltd. | Image processing device and image processing method for correcting images obtained from a display surface of mass produced display device |
Also Published As
Publication number | Publication date |
---|---|
JP2016126418A (ja) | 2016-07-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Zhuo et al. | Defocus map estimation from a single image | |
US8405742B2 (en) | Processing images having different focus | |
JP5657494B2 (ja) | シワ検出方法、シワ検出装置およびシワ検出プログラム、並びに、シワ評価方法、シワ評価装置およびシワ評価プログラム | |
WO2018176938A1 (zh) | 红外光斑中心点提取方法、装置和电子设备 | |
JP6138861B2 (ja) | 距離算出装置 | |
WO2013132951A1 (ja) | 距離算出装置及び距離算出方法 | |
JP2018510324A5 (ja) | ||
WO2012020558A1 (ja) | 画像処理装置、画像処理方法、表示装置、表示方法およびプログラム | |
US20170287157A1 (en) | Three-dimensional shape measuring apparatus, three-dimensional shape measuring method, and storage medium | |
US9584790B2 (en) | Edge preserving depth filtering | |
US20180336688A1 (en) | Image processing apparatus and image processing method, and storage medium | |
KR20170064652A (ko) | 에고모션 추정 시스템 및 방법 | |
JP6358084B2 (ja) | 画像処理装置 | |
WO2019123554A1 (ja) | 画像処理装置、画像処理方法、及び、記録媒体 | |
JP6327024B2 (ja) | 画像処理装置 | |
US9569674B2 (en) | Movement amount estimation device, movement amount estimation method, and computer-readable recording medium storing movement amount estimation program | |
JP6273921B2 (ja) | 画像処理装置 | |
US11341762B2 (en) | Object detection device, object detection system, object detection method, and recording medium having program recorded thereon | |
CN110827254A (zh) | 图像清晰度的确定方法和装置 | |
KR101705333B1 (ko) | 스테레오 카메라를 이용한 sift 특징점 로컬 영역의 깊이 변화 측정 방법 | |
JP2019016865A (ja) | 画像処理装置、画像処理方法 | |
JP2020021314A (ja) | 画像処理装置及び画像処理方法 | |
JP6369058B2 (ja) | 画像処理装置 | |
JP6340837B2 (ja) | 画像処理装置 | |
JP2017117038A (ja) | 道路面推定装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20170419 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20180313 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20180509 |
|
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: 20180522 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180604 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6358084 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313111 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |