Show / Hide Table of Contents

    Class NPPNativeMethods.NPPi.YCrCbToRGB

    YCrCB to RGB Conversion

    Inheritance
    System.Object
    NPPNativeMethods.NPPi.YCrCbToRGB
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public static class YCrCbToRGB

    Methods

    nppiYCrCb420ToRGB_8u_P3C4R(CUdeviceptr[], Int32[], CUdeviceptr, Int32, NppiSize, Byte)

    3 channel 8-bit unsigned planar YCrCb420 to 4 channel 8-bit unsigned packed RGB color conversion with constant alpha.

    Declaration
    public static NppStatus nppiYCrCb420ToRGB_8u_P3C4R(CUdeviceptr[] pSrc, int[] rSrcStep, CUdeviceptr pDst, int nDstStep, NppiSize oSizeROI, byte nAval)
    Parameters
    Type Name Description
    CUdeviceptr[] pSrc

    \ref source_planar_image_pointer_array.

    System.Int32[] rSrcStep

    \ref source_planar_image_line_step_array.

    CUdeviceptr pDst

    Destination-Image Pointer.

    System.Int32 nDstStep

    Destination-Image Line Step.

    NppiSize oSizeROI

    Region-of-Interest (ROI).

    System.Byte nAval

    8-bit unsigned alpha constant.

    Returns
    Type Description
    NppStatus

    StepError, NotEvenStepError, NullPointerError, AlignmentError, StepError, SizeError

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