OpenCV 4.5.3(日本語機械翻訳)
|
This algorithm transforms image to contrast using gradients on all levels of gaussian pyramid, transforms contrast values to HVS response and scales the response. After this the image is reconstructed from new contrast values. [詳解]
#include <photo.hpp>
cv::Tonemapを継承しています。
公開メンバ関数 |
|
virtual CV_WRAP float | getScale () const =0 |
virtual CV_WRAP void | setScale (float scale)=0 |
virtual CV_WRAP float | getSaturation () const =0 |
virtual CV_WRAP void | setSaturation (float saturation)=0 |
![]() |
|
virtual CV_WRAP void | process (InputArray src, OutputArray dst)=0 |
トーンマップ画像[【詳解】(英語]
|
|
virtual CV_WRAP float | getGamma () const =0 |
virtual CV_WRAP void | setGamma (float gamma)=0 |
![]() |
|
virtual CV_WRAP void | clear () |
アルゴリズムの状態をクリアする[【詳解】(英語]
|
|
virtual void | write (FileStorage &fs) const |
アルゴリズムのパラメーターをファイルストレージに格納[【詳解】(英語]
|
|
CV_WRAP void | write (const Ptr< FileStorage > &fs, const String &name=String()) const |
これはオーバーロードされたメンバ関数です。利便性のために用意されています。元の関数との違いは引き数のみです。 |
|
virtual CV_WRAP void | read (const FileNode &fn) |
アルゴリズム・パラメータをファイル・ストレージから読み込みます。[【詳解】(英語]
|
|
virtual CV_WRAP bool | empty () const |
が空の場合はtrueを返します。Algorithmが空の場合は真を返します。[【詳解】(英語]
|
|
virtual CV_WRAP void | save (const String &filename) const |
virtual CV_WRAP String | getDefaultName () const |
その他の継承メンバ |
|
![]() |
|
template<typename _Tp > | |
static Ptr< _Tp > | read (const FileNode &fn) |
ファイル・ノードからアルゴリズムを読み込む[【詳解】(英語]
|
|
template<typename _Tp > | |
static Ptr< _Tp > | load (const String &filename, const String &objname=String()) |
ファイルからアルゴリズムを読み込む[【詳解】(英語]
|
|
template<typename _Tp > | |
static Ptr< _Tp > | loadFromString (const String &strModel, const String &objname=String()) |
文字列からアルゴリズムを読み込む[【詳解】(英語]
|
|
![]() |
|
void | writeFormat (FileStorage &fs) const |
このアルゴリズムでは、ガウシアンピラミッドのすべてのレベルのグラデーションを使って画像をコントラストに変換し、コントラスト値をHVSレスポンスに変換し、レスポンスをスケーリングします。この後,新しいコントラスト値から画像を再構成します.
詳細な情報は[MM06]..