Predict
Before calling Predict, ensure that related parameters are initialized by CvKalmanInit. Otherwise, Predict cannot be executed correctly.
Function Usage
This function uses the Kalman filter to predict the coordinate box of the moving object. CvKalmanInit() must be executed first.
Prototype
MxBase::DetectBox Predict();
Return Parameter Description
Data Structure |
Description |
|---|---|
MxBase::DetectBox |
Coordinate box. |
Parent topic: KalmanTracker