TonemapReinhardLightAdaptation Property |
http://www.emgu.com
Light adaptation in [0, 1] range. If 1 adaptation is based only on pixel value, if 0 it is global, otherwise it is a weighted mean of this two cases.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic float LightAdaptation { get; set; }
Public Property LightAdaptation As Single
Get
Set
public:
property float LightAdaptation {
float get ();
void set (float value);
}
member LightAdaptation : float32 with get, set
Property Value
Type:
Single
See Also