TonemapReinhardColorAdaptation Property |
http://www.emgu.com
chromatic adaptation in [0, 1] range. If 1 channels are treated independently, if 0 adaptation level is the same for each channel.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic float ColorAdaptation { get; set; }
Public Property ColorAdaptation As Single
Get
Set
public:
property float ColorAdaptation {
float get ();
void set (float value);
}
member ColorAdaptation : float32 with get, set
Property Value
Type:
Single
See Also