LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Histogram Property

Show in webframe







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) 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.