describes a detection by the FernFilter More...
#include <FernFilter.h>
Static Public Member Functions | |
static bool | fdBetter (FernDetection fd1, FernDetection fd2) |
ordering over FernDetections (using their confidence values) | |
Public Attributes | |
ObjectBox | box |
the object box (location, dimension, object id) | |
float | confidence |
confidence value associated with patch | |
int * | featureData |
fern features associated with patch | |
float * | imageOffset |
Matrix | patch |
patch as downscaled, squared image | |
const void * | ss |
describes a detection by the FernFilter
Definition at line 76 of file FernFilter.h.
static bool motld::FernDetection::fdBetter | ( | FernDetection | fd1, |
FernDetection | fd2 | ||
) | [inline, static] |
ordering over FernDetections (using their confidence values)
Definition at line 90 of file FernFilter.h.
the object box (location, dimension, object id)
Definition at line 79 of file FernFilter.h.
confidence value associated with patch
Definition at line 83 of file FernFilter.h.
fern features associated with patch
Definition at line 85 of file FernFilter.h.
Definition at line 88 of file FernFilter.h.
patch as downscaled, squared image
Definition at line 81 of file FernFilter.h.
Definition at line 87 of file FernFilter.h.