←Select platform

BinNumber Property

Summary

Gets or sets a multiple of 2 integer that specifies the number of bins for the histogram used in building a contrast enhancing transformation..

Syntax
C#
VB
Objective-C
C++
Java
public int BinNumber { get; set; } 
Public Property BinNumber As Integer 
@property (nonatomic, assign) NSInteger binNumber 
public void setBinNumber(int value) 
public int getBinNumber() 
public: 
property int BinNumber { 
   int get(); 
   void set (    int ); 
} 

Property Value

Integer between 2 and 1024.

Example

Refer to CLAHECommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly