Show / Hide Table of Contents

    Enum InterpolationMode

    Filtering methods

    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public enum InterpolationMode

    Fields

    Name Description
    Cubic

    Cubic interpolation.

    Lanczos

    Lanczos filtering.

    Lanczos3Advanced

    Generic Lanczos filtering with order 3.

    Linear

    Linear interpolation.

    NearestNeighbor

    Nearest neighbor filtering.

    SmoothEdge

    Smooth edge filtering.

    SuperSampling

    Super sampling.

    Undefined

    Undefined

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX