Click or drag to resize
Accord.NET (logo)

VerticalIntensityStatistics Constructor (UnmanagedImage)

Initializes a new instance of the HorizontalIntensityStatistics class.

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

Parameters

image
Type: Accord.ImagingUnmanagedImage
Source unmanaged image.
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionUnsupported pixel format of the source image.
See Also