#include <iostream>
#include <fstream>
#include <cstdlib>
#include <cmath>
#include <algorithm>
#include <vector>
#include <map>
#include <sys/time.h>
#include "Matrix.h"
#include "Utils.h"
Go to the source code of this file.
Classes | |
struct | motld::FernFilter::Confidences |
struct | motld::FernDetection |
describes a detection by the FernFilter More... | |
class | motld::FernFilter |
used for learning and (re-)finding objects More... | |
struct | motld::FernFilter::Posteriors |
struct | motld::FernFilter::ScanSettings |
struct | motld::WarpSettings |
defines settings for affine warps, which are used in the FernFilter update process More... | |
Namespaces | |
namespace | motld |
Defines | |
#define | CONFIDENCETHRESHOLD 0.7 |
#define | INITNEGOVERLAPTHRESHOLD 0.20 |
#define | NEGOVERLAPTHRESHOLD 0.65 |
#define | NUMNEGTRAININGEXAMPLES 100 |
#define | POSOVERLAPTHRESHOLD 0.85 |
#define | TIMING 0 |
#define | USEFASTSCAN 0 |
#define | USEMAP 1 |
#define | USETBBP 1 |
#define | VARIANCEMINTHRESHOLD 100 |
#define | VARIANCETHRESHOLDDESCENDRATE 0.2 |
#define | VARIANCETHRESHOLDFACTOR 0.8 |
#define CONFIDENCETHRESHOLD 0.7 |
Definition at line 47 of file FernFilter.h.
#define INITNEGOVERLAPTHRESHOLD 0.20 |
Definition at line 50 of file FernFilter.h.
#define NEGOVERLAPTHRESHOLD 0.65 |
Definition at line 49 of file FernFilter.h.
#define NUMNEGTRAININGEXAMPLES 100 |
Definition at line 51 of file FernFilter.h.
#define POSOVERLAPTHRESHOLD 0.85 |
Definition at line 48 of file FernFilter.h.
#define TIMING 0 |
Definition at line 44 of file FernFilter.h.
#define USEFASTSCAN 0 |
Definition at line 42 of file FernFilter.h.
#define USEMAP 1 |
Definition at line 40 of file FernFilter.h.
#define USETBBP 1 |
Definition at line 41 of file FernFilter.h.
#define VARIANCEMINTHRESHOLD 100 |
Definition at line 54 of file FernFilter.h.
#define VARIANCETHRESHOLDDESCENDRATE 0.2 |
Definition at line 53 of file FernFilter.h.
#define VARIANCETHRESHOLDFACTOR 0.8 |
Definition at line 52 of file FernFilter.h.