NVIDIA Performance Primitives (NPP)
Version 10.0
|
Data structure for variable ROI image resizing. More...
#include <nppi_geometry_transforms.h>
Data Fields | |
void * | pData |
int | nStep |
NppiSize | oSize |
Data structure for variable ROI image resizing.
General image descriptor. Defines the basic parameters of an image, including data pointer, step size and size information. This can be used by both source and destination sides.
int NppiImageDescriptor::nStep |
NppiSize NppiImageDescriptor::oSize |
void* NppiImageDescriptor::pData |