LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Histogram Property






An array of 32-bit integers that charts the number of times each intensity level occurs in the image. .NET support WinRT support Silverlight support
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;}
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HistogramCommand Class
HistogramCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.