|
QTrk
|
Structure to group results from the 2D Gaussian fit. More...
#include <cpu_tracker.h>
Public Attributes | |
| vector2f | pos |
| Found position. More... | |
| float | I0 |
| Found fit parameter. More... | |
| float | bg |
| Found fit parameter. More... | |
Structure to group results from the 2D Gaussian fit.
Definition at line 180 of file cpu_tracker.h.
| float CPUTracker::Gauss2DResult::bg |
Found fit parameter.
Definition at line 183 of file cpu_tracker.h.
| float CPUTracker::Gauss2DResult::I0 |
Found fit parameter.
Definition at line 182 of file cpu_tracker.h.
| vector2f CPUTracker::Gauss2DResult::pos |
Found position.
Definition at line 181 of file cpu_tracker.h.
1.8.12