#include <opticflow_diff_tool.h>
Collaboration diagram for mimas::opticflow_diff_tool:

Public Member Functions | |
| opticflow_diff_tool (void) | |
| constructor | |
| ~opticflow_diff_tool (void) | |
| destructor | |
| void | findFlow (image< int > &image_t, image< int > &image_dt) |
| find the optic flow using input images taken at time t and at t+dt | |
| void | findFlow (image< double > &image_t, image< double > &image_dt) |
| void | findFlow (std::vector< image< double > > &imagein) |
| find the optic flow using input images taken at time t and at t+dt | |
| void | getXflow (image< double > &xf) |
| get the x direction vector flow | |
| void | getYflow (image< double > &yf) |
| get the y direction vector flow | |
Definition at line 18 of file opticflow_diff_tool.h.
| mimas::opticflow_diff_tool::opticflow_diff_tool | ( | void | ) |
constructor
| mimas::opticflow_diff_tool::~opticflow_diff_tool | ( | void | ) |
destructor
find the optic flow using input images taken at time t and at t+dt
find the optic flow using input images taken at time t and at t+dt