| TonemapReinhardLightAdaptation Property |
Gets or sets light adaptation in [0, 1] range. If 1 adaptation is based only on pixel
value, if 0 it's global, otherwise it's a weighted mean of this two cases.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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:
SingleSee Also