NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.4.0.*
|
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... |
|
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.
int NppiImageDescriptor::nStep |
step size
NppiSize NppiImageDescriptor::oSize |
width and height of the image
void* NppiImageDescriptor::pData |
device memory pointer to the image