Mercurial > hg > aimc
comparison src/Modules/Features/ModuleGaussians.cc @ 52:e914b02b31b0
- Hacks to get a basic AIM-C compiling on windows
author | tomwalters |
---|---|
date | Thu, 22 Jul 2010 04:24:55 +0000 |
parents | c5f5e9569863 |
children | bee31e7ebf4b |
comparison
equal
deleted
inserted
replaced
51:978fb645eb0f | 52:e914b02b31b0 |
---|---|
115 } | 115 } |
116 | 116 |
117 for (int iChannel = 0; | 117 for (int iChannel = 0; |
118 iChannel < input.channel_count(); | 118 iChannel < input.channel_count(); |
119 ++iChannel) { | 119 ++iChannel) { |
120 m_pSpectralProfile[iChannel] = pow(m_pSpectralProfile[iChannel], 0.8); | 120 m_pSpectralProfile[iChannel] = pow(m_pSpectralProfile[iChannel], 0.8f); |
121 } | 121 } |
122 | 122 |
123 RubberGMMCore(2, true); | 123 RubberGMMCore(2, true); |
124 | 124 |
125 float fMean1 = m_pMu[0]; | 125 float fMean1 = m_pMu[0]; |