#include <VisualTracking.h>
Public Member Functions | |
| ImageFeature () | |
| Default constructor. | |
| void | print () |
Public Attributes | |
| MipBaselib::Time | t |
| timestamp | |
| MipBaselib::Time | diff_t |
| time difference for last derivative | |
| Decimal | u |
| x coordinate of tracked object | |
| Decimal | v |
| y coordinate of tracked object | |
| Decimal | dotU |
| derivative of u | |
| Decimal | dotV |
| derivative of v | |
| Decimal | integU |
| integral of u | |
| Decimal | integV |
| MipAlgorithms::ImageFeature::ImageFeature | ( | ) |
Default constructor.
| void MipAlgorithms::ImageFeature::print | ( | ) |
time difference for last derivative
x coordinate of tracked object
y coordinate of tracked object
derivative of u
derivative of v
integral of u
integral of v
1.5.6