OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GMM
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/imgproc/src/
grabcut.cpp
55
GMM
- Gaussian Mixture Model
57
class
GMM
62
GMM
( Mat& _model );
87
GMM
::
GMM
( Mat& _model )
109
double
GMM
::operator()( const Vec3d color ) const
117
double
GMM
::operator()( int ci, const Vec3d color ) const
134
int
GMM
::whichComponent( const Vec3d color ) const
151
void
GMM
::initLearning()
164
void
GMM
::addSample( int ci, const Vec3d color
[
all
...]
/external/opencv3/modules/video/src/
bgfg_gaussmix2.cpp
451
struct
GMM
462
const
GMM
*
gmm
, const float* mean,
470
GMM
g =
gmm
[mode];
507
//update
GMM
- the base update function performed per pixel
525
GMM
* _gmm, float* _mean,
569
GMM
*
gmm
= gmm0 + ncols*nmixtures*y;
local
573
for( int x = 0; x < ncols; x++, data += nchannels,
gmm
+= nmixtures, mean += nmixtures*nchannels
871
const GMM*
gmm
= bgmodel.ptr<GMM>();
local
[
all
...]
Completed in 58 milliseconds