struct NcvRect8u

#include <NCV.hpp>

struct NcvRect8u
{
    // fields

    Ncv8u height;
    Ncv8u width;
    Ncv8u x;
    Ncv8u y;

    // construction

    NcvRect8u();

    NcvRect8u(
        Ncv8u x_,
        Ncv8u y_,
        Ncv8u width_,
        Ncv8u height_
        );
};