where is body/Code block of functions ? [closed]
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?
please, avoid both the legacy and the old c api.
(and we probably only can help you find alternatives, if you explain, what you'r trying to achieve originally)
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.
again, do not build anything based on the legacy stuff above.
thanks berak for your reply, but can u explain why?
they did away with the c-api in 2010 already, and most stuff in legacy did not even work well, or got superseeded by better functionality.