#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <signal.h>
#include <rtabmap/core/DBDriver.h>
#include <rtabmap/core/VisualWord.h>
#include <rtabmap/utilite/UDirectory.h>
#include "rtabmap/utilite/UFile.h"
#include "rtabmap/utilite/UStl.h"
Go to the source code of this file.
|
int | main (int argc, char *argv[]) |
|
std::string | pad (const std::string &title, int padding=20) |
|
void | showUsage () |
|
#define COLOR_GREEN "\033[32m" |
#define COLOR_NORMAL "\033[0m" |
#define COLOR_RED "\033[31m" |
#define COLOR_YELLOW "\033[33m" |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
std::string pad |
( |
const std::string & |
title, |
|
|
int |
padding = 20 |
|
) |
| |