#include <sys/time.h>
#include "stage.hh"
#include "option.hh"
#include "worldfile.hh"
Go to the source code of this file.
static bool blob_match |
( |
Model * |
candidate, |
|
|
Model * |
finder, |
|
|
const void * |
dummy |
|
) |
| |
|
static |
static bool ColorMatchIgnoreAlpha |
( |
Color |
a, |
|
|
Color |
b |
|
) |
| |
|
static |
const radians_t DEFAULT_BLOBFINDERFOV = M_PI/3.0 |
|
static |
const unsigned int DEFAULT_BLOBFINDERINTERVAL_MS = 100 |
|
static |
const meters_t DEFAULT_BLOBFINDERRANGE = 12.0 |
|
static |
const unsigned int DEFAULT_BLOBFINDERRESOLUTION = 1 |
|
static |
const unsigned int DEFAULT_BLOBFINDERSCANHEIGHT = 60 |
|
static |
const unsigned int DEFAULT_BLOBFINDERSCANWIDTH = 80 |
|
static |
const watts_t DEFAULT_BLOBFINDERWATTS = 2.0 |
|
static |