Click or drag to resize

Histogram Constructor

Creates a Histogram object used to get brightness and channel histogram information from an AtalaImage.
Overload List
  NameDescription
Public methodHistogram(AtalaImage)
Initializes a new instance of the Histogram object.
Public methodHistogram(AtalaImage, ProgressEventHandler)
Initializes a new instance of the Histogram object.
Public methodHistogram(AtalaImage, Rectangle)
Creates a new instance of Histogram specifying the image to examine and a specific rectangular area of the image to work with.
Public methodHistogram(AtalaImage, Rectangle, ProgressEventHandler)
Creates an instance of Histogram specifying the image to examine, a selection of the image to work with and the progress event handler.
Top
See Also