SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <CVImage.h>
#include <CVFeatureManager.h>
#include <CVTrackedFeatures.h>
#include <Utils.h>
#include <SLFileStorage.h>
Go to the source code of this file.
Variables | |
int | frames_with_pose = 0 |
float | sum_matches = 0 |
float | sum_inlier_matches = 0 |
float | sum_allmatches_to_inliers = 0.0f |
double | sum_reprojection_error = 0.0 |
float | sum_poseopt_difference = 0.0f |
double | translationError = 0 |
double | rotationError = 0 |
int | frames_since_posefound = 0 |
Definition in file CVTrackedFeatures.cpp.
int frames_since_posefound = 0 |
Definition at line 39 of file CVTrackedFeatures.cpp.
int frames_with_pose = 0 |
Definition at line 31 of file CVTrackedFeatures.cpp.
double rotationError = 0 |
Definition at line 38 of file CVTrackedFeatures.cpp.
float sum_allmatches_to_inliers = 0.0f |
Definition at line 34 of file CVTrackedFeatures.cpp.
float sum_inlier_matches = 0 |
Definition at line 33 of file CVTrackedFeatures.cpp.
float sum_matches = 0 |
Definition at line 32 of file CVTrackedFeatures.cpp.
float sum_poseopt_difference = 0.0f |
Definition at line 36 of file CVTrackedFeatures.cpp.
double sum_reprojection_error = 0.0 |
Definition at line 35 of file CVTrackedFeatures.cpp.
double translationError = 0 |
Definition at line 37 of file CVTrackedFeatures.cpp.