fixed many warnings from GCC 4.6.1
This commit is contained in:
@@ -233,7 +233,8 @@ void CvBlobTrackerAuto1::Process(IplImage* pImg, IplImage* pMask)
|
||||
double Time;
|
||||
TickCount = cvGetTickCount()-TickCount;
|
||||
Time = TickCount/FREQ;
|
||||
if(out){fprintf(out,"- %sFrame: %d ALL_TIME - %f\n",stime,Count,Time/1000);fclose(out);}
|
||||
TimeSum += Time;
|
||||
if(out){fprintf(out,"- %sFrame: %d ALL_TIME - %f\n",stime,Count,TimeSum/1000);fclose(out);}
|
||||
|
||||
TimeSum = 0;
|
||||
TickCount = cvGetTickCount();
|
||||
|
Reference in New Issue
Block a user