Skip to content

Instantly share code, notes, and snippets.

@hansent
Created February 18, 2010 22:19
Show Gist options
  • Save hansent/308147 to your computer and use it in GitHub Desktop.
Save hansent/308147 to your computer and use it in GitHub Desktop.
CvBlobTrackerAutoParam1 param = {0};
param.FGTrainFrames = 0;
param.pFG = cvCreateFGDetectorBase(CV_BG_MODEL_FGD, NULL); //new otFGDetector();
param.pBD = cvCreateBlobDetectorCC();
param.pBT = cvCreateBlobTrackerCCMSPF();
param.pBTGen = NULL;
param.pBTPP = cvCreateModuleBlobTrackPostProcKalman();
param.UsePPData = false;
param.pBTA = NULL;
this->tracker = cvCreateBlobTrackerAuto1(&param);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment