Public Types | Public Member Functions | Public Attributes
sdet_nms_params Class Reference

parameters for NMS. More...

#include <sdet_nms.h>

List of all members.

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_

Detailed Description

parameters for NMS.

Definition at line 46 of file sdet_nms.h.


Member Enumeration Documentation

Enumerator:
PFIT_3_POINTS 
PFIT_9_POINTS 

Definition at line 50 of file sdet_nms.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

Definition at line 54 of file sdet_nms.h.

Definition at line 53 of file sdet_nms.h.

Definition at line 55 of file sdet_nms.h.

Definition at line 52 of file sdet_nms.h.

Definition at line 56 of file sdet_nms.h.


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