#include <basicOpticalFlow.h>
Public Member Functions | |
| basicOpticalFlow (cv::Mat &initImage) | |
| Default contructor. | |
| ~basicOpticalFlow () | |
| void | visualizeOutput () |
| Visualize the output of the optical flow algorithm. | |
| void | getFlow (cv::Mat &newImage, cv::Mat &flow) |
| Get the computed flow. | |
| MipAlgorithms::basicOpticalFlow::basicOpticalFlow | ( | cv::Mat & | initImage | ) |
Default contructor.
| MipAlgorithms::basicOpticalFlow::~basicOpticalFlow | ( | ) |
| void MipAlgorithms::basicOpticalFlow::visualizeOutput | ( | ) |
Visualize the output of the optical flow algorithm.
| void MipAlgorithms::basicOpticalFlow::getFlow | ( | cv::Mat & | newImage, | |
| cv::Mat & | flow | |||
| ) |
Get the computed flow.
| flow | cv::MAT to store the flow (side effect) |
1.5.6