example of GNC estimating a single pose from pose priors possibly corrupted with outliers You can run this example using: ./GncPoseAveragingExample nrInliers nrOutliers e.g.,: ./GncPoseAveragingExample 10 5 (if the numbers are not specified, default values nrInliers = 10 and nrOutliers = 10 are used) More...
#include <gtsam/geometry/Pose3.h>
#include <gtsam/nonlinear/Values.h>
#include <gtsam/nonlinear/GncOptimizer.h>
#include <string>
#include <fstream>
#include <iostream>
#include <random>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
example of GNC estimating a single pose from pose priors possibly corrupted with outliers You can run this example using: ./GncPoseAveragingExample nrInliers nrOutliers e.g.,: ./GncPoseAveragingExample 10 5 (if the numbers are not specified, default values nrInliers = 10 and nrOutliers = 10 are used)
Definition in file GncPoseAveragingExample.cpp.
Definition at line 34 of file GncPoseAveragingExample.cpp.