JP5855852B2 - ハイパボリックタンジェント関数曲線を用いたコントラスト改善方法 - Google Patents
ハイパボリックタンジェント関数曲線を用いたコントラスト改善方法 Download PDFInfo
- Publication number
- JP5855852B2 JP5855852B2 JP2011130417A JP2011130417A JP5855852B2 JP 5855852 B2 JP5855852 B2 JP 5855852B2 JP 2011130417 A JP2011130417 A JP 2011130417A JP 2011130417 A JP2011130417 A JP 2011130417A JP 5855852 B2 JP5855852 B2 JP 5855852B2
- Authority
- JP
- Japan
- Prior art keywords
- image
- contrast
- factor
- value
- luminance
- 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
- 238000000034 method Methods 0.000 title claims description 16
- 230000006872 improvement Effects 0.000 title claims description 13
- 238000005286 illumination Methods 0.000 claims description 17
- 238000013507 mapping Methods 0.000 claims 1
- 230000008859 change Effects 0.000 description 3
- 230000008569 process Effects 0.000 description 3
- 230000035945 sensitivity Effects 0.000 description 3
- 230000003044 adaptive effect Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 238000005562 fading Methods 0.000 description 1
- 238000005259 measurement Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/90—Dynamic range modification of images or parts thereof
- G06T5/92—Dynamic range modification of images or parts thereof based on global image properties
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
- G06T5/40—Image enhancement or restoration using histogram techniques
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Facsimile Image Signal Circuits (AREA)
- Image Processing (AREA)
- Studio Devices (AREA)
Description
1.低照明画像
2.逆光画像
3.通常照明画像
4.ハイコントラスト画像
i) 0<Imean≦50である場合:低照明画像
ii) 50<Imean≦200である場合:通常照明画像
iii) 200<Imean≦255である場合:逆光画像
iv) 輝度ヒストグラム分布で、最高ピクセル数を有する輝度値が高輝度と低輝度に分かれている場合:ハイコントラスト画像
i)低照明画像
Cutoff_Factor=0.35
Amplitude_Factor=0.74;
ii)逆光画像
Cutoff_Factor=0.35
Amplitude_Factor=6;
iii)通常照明画像
Cutoff_Factor=1
Amplitude_Factor=1.94;
iv)ハイコントラスト画像
Cutoff_Factor=1
Amplitude_Factor=0.0002;
1.輝度別に標準化されたピクセル値(NormPixVal)=ピクセル値(PixVal)/255を計算する。ここでピクセル値(PixVal)は0〜255の値である。
2.x=(NormPixVal^Cutoff_Factor−0.5)×Amplitude_Factorを計算する。ここで、Cutoff_FactorとAmplitude_Factorは画像の種類別に与えられる係数である。
3.tanh(x)を計算する。
4.tanh(x)の最大値と最小値を求める。
5.tanh(x)の値を0〜255範囲に標準化する。
Claims (4)
- 画像の種類によって適応的にコントラストを改善する方法であって、
画像を読み込む段階と、
前記画像の平均輝度値と輝度ヒストグラムを算出する段階と、
前記平均輝度値と輝度ヒストグラムに基づいて画像の種類を判断する段階と、
前記画像の種類によって互いに異なる係数をハイパボリックタンジェント関数曲線に適用してコントラスト参照曲線を生成する段階と、
前記生成されたコントラスト参照曲線を使用して前記画像のコントラストの改善を遂行する段階と、を含み、
前記画像の種類を判断する段階は、
平均輝度値(Imean)が、
i)0<Imean≦50である場合は、低照明画像であり、
ii)50<Imean≦200である場合は、通常照明画像であり、
iii)輝度ヒストグラム分布で、最高ピクセル数を有する輝度値が高輝度と低輝度に分かれている場合は、ハイコントラスト画像である、と判断する段階を含み、
前記平均輝度値(Imean)は0〜225の間の値を有し、
前記コントラスト参照曲線を生成する段階は、
輝度別に標準化されたピクセル値(NormPixVal)=ピクセル値(PixVal)/255を算出する段階と、
x=(NormPixVal^Cutoff_Factor−0.5)×Amplitude_Factorを計算する段階と、
tanh(x)を計算する段階と、を含み、
PixValは0乃至255の輝度値であり、カットオフファクター(Cutoff_Factor)と振幅ファクター(Amplitude_Factor)は前記画像の種類別に与えられる係数であることを特徴とするコントラスト改善方法。 - 前記コントラスト参照曲線を生成する段階は、
前記求められたtanh(x)の最大値と最小値を求める段階と、
前記tanh(x)値を0〜225の範囲に標準化する段階をさらに含む、
請求項1に記載のコントラスト改善方法。 - 前記画像の種類別に与えられる係数は、
i)前記画像が低照明画像である場合は、カットオフファクター(Cutoff_Factor)=0.35、振幅ファクター(Amplitude_Factor)=0.74であり、
ii)前記画像が通常照明画像である場合は、カットオフファクター=1、振幅ファクター=1.94であり、
iii)前記画像がハイコントラスト画像である場合は、カットオフファクター=1、振幅ファクター=0.0002である、請求項2に記載のコントラスト改善方法。 - コントラストの改善を遂行する段階は、
前記画像のRGB値を読み込む段階と、
前記RGB値をHSV値に変換する段階と、
前記HSV値のうちのV値を、前記コントラスト参照曲線を使用してマッピングする段階と、
前記マッピングされたV値をHS値と結合する段階と、
結合されたHSV値をRGB値に変換する段階と、を含む、請求項1乃至3のいずれか一項に記載のコントラスト改善方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR20100110235 | 2010-11-08 | ||
KR10-2010-0110235 | 2010-11-08 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2012104098A JP2012104098A (ja) | 2012-05-31 |
JP2012104098A5 JP2012104098A5 (ja) | 2014-07-24 |
JP5855852B2 true JP5855852B2 (ja) | 2016-02-09 |
Family
ID=46019682
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011130417A Active JP5855852B2 (ja) | 2010-11-08 | 2011-06-10 | ハイパボリックタンジェント関数曲線を用いたコントラスト改善方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US8559750B2 (ja) |
JP (1) | JP5855852B2 (ja) |
Families Citing this family (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR20120122574A (ko) * | 2011-04-29 | 2012-11-07 | 에스케이하이닉스 주식회사 | 디지털 카메라 장치에서 영상 처리 장치 및 방법 |
KR101805005B1 (ko) * | 2011-11-07 | 2018-01-10 | 삼성전자주식회사 | 디지털 촬영장치 |
US10530995B2 (en) | 2015-06-12 | 2020-01-07 | Gopro, Inc. | Global tone mapping |
JP2017040520A (ja) * | 2015-08-19 | 2017-02-23 | 株式会社島津製作所 | 分析データ表示処理装置及び表示処理プログラム |
KR102360156B1 (ko) * | 2016-06-03 | 2022-02-09 | 현대자동차주식회사 | 저조도 영상의 시인성 개선 방법 |
EP3805882B1 (de) * | 2019-10-10 | 2022-06-08 | Siemens Aktiengesellschaft | Leitsystem für eine technische anlage mit trendkurvendiagramm |
US11657648B2 (en) | 2021-03-31 | 2023-05-23 | Revieve Oy | Method and system for measuring a feature of persons |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS5983149A (ja) * | 1982-11-04 | 1984-05-14 | Fuji Photo Film Co Ltd | 階調補正曲線の作成方法 |
US5768440A (en) * | 1996-12-18 | 1998-06-16 | Xerox Corporation | Adaptive noise removal for video images with less correction of current pixel for higher variations between surrounding pixels |
DE69913534T2 (de) * | 1998-07-15 | 2004-09-30 | Kodak Polychrome Graphics Llc, Norwalk | Verfahren und vorrichtung zur bilderzeugung |
JP3902894B2 (ja) * | 1999-10-15 | 2007-04-11 | 理想科学工業株式会社 | 画像処理装置及び画像処理方法 |
US6822762B2 (en) * | 2000-03-31 | 2004-11-23 | Hewlett-Packard Development Company, L.P. | Local color correction |
US6826310B2 (en) * | 2001-07-06 | 2004-11-30 | Jasc Software, Inc. | Automatic contrast enhancement |
JP4167097B2 (ja) * | 2003-03-17 | 2008-10-15 | 株式会社沖データ | 画像処理方法および画像処理装置 |
US7508550B2 (en) * | 2004-06-17 | 2009-03-24 | Fujifilm Corporation | Image correcting apparatus and method, and image correcting program, and look-up table creating apparatus and method, and look-up table creating program |
KR100707270B1 (ko) * | 2005-08-17 | 2007-04-16 | 삼성전자주식회사 | Rgb값을 이용한 영상 콘트라스트 개선 방법 및 장치 |
JP4719559B2 (ja) * | 2005-11-30 | 2011-07-06 | 学校法人 中央大学 | 画質改善装置及びプログラム |
SG139602A1 (en) * | 2006-08-08 | 2008-02-29 | St Microelectronics Asia | Automatic contrast enhancement |
JP2010109794A (ja) * | 2008-10-31 | 2010-05-13 | Samsung Electronics Co Ltd | 映像信号処理装置、映像信号処理方法、プログラム、および表示装置 |
-
2011
- 2011-05-24 US US13/114,557 patent/US8559750B2/en active Active
- 2011-06-10 JP JP2011130417A patent/JP5855852B2/ja active Active
Also Published As
Publication number | Publication date |
---|---|
US8559750B2 (en) | 2013-10-15 |
US20120114238A1 (en) | 2012-05-10 |
JP2012104098A (ja) | 2012-05-31 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5855852B2 (ja) | ハイパボリックタンジェント関数曲線を用いたコントラスト改善方法 | |
CN110766621B (zh) | 图像处理方法、装置、存储介质及电子设备 | |
KR101812807B1 (ko) | 영역별 가중치를 기반으로 한 적응형 자동 노출 제어 방법 | |
JP4849818B2 (ja) | ホワイトバランス調整装置及び色識別装置 | |
JP6553624B2 (ja) | 計測機器、及びシステム | |
JP5781372B2 (ja) | 画像処理装置及び撮像装置 | |
CN110139020B (zh) | 一种图像处理方法及其装置 | |
CN112950499B (zh) | 图像处理方法、装置、电子设备及存储介质 | |
JP2011086976A (ja) | 画像処理装置および画像処理方法 | |
KR101113483B1 (ko) | 컬러 영상의 가시성 향상 장치 및 방법 | |
WO2022067761A1 (zh) | 图像处理方法、装置、拍摄设备、可移动平台及计算机可读存储介质 | |
JP5846356B2 (ja) | 白色調整装置及び白色調整プログラム | |
Jiang et al. | Color image enhancement with brightness preservation using a histogram specification approach | |
KR20190073516A (ko) | 화상 처리 장치, 디지털 카메라, 화상 처리 프로그램, 및 기록 매체 | |
US10438333B2 (en) | Apparatus, method, and non-transitory computer-readable storage medium | |
JP5907590B2 (ja) | 画像処理装置、画像処理方法およびプログラム | |
JP5899894B2 (ja) | 撮像装置、画像処理装置、画像処理プログラムおよび画像処理方法 | |
US20120274816A1 (en) | Apparatus and method for processing image in digital camera | |
CN103685972B (zh) | 影像优化方法以及使用此方法的系统 | |
CN115914850A (zh) | 增强宽动态图像通透性的方法、电子设备和存储介质 | |
KR101810686B1 (ko) | 하이퍼볼릭 탄젠트 함수 곡선 및 이미지 히스토그램을 이용한 적응적 콘트라스트 개선 방법 | |
KR101418521B1 (ko) | 밝기 대비 향상을 통한 영상 화질 개선 방법 및 장치 | |
Yun et al. | A contrast enhancement method for HDR image using a modified image formation model | |
CN110351542A (zh) | 一种针对视频帧的色彩校正方法及装置 | |
CN116962890B (zh) | 点云图像的处理方法、装置、设备和存储介质 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130621 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A821 Effective date: 20130621 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140610 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20140610 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20150225 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150303 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150527 |
|
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: 20151110 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20151210 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5855852 Country of ref document: JP 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 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |