TonemapDurandContrast Property |
http://www.emgu.com
Resulting contrast on logarithmic scale, i. e. log(max / min), where max and min are maximum and minimum luminance values of the resulting image.
Namespace:
Emgu.CV.XPhoto
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic float Contrast { get; set; }
Public Property Contrast As Single
Get
Set
public:
property float Contrast {
float get ();
void set (float value);
}
member Contrast : float32 with get, set
Property Value
Type:
Single
See Also