Darknet/YOLO v3.0-97-g3520881-dirty
Object Detection Framework
 
Loading...
Searching...
No Matches
track_kalman_t::one_kalman_t Struct Reference

#include "yolo_v2_class.hpp"

Collaboration diagram for track_kalman_t::one_kalman_t:

Public Member Functions

 one_kalman_t (int _stateSize=6, int _measSize=4, int _contrSize=0)
 
void correct (bbox_t box)
 
void initialize_kalman ()
 
bbox_t predict ()
 
void set (bbox_t box)
 
void set_delta_time (float dT)
 

Public Attributes

int contrSize
 
cv::KalmanFilter kf
 
cv::Mat meas
 
int measSize
 
cv::Mat state
 
int stateSize
 

Constructor & Destructor Documentation

◆ one_kalman_t()

track_kalman_t::one_kalman_t::one_kalman_t ( int  _stateSize = 6,
int  _measSize = 4,
int  _contrSize = 0 
)
inline
Here is the call graph for this function:

Member Function Documentation

◆ correct()

void track_kalman_t::one_kalman_t::correct ( bbox_t  box)
inline
Here is the call graph for this function:

◆ initialize_kalman()

void track_kalman_t::one_kalman_t::initialize_kalman ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ predict()

bbox_t track_kalman_t::one_kalman_t::predict ( )
inline
Here is the caller graph for this function:

◆ set()

void track_kalman_t::one_kalman_t::set ( bbox_t  box)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ set_delta_time()

void track_kalman_t::one_kalman_t::set_delta_time ( float  dT)
inline
Here is the caller graph for this function:

Member Data Documentation

◆ contrSize

int track_kalman_t::one_kalman_t::contrSize

◆ kf

cv::KalmanFilter track_kalman_t::one_kalman_t::kf

◆ meas

cv::Mat track_kalman_t::one_kalman_t::meas

◆ measSize

int track_kalman_t::one_kalman_t::measSize

◆ state

cv::Mat track_kalman_t::one_kalman_t::state

◆ stateSize

int track_kalman_t::one_kalman_t::stateSize

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