Click or drag to resize
Accord.NET (logo)

ColorRemapping Constructor

Initializes a new instance of the ColorRemapping class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ColorRemapping()
Request Example View Source
Remarks
Initializes the filter without any remapping. All pixel values are mapped to the same values.
See Also