Click or drag to resize
Accord.NET (logo)

ImageStatisticsHSL Constructor (UnmanagedImage)

Initializes a new instance of the ImageStatisticsHSL class.

Namespace:  Accord.Imaging
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public ImageStatisticsHSL(
	UnmanagedImage image
)
Request Example View Source

Parameters

image
Type: Accord.ImagingUnmanagedImage
Unmanaged image to gather statistics about.
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionSource pixel format is not supported.
See Also