![]() |
OpenCV
4.0.0-pre
Open Source Computer Vision
|
Looking for a C++ dev who knows OpenCV?
I'm looking for work. Hire me! |
#include "NCV.hpp"

Public Member Functions | |
| __host__ __device__ | NcvSize32u () |
| __host__ __device__ | NcvSize32u (Ncv32u width_, Ncv32u height_) |
| __host__ __device__ bool | operator== (const NcvSize32u &another) const |
Public Attributes | |
| Ncv32u | height |
| Rectangle height. More... | |
| Ncv32u | width |
| Rectangle width. More... | |
|
inline |
|
inline |
| Ncv32u NcvSize32u::height |
Rectangle height.
Referenced by NCVMatrix< T >::copy2D(), and operator==().
| Ncv32u NcvSize32u::width |
Rectangle width.
Referenced by NCVMatrix< T >::copy2D(), and operator==().