Mercurial > hg > aimc
diff src/Modules/Features/ModuleGaussians.cc @ 163:c155e7fbe76e
- Hacks to get a basic AIM-C compiling on windows
author | tomwalters |
---|---|
date | Thu, 22 Jul 2010 04:24:55 +0000 |
parents | 9fcf55c040fe |
children | 0db637cac96b |
line wrap: on
line diff
--- a/src/Modules/Features/ModuleGaussians.cc Thu Jul 22 04:14:20 2010 +0000 +++ b/src/Modules/Features/ModuleGaussians.cc Thu Jul 22 04:24:55 2010 +0000 @@ -117,7 +117,7 @@ for (int iChannel = 0; iChannel < input.channel_count(); ++iChannel) { - m_pSpectralProfile[iChannel] = pow(m_pSpectralProfile[iChannel], 0.8); + m_pSpectralProfile[iChannel] = pow(m_pSpectralProfile[iChannel], 0.8f); } RubberGMMCore(2, true);