LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

LatitudeLevels Property

Show in webframe







Gets or sets the number of levels that will be used for Latitude reduction.
Syntax
public int LatitudeLevels {get; set;}
'Declaration
 
Public Property LatitudeLevels As Integer
'Usage
 
Dim instance As MultiscaleEnhancementCommand
Dim value As Integer
 
instance.LatitudeLevels = value
 
value = instance.LatitudeLevels
public int LatitudeLevels {get; set;}
@property (nonatomic, assign) unsigned int latitudeLevels;
public int getLatitudeLevels()
public void setLatitudeLevels(int value)
            
 
get_LatitudeLevels();
set_LatitudeLevels(value);
Object.defineProperty('LatitudeLevels');
public:
property int LatitudeLevels {
   int get();
   void set (    int value);
}

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

See Also

Reference

MultiscaleEnhancementCommand Class
MultiscaleEnhancementCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.