LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

Range Property






Gets or sets the frequency range to be computed when the DiscreteFourierTransformCommandFlags.InverseDiscreteFourierTransform flag is set. .NET support WinRT support
Syntax
public LeadRect Range {get; set;}
'Declaration
 
Public Property Range As LeadRect
'Usage
 
Dim instance As DiscreteFourierTransformCommand
Dim value As LeadRect
 
instance.Range = value
 
value = instance.Range
public LeadRect Range {get; set;}
 get_Range();
set_Range(value);
public:
property LeadRect Range {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

Specifies the frequency range to be computed when the DiscreteFourierTransformCommandFlags.InverseDiscreteFourierTransform flag is set. It specifies the frequency range that will be used in the image construction when DiscreteFourierTransformCommandFlags.InverseDiscreteFourierTransform is set. The left value refers to the minimum X harmonic, the right refers to the maximum X harmonic, the top refers to the minimum Y harmonic and the bottom refers to the maximum Y harmonic. The maximum X harmonic equals (Width -1) and the maximum Y harmonic equals (Height -1). The minimum X harmonic equals 0 and the minimum Y harmonic equals 0.
Example
Refer to DiscreteFourierTransformCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DiscreteFourierTransformCommand Class
DiscreteFourierTransformCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.