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:
This class extends cv::Size_<T> for event data. For more information, please refer here.
Definition types.hpp:355
◆ 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: