SLAMflex SE  0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
Macros
MapMaker.cpp File Reference
#include "MapMaker.h"
#include "MapPoint.h"
#include "Bundle.h"
#include "PatchFinder.h"
#include "SmallMatrixOpts.h"
#include "HomographyInit.h"
#include "vector_image_ref.h"
#include "vision.h"
#include "image_interpolate.h"
#include "SVD.h"
#include "SymEigen.h"
#include <fstream>
#include <algorithm>

Go to the source code of this file.

Macros

#define CHECK_RESET   if(mbResetRequested) {Reset(); continue;};
 

Macro Definition Documentation

#define CHECK_RESET   if(mbResetRequested) {Reset(); continue;};

Definition at line 64 of file MapMaker.cpp.