mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Fixing some static analysis issues
This commit is contained in:
@@ -104,6 +104,7 @@ GMM::GMM( Mat& _model )
|
||||
for( int ci = 0; ci < componentsCount; ci++ )
|
||||
if( coefs[ci] > 0 )
|
||||
calcInverseCovAndDeterm( ci );
|
||||
totalSampleCount = 0;
|
||||
}
|
||||
|
||||
double GMM::operator()( const Vec3d color ) const
|
||||
|
||||
Reference in New Issue
Block a user