Fixed gcc build after r7751

pull/13383/head
Andrey Kamaev 13 years ago
parent 22a0d6b7d1
commit a4f5216d52
  1. 2
      modules/legacy/src/bgfg_gaussmix.cpp
  2. 2
      modules/video/src/bgfg_gaussmix2.cpp

@ -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,

Loading…
Cancel
Save