Fixed gcc build after r7751
This commit is contained in:
parent
22a0d6b7d1
commit
a4f5216d52
@ -843,7 +843,7 @@ CV_INLINE int _icvUpdateGMM_C3(float r,float g, float b,
|
|||||||
}
|
}
|
||||||
|
|
||||||
//the main function to update the background model
|
//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,
|
CvPBGMMGaussian *pGMM,
|
||||||
unsigned char *pUsedModes,
|
unsigned char *pUsedModes,
|
||||||
//CvGaussBGStatModel2Params* pGMMPar,
|
//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
|
//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,
|
CvPBGMMGaussian *pGMM,
|
||||||
unsigned char *pUsedModes,
|
unsigned char *pUsedModes,
|
||||||
//CvGaussBGStatModel2Params* pGMMPar,
|
//CvGaussBGStatModel2Params* pGMMPar,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user