public FrequencyFilterMaskCommand(
RasterImage maskImage,
FourierTransformInformation fourierTransformInformation,
bool onOff
)
Public Function New( _
ByVal maskImage As RasterImage, _
ByVal fourierTransformInformation As FourierTransformInformation, _
ByVal onOff As Boolean _
)
public:
FrequencyFilterMaskCommand(
RasterImage^ maskImage,
FourierTransformInformation^ fourierTransformInformation,
bool onOff
)
maskImage
RasterImage object that contains the mask image.
fourierTransformInformation
FourierTransformInformation structure. The Data property of the FourierTransformInformation structure is a two-dimensional array holding the frequency components.
onOff
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 Data property of the FourierTransformInformation structure will be multiplied by the value of the pixel divided by 255. |
Refer to FrequencyFilterMaskCommand.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document