←Select platform

Histogram Property

Summary

An array of 32-bit integers that charts the number of times each intensity level occurs in the image.

Syntax
C#
VB
Objective-C
C++
Java
public long[] Histogram { get; } 
Public ReadOnly Property Histogram As Long() 
@property (nonatomic, assign, readonly, nullable) unsigned long long *histogram 
public long[] getHistogram() 
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

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly