NVIDIA 2D Image And Signal Performance Primitives (NPP)
Version 11.1.0.*
|
2D Rectangle This struct contains position and size information of a rectangle in two space. More...
#include <nppdefs.h>
Data Fields | |
int | x |
x-coordinate of upper left corner (lowest memory address). More... |
|
int | y |
y-coordinate of upper left corner (lowest memory address). More... |
|
int | width |
Rectangle width. More... |
|
int | height |
Rectangle height. More... |
|
2D Rectangle This struct contains position and size information of a rectangle in two space.
The rectangle's position is usually signified by the coordinate of its upper-left corner.
int NppiRect::height |
Rectangle height.
int NppiRect::width |
Rectangle width.
int NppiRect::x |
x-coordinate of upper left corner (lowest memory address).
int NppiRect::y |
y-coordinate of upper left corner (lowest memory address).