QTrk
Public Attributes | List of all members
CPUTracker::Gauss2DResult Struct Reference

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...
 

Detailed Description

Structure to group results from the 2D Gaussian fit.

Definition at line 180 of file cpu_tracker.h.

Member Data Documentation

§ bg

float CPUTracker::Gauss2DResult::bg

Found fit parameter.

Definition at line 183 of file cpu_tracker.h.

§ I0

float CPUTracker::Gauss2DResult::I0

Found fit parameter.

Definition at line 182 of file cpu_tracker.h.

§ pos

vector2f CPUTracker::Gauss2DResult::pos

Found position.

Definition at line 181 of file cpu_tracker.h.


The documentation for this struct was generated from the following file: