NVIDIA 2D Image And Signal Performance Primitives (NPP)  Version 11.3.0.*
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
NppiImageDescriptor Struct Reference

General image descriptor. More...

#include <nppdefs.h>

Data Fields

void * pData
 device memory pointer to the image More...
 
int nStep
 step size More...
 
NppiSize oSize
 width and height of the image More...
 

Detailed Description

General image descriptor.

Defines the basic parameters of an image, including data pointer, step, and image size. This can be used by both source and destination images.

Field Documentation

int NppiImageDescriptor::nStep

step size

NppiSize NppiImageDescriptor::oSize

width and height of the image

void* NppiImageDescriptor::pData

device memory pointer to the image


The documentation for this struct was generated from the following file:

Copyright © 2009-2020 NVIDIA Corporation