added performance sample for solvePnpRansac + refactoring

This commit is contained in:
Alexey Spizhevoy
2011-03-01 09:17:22 +00:00
parent 4ec5fb43f0
commit 60e33921e3
4 changed files with 51 additions and 5 deletions

View File

@@ -100,7 +100,7 @@ private:
};
#define INIT(name) \
#define GLOBAL_INIT(name) \
struct name##_init: Runnable { \
name##_init(): Runnable(#name) { \
TestSystem::instance().addInit(this); \