Changeset 50 in flair-dev for trunk/include/FlairVisionFilter
- Timestamp:
- May 31, 2017, 3:54:26 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/FlairVisionFilter/OpticalFlowSpeed.h
r44 r50 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.