Template class for size type. More...
#include <imgproc_aux.hpp>
Public Member Functions | |
Size (T w=0, T h=0) | |
T | width () const |
T | height () const |
T & | width () |
T & | height () |
Template class for size type.
T | the type of width and height |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |