Ask Your Question

amitanvir's profile - activity

2014-05-29 04:29:55 -0600 commented question where is body/Code block of functions ?

thanks berak for your reply, but can u explain why?

2014-05-29 03:35:54 -0600 commented question where is body/Code block of functions ?

dear berak, i am trying to rewrite these functions in my custom header file which will contains only such functions which will be need for my project, not the whole thing. my prime objective is reduce opencv dependency as much as i can.

2014-05-29 03:02:17 -0600 received badge  Editor (source)
2014-05-29 03:01:11 -0600 asked a question where is body/Code block of functions ?

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?