Mercurial > hg > silvet
comparison src/Silvet.cpp @ 36:74b77a4d6552
Fill out the EM logic
author | Chris Cannam |
---|---|
date | Fri, 04 Apr 2014 17:48:06 +0100 |
parents | 7d81407a2fd8 |
children | 947996aac974 |
comparison
equal
deleted
inserted
replaced
35:461d94ed3816 | 36:74b77a4d6552 |
---|---|
299 EM em; | 299 EM em; |
300 for (int j = 0; j < iterations; ++j) { | 300 for (int j = 0; j < iterations; ++j) { |
301 em.iterate(filtered[i]); | 301 em.iterate(filtered[i]); |
302 } | 302 } |
303 //!!! now do something with the results from em! | 303 //!!! now do something with the results from em! |
304 em.report(); | |
304 } | 305 } |
305 | 306 |
306 return fs; | 307 return fs; |
307 } | 308 } |
308 | 309 |