|
X-Boost
2.3.8
|
the object reported by classifier More...
#include <Candidate.h>
Public Member Functions | |
| void | Set (int x, int y, double val, const detail::CandidateParam ¶m) |
| 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 | |
the object reported by classifier
1.8.7