X-Boost  2.3.8
Public Member Functions | Public Attributes | List of all members
Candidate Struct Reference

the object reported by classifier More...

#include <Candidate.h>

Public Member Functions

void Set (int x, int y, double val, const detail::CandidateParam &param)
 method called by NonMaximaSuppression
 
bool operator< (const Candidate &b) const
 used for std::sort
 

Public Attributes

bool grouped
 used internally by Group Rectangles
 
int category
 category
 
double response
 response value
 
int xr
 
int yr
 top left corner in response image coordinates
 
float scale
 detection scale
 
rect box
 the object area in the original image reference frame
 
unsigned int flags
 user flags: the user can use this value
 

Detailed Description

the object reported by classifier


The documentation for this struct was generated from the following file: