Robust Local Optical Flow Libary Documentation
V 1.2
|
RLOF sample implementation. More...
Go to the source code of this file.
Enumerations | |
enum | TrackerType { DENSE = 0, GFT } |
Functions | |
void | demo () |
Demo programm. More... | |
int | main (int argc, char **argv) |
RLOF sample implementation.
Provide a sample implementation, how to use the RLOF libary.
Definition in file RLOFSample.cpp.
enum TrackerType |
Enum to select feature selection method for the sample programm
Enumerator | |
---|---|
DENSE |
Compute for each pixel of the input image motion vectors. |
GFT |
Detect features with the Good Features To Track method and compute motion vectors for these features. |
Definition at line 107 of file RLOFSample.cpp.
void demo | ( | ) |
Demo programm.
Sample to demonstrate the usage of the RLOF libary. The programm designed to compute the motion vectors of:
Definition at line 117 of file RLOFSample.cpp.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
argc | Ignored |
argv | Ignored |
Definition at line 224 of file RLOFSample.cpp.