Commit a4f5216d authored by Andrey Kamaev's avatar Andrey Kamaev

Fixed gcc build after r7751

parent 22a0d6b7
......@@ -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,
......
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment