Changeset 143 in flair-src for trunk/lib/FlairVisionFilter/src/OpticalFlowSpeed.h
- Timestamp:
- Feb 21, 2017, 4:37:58 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairVisionFilter/src/OpticalFlowSpeed.h
r122 r143 31 31 * \brief Optical flow speed calculation 32 32 * 33 * Speed is the mean of all optical flow values .33 * Speed is the mean of all optical flow values divided by the delta time between images. 34 34 */ 35 35 class OpticalFlowSpeed : public core::IODevice … … 67 67 * \brief Output matrix 68 68 * 69 * Matrix is of s ze (2,1). \n69 * Matrix is of size (2,1). \n 70 70 * First line is speed along x axis. \n 71 71 * Second line is speed along y axis. \n
Note:
See TracChangeset
for help on using the changeset viewer.