VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Fft Namespace / FastFourierTransformCommand Class / GetTransformDecomposition(VintasoftImage) Method
Syntax Requirements SeeAlso
In This Topic
    GetTransformDecomposition(VintasoftImage) Method (FastFourierTransformCommand)
    In This Topic
    Returns the decomposition of rectangle for correct spectrum filtering depending on requited margin.
    Syntax
    'Declaration
    
    Protected Overridable Function GetTransformDecomposition( _
    ByVal image
    Input image.
    As Vintasoft.Imaging.VintasoftImage _
    ) As System.Drawing.Rectangle
    protected virtual System.Drawing.Rectangle GetTransformDecomposition(
    Vintasoft.Imaging.VintasoftImage image
    )
    protected: virtual System.Drawing.Rectangle* GetTransformDecomposition(
    Vintasoft.Imaging.VintasoftImage* image
    )
    protected:
    virtual System.Drawing.Rectangle^ GetTransformDecomposition(
    Vintasoft.Imaging.VintasoftImage^ image
    )

    Parameters

    image
    Input image.

    Return Value

    Rectangle containing whole input image if GetTransformDecompositionSize() returns 0 or less; otherwise, returns array of rectangles which represent image decomposition.
    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