Hi, I am using these functions, m_pBlobTracker = cvCreateBlobTrackerMSFG(); m_pFGDetector = cvCreateFGDetectorBase(CV_BG_MODEL_FGD_SIMPLE, NULL); m_pBlobDetector = cvCreateBlobDetectorSimple(); m_pBlobTrackAnalysis = cvCreateModuleBlobTrackAnalysisHistP(); m_pBlobProcessing = cvCreateModuleBlobTrackPostProcKalman(); in one of my file. and the project is working.
I found declaration of those in ~\build\include\opencv2\legacy\blobtrack.hpp file, but i wonder that where is the body of these functions? Can Anyone Help Me With That?