This class extends cv::Size_<T> for event data. For more information, please refer here.
More...
#include <types.hpp>
template<typename T>
class ev::Size3_< T >
This class extends cv::Size_<T> for event data. For more information, please refer here.
Analogously to OpenCV library, the following aliases are defined for convenience:
Size3_()
Definition types.hpp:362
Size3i Size3
Definition types.hpp:393
Size3_< float > Size3f
Definition types.hpp:391
Size3_< double > Size3d
Definition types.hpp:392
Size3_< long > Size3l
Definition types.hpp:390
Size3_< int > Size3i
Definition types.hpp:389
◆ Size3_() [1/2]
◆ Size3_() [2/2]
Contructor using width, height, and length.
- Parameters
-
w | Width |
h | Height |
l | length (time) |
◆ empty()
Check if empty.
- Returns
- True if empty
◆ volume()
Compute the volume.
Volume is computed as \( w \cdot h \cdot l \).
- Returns
- Volume
◆ length
The documentation for this class was generated from the following file: