Click or drag to resize
Accord.NET (logo)

ContrastCorrection Constructor (Int32)

Initializes a new instance of the ContrastCorrection class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ContrastCorrection(
	int factor
)
Request Example View Source

Parameters

factor
Type: SystemInt32
Contrast adjusting factor.
See Also