struct NcvPoint2D32s
struct NcvRect32s
#include <NCV.hpp> struct NcvPoint2D32u { // fields Ncv32u x; Ncv32u y; // construction NcvPoint2D32u(); NcvPoint2D32u( Ncv32u x_, Ncv32u y_ ); };
Ncv32u x
Point X.
Ncv32u y
Point Y.