|
HistogramValues Property
|
Histogram values.
Namespace:
Accord.Controls
Assembly:
Accord.Controls.Imaging (in Accord.Controls.Imaging.dll) Version: 3.8.0
Syntax [BrowsableAttribute(false)]
public int[] Values { get; set; }
<BrowsableAttribute(false)>
Public Property Values As Integer()
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Exceptions Exception | Condition |
---|
ArgumentException | Histogram values should be non-negative. |
Remarks Non-negative histogram values.
See Also