Returns the histogram of intensities for this image

Namespace:  CoreDevices
Assembly:  Micromanager_net (in Micromanager_net.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool GetHistogram(
	out int[] histogram,
	out long MaxValue,
	out long MinValue,
	out long MaxPossible
)
Visual Basic (Declaration)
Public Function GetHistogram ( _
	<OutAttribute> ByRef histogram As Integer(), _
	<OutAttribute> ByRef MaxValue As Long, _
	<OutAttribute> ByRef MinValue As Long, _
	<OutAttribute> ByRef MaxPossible As Long _
) As Boolean
Visual C++
public:
virtual bool GetHistogram(
	[OutAttribute] array<int>^% histogram, 
	[OutAttribute] long long% MaxValue, 
	[OutAttribute] long long% MinValue, 
	[OutAttribute] long long% MaxPossible
) sealed

Parameters

histogram
Type: array< System..::.Int32 >[]()[] %

[Missing <param name="histogram"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]

MaxValue
Type: System..::.Int64 %

[Missing <param name="MaxValue"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]

MinValue
Type: System..::.Int64 %

[Missing <param name="MinValue"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]

MaxPossible
Type: System..::.Int64 %

[Missing <param name="MaxPossible"/> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]

Return Value

[Missing <returns> documentation for "M:CoreDevices.CoreImage.GetHistogram(System.Int32[]@,System.Int64@,System.Int64@,System.Int64@)"]

Implements

ICoreImageCom..::.GetHistogram(array<Int32>[]()[]%, Int64%, Int64%, Int64%)

See Also