do a unit test on the LM algorithm and save the data to .csv

This commit is contained in:
Jonathan Bosson
2017-05-11 13:37:45 -06:00
parent 393e65d22b
commit cb3e31212a
4 changed files with 66 additions and 12 deletions

View File

@@ -136,6 +136,7 @@ TouchModule::TouchModule()
for (const TuioCursor& c : list) {
lastProcessed.push_back(std::make_pair(c.getSessionID(), c.getPath().back()));
}
touch->unitTest();
touch->step(OsEng.windowWrapper().deltaTime());
}
);