Click or drag to resize

Histogram Constructor (AtalaImage)

Initializes a new instance of the Histogram object.
Initializes a new instance of the Histogram object.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Histogram(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The image to evaluate.
See Also