Click or drag to resize
Accord.NET (logo)

ExtractNormalizedRGBChannel Constructor (Int16)

Initializes a new instance of the ExtractNormalizedRGBChannel class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ExtractNormalizedRGBChannel(
	short channel
)
Request Example View Source

Parameters

channel
Type: SystemInt16
Normalized RGB channel to extract.
See Also