#include "ptam/Bundle.h"
#include "ptam/MEstimator.h"
#include <TooN/helpers.h>
#include <TooN/Cholesky.h>
#include <fstream>
#include <iomanip>
Go to the source code of this file.
Defines | |
#define | cout if(defDebugBundleMessages()) cout |
Functions | |
void | BundleTriangle_UpdateM3V_LL (Matrix< 3 > &m3V, Matrix< 2, 3 > &m23B) |
void | BundleTriangle_UpdateM6U_LL (Matrix< 6 > &m6U, Matrix< 2, 6 > &m26A) |
bool | defDebugBundleMessages () |
#define cout if(defDebugBundleMessages()) cout |
void BundleTriangle_UpdateM3V_LL | ( | Matrix< 3 > & | m3V, |
Matrix< 2, 3 > & | m23B | ||
) | [inline] |
void BundleTriangle_UpdateM6U_LL | ( | Matrix< 6 > & | m6U, |
Matrix< 2, 6 > & | m26A | ||
) | [inline] |
bool defDebugBundleMessages | ( | ) | [inline] |