Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Histogram Property








An array of 32-bit integers that charts the number of times each intensity level occurs in the image.
Syntax
public long[] Histogram {get;}
'Declaration
 
Public ReadOnly Property Histogram As Long()
'Usage
 
Dim instance As HistogramCommand
Dim value() As Long
 
value = instance.Histogram
public long[] Histogram {get;}
@property (nonatomic, assign, readonly, nullable) unsigned long long *histogram
public long[] getHistogram()
 get_Histogram(); 
public:
property array<int64>^ Histogram {
   array<int64>^ get();
}

Property Value

An array of 64-bit integers that charts the number of times each intensity level occurs in the image.
Example
Refer to HistogramCommand.
Requirements

Target Platforms

See Also

Reference

HistogramCommand Class
HistogramCommand Members

Error processing SSI file