Ask Your Question

Revision history [back]

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?

where is body/Code block of functions ?

Hi, I am using these functions, functions,

m_pBlobTracker = cvCreateBlobTrackerMSFG(); cvCreateBlobTrackerMSFG();

m_pFGDetector = cvCreateFGDetectorBase(CV_BG_MODEL_FGD_SIMPLE, NULL); NULL);

m_pBlobDetector = cvCreateBlobDetectorSimple(); cvCreateBlobDetectorSimple();

m_pBlobTrackAnalysis = cvCreateModuleBlobTrackAnalysisHistP(); cvCreateModuleBlobTrackAnalysisHistP();

m_pBlobProcessing = cvCreateModuleBlobTrackPostProcKalman(); 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?

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? functions?

Can Anyone Help Me With That?

click to hide/show revision 4
retagged

updated 2014-05-29 03:18:02 -0600

berak gravatar image

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?