parameters for NMS. More...
#include <sdet_nms.h>
Public Types | |
| enum | PFIT_TYPE { PFIT_3_POINTS = 0, PFIT_9_POINTS = 1 } |
Public Member Functions | |
| sdet_nms_params (double thresh=1.0, PFIT_TYPE pfit_type=PFIT_3_POINTS, unsigned margin=1, double rel_thresh=2.5, bool adaptive_thresh=false) | |
| ~sdet_nms_params () | |
Public Attributes | |
| double | thresh_ |
| PFIT_TYPE | pfit_type_ |
| unsigned | margin_ |
| double | rel_thresh_ |
| bool | use_adaptive_thresh_ |
parameters for NMS.
Definition at line 46 of file sdet_nms.h.
Definition at line 50 of file sdet_nms.h.
| sdet_nms_params::sdet_nms_params | ( | double | thresh = 1.0, |
| PFIT_TYPE | pfit_type = PFIT_3_POINTS, |
||
| unsigned | margin = 1, |
||
| double | rel_thresh = 2.5, |
||
| bool | adaptive_thresh = false |
||
| ) | [inline] |
Definition at line 58 of file sdet_nms.h.
| sdet_nms_params::~sdet_nms_params | ( | ) | [inline] |
Definition at line 60 of file sdet_nms.h.
| unsigned sdet_nms_params::margin_ |
Definition at line 54 of file sdet_nms.h.
Definition at line 53 of file sdet_nms.h.
| double sdet_nms_params::rel_thresh_ |
Definition at line 55 of file sdet_nms.h.
| double sdet_nms_params::thresh_ |
Definition at line 52 of file sdet_nms.h.
Definition at line 56 of file sdet_nms.h.
1.7.5.1