VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Fft Namespace / FastFourierTransformCommand Class / GetTransformDecompositionSize(VintasoftImage) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    GetTransformDecompositionSize(VintasoftImage) Method (FastFourierTransformCommand)
    In This Topic
    Returns the size of decomposition for the image.
    Syntax
    'Declaration
    
    Protected Overridable Function GetTransformDecompositionSize( _
    ByVal image
    Input image.
    As Vintasoft.Imaging.VintasoftImage _
    ) As System.Int32
    protected virtual System.Int32 GetTransformDecompositionSize(
    Vintasoft.Imaging.VintasoftImage image
    )
    protected: virtual System.Int32 GetTransformDecompositionSize(
    Vintasoft.Imaging.VintasoftImage* image
    )
    protected:
    virtual System.Int32 GetTransformDecompositionSize(
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    image
    Input image.

    Return Value

    Size of decomposition.
    Remarks

    The decomposition size is always square.

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also