ImageGear for .NET
ForwardDCT Method
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.FreqIP Namespace > ImGearFrequencyProcessing Class : ForwardDCT Method




value
An ImGearComplexObject class object to be transformed.

Glossary Item Box

Computes the forward Discrete Cosine Transform (DCT) of the input data.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

value
An ImGearComplexObject class object to be transformed.

Return Value

ImGearComplexObject class.

Remarks

This method computes the forward Discrete Cosine Transform (DCT) of the input data.

Before using this method, like other frequency processing methods, InitializeFFTW method must be called first to initialize the support for FFTW.

Can be applied only to valid ImGearComplexObject class object.

ImGearFrequencyProcessingVerifier.CanApplyForwardDCT method can be called to check whether the operation can be performed or not.

See Also

©2013. Accusoft Corporation. All Rights Reserved.