Unit tests for SmartProjectionFactor Class. More...
#include "smartFactorScenarios.h"
#include <gtsam/slam/SmartProjectionFactor.h>
#include <gtsam/nonlinear/LevenbergMarquardtOptimizer.h>
#include <CppUnitLite/TestHarness.h>
#include <iostream>
Go to the source code of this file.
Unit tests for SmartProjectionFactor Class.
Definition in file testSmartProjectionFactor.cpp.
int main | ( | ) |
Definition at line 814 of file testSmartProjectionFactor.cpp.
PinholeCamera<CALIBRATION> perturbCameraPoseAndCalibration | ( | const PinholeCamera< CALIBRATION > & | camera | ) |
Definition at line 37 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
Cal3Bundler | |||
) |
Definition at line 419 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
Cal3Bundler2 | |||
) |
Definition at line 492 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
comparisonGeneralSfMFactor | |||
) |
Definition at line 593 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
comparisonGeneralSfMFactor1 | |||
) |
Definition at line 632 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
computeImplicitJacobian | |||
) |
Definition at line 724 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
Constructor | |||
) |
Definition at line 63 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
Constructor2 | |||
) |
Definition at line 69 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
Constructor3 | |||
) |
Definition at line 77 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
Constructor4 | |||
) |
Definition at line 84 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
Equals | |||
) |
Definition at line 93 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
implicitJacobianFactor | |||
) |
Definition at line 762 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
noiseless | |||
) |
Definition at line 103 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
noiselessBundler | |||
) |
Definition at line 565 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
noisy | |||
) |
Definition at line 122 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
perturbCameraPose | |||
) |
Definition at line 51 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
perturbCamerasAndOptimize | |||
) |
Definition at line 342 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
perturbPoseAndOptimize | |||
) |
Definition at line 173 of file testSmartProjectionFactor.cpp.
TEST | ( | SmartProjectionFactor | , |
perturbPoseAndOptimizeFromSfM_tracks | |||
) |
Definition at line 272 of file testSmartProjectionFactor.cpp.