Fixed gcc build after r7751

This commit is contained in:
Andrey Kamaev 2012-03-30 14:03:18 +00:00
parent 22a0d6b7d1
commit a4f5216d52
2 changed files with 2 additions and 2 deletions

View File

@ -843,7 +843,7 @@ CV_INLINE int _icvUpdateGMM_C3(float r,float g, float b,
}
//the main function to update the background model
void icvUpdatePixelBackgroundGMM2( const CvArr* srcarr, CvArr* dstarr ,
static void icvUpdatePixelBackgroundGMM2( const CvArr* srcarr, CvArr* dstarr ,
CvPBGMMGaussian *pGMM,
unsigned char *pUsedModes,
//CvGaussBGStatModel2Params* pGMMPar,

View File

@ -646,7 +646,7 @@ CV_INLINE int _icvUpdateGMM_C3(float r,float g, float b,
}
//the main function to update the background model
void icvUpdatePixelBackgroundGMM2( const CvArr* srcarr, CvArr* dstarr ,
static void icvUpdatePixelBackgroundGMM2( const CvArr* srcarr, CvArr* dstarr ,
CvPBGMMGaussian *pGMM,
unsigned char *pUsedModes,
//CvGaussBGStatModel2Params* pGMMPar,