LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

OnOff Property

Show in webframe







Gets or sets a value that indicates whether the frequency components are removed if the corresponding pixel value is zero.
Syntax
public bool OnOff {get; set;}
'Declaration
 
Public Property OnOff As Boolean
'Usage
 
Dim instance As FrequencyFilterMaskCommand
Dim value As Boolean
 
instance.OnOff = value
 
value = instance.OnOff
public bool OnOff {get; set;}

            

            
 
get_OnOff();
set_OnOff(value);
Object.defineProperty('OnOff');
public:
property bool OnOff {
   bool get();
   void set (    bool value);
}

Property Value

Value that indicates whether the frequency components are removed if the corresponding pixel value is zero. Possible values are:
Value Meaning
true If the pixel value equals zero the frequency components in its location in the Data property of the FourierTransformInformation structure will be removed, otherwise no change. A component is "removed" when both members of the corresponding Complex structure are set to 0.
false The frequency component in the pixel location in the Data property of the FourierTransformInformation structure will be multiplied by the value of the pixel divided by 255.
Example
Refer to FrequencyFilterMaskCommand()
Requirements

Target Platforms

See Also

Reference

FrequencyFilterMaskCommand Class
FrequencyFilterMaskCommand Members

 

 


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