|  | Paparazzi UAS v7.0_unstable
    Paparazzi is a free software Unmanned Aircraft System. | 
Calculate divergence from flow vectors by looking at line sizes between the points. More...
 Include dependency graph for size_divergence.c:
 Include dependency graph for size_divergence.c:Go to the source code of this file.
| Functions | |
| float | get_size_divergence (struct flow_t *vectors, int count, int n_samples) | 
| Get divergence from optical flow vectors based on line sizes between corners. | |
Calculate divergence from flow vectors by looking at line sizes between the points.
Uses optical flow vectors as determined with a corner tracker and Lucas Kanade to estimate divergence.
Definition in file size_divergence.c.
Get divergence from optical flow vectors based on line sizes between corners.
| [in] | vectors | The optical flow vectors | 
| [in] | count | The number of optical flow vectors | 
| [in] | n_samples | The number of line segments that will be taken into account. 0 means all line segments will be considered. | 
Definition at line 42 of file size_divergence.c.
References E, foo, and n_samples.
Referenced by calc_fast9_lukas_kanade().
 Here is the caller graph for this function:
 Here is the caller graph for this function: