←Select platform

TileHistClipLimit Property

Summary

Gets or sets a real scalar that specifies a contrast enhancement limit. Higher numbers result in more contrast.

Syntax
C#
VB
Objective-C
C++
Java
public float TileHistClipLimit { get; set; } 
Public Property TileHistClipLimit As Single 
@property (nonatomic, assign) float tileHistClipLimit 
public void setTileHistClipLimit(float value) 
public float getTileHistClipLimit() 
public: 
property float TileHistClipLimit { 
   float get(); 
   void set (    float ); 
} 

Property Value

Real scalar between 0 and 1.

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