![]() |
SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <WAISlamTrackPool.h>
Public Attributes | |
| bool | ensureKFIntegration = false |
| bool | serial = false |
| bool | retainImg = false |
| bool | onlyTracking = false |
| bool | fixOldKfs = false |
| bool | trackOptFlow = false |
| float | cullRedundantPerc = 0.95f |
| float | minCommonWordFactor = 0.8f |
| bool | minAccScoreFilter = false |
Definition at line 9 of file WAISlamTrackPool.h.
| float WAISlamTrackPool::Params::cullRedundantPerc = 0.95f |
Definition at line 28 of file WAISlamTrackPool.h.
| bool WAISlamTrackPool::Params::ensureKFIntegration = false |
Definition at line 12 of file WAISlamTrackPool.h.
| bool WAISlamTrackPool::Params::fixOldKfs = false |
Definition at line 21 of file WAISlamTrackPool.h.
| bool WAISlamTrackPool::Params::minAccScoreFilter = false |
Definition at line 35 of file WAISlamTrackPool.h.
| float WAISlamTrackPool::Params::minCommonWordFactor = 0.8f |
Definition at line 32 of file WAISlamTrackPool.h.
| bool WAISlamTrackPool::Params::onlyTracking = false |
Definition at line 18 of file WAISlamTrackPool.h.
| bool WAISlamTrackPool::Params::retainImg = false |
Definition at line 16 of file WAISlamTrackPool.h.
| bool WAISlamTrackPool::Params::serial = false |
Definition at line 14 of file WAISlamTrackPool.h.
| bool WAISlamTrackPool::Params::trackOptFlow = false |
Definition at line 23 of file WAISlamTrackPool.h.