←Select platform

LatitudeLevels Property

Summary

Gets or sets the number of levels that will be used for Latitude reduction.

Syntax
C#
VB
Objective-C
C++
Java
public int LatitudeLevels { get; set; } 
Public Property LatitudeLevels As Integer 
@property (nonatomic, assign) NSUInteger latitudeLevels 
public int getLatitudeLevels() 
public void setLatitudeLevels(int value) 
public: 
property int LatitudeLevels { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of levels that will be used for Latitude reduction. Valid values are from 1 to maximum number of levels of the image. You can also pass -1 to use the default level value (which is 5). This option will be used only if MultiscaleEnhancementCommandFlags.LatitudeReduction is set in the Flags property. Passing zero will return an error code.

Example

Refer to MultiscaleEnhancementCommand.

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