, including all inherited members.
describe() | ebl::voting_nms | [virtual] |
dfs(bboxes &bb, vector< bool > &explored, uint i, float match, float max_center_dist, bboxes &comp) (defined in ebl::voting_nms) | ebl::voting_nms | [protected] |
fprop(bboxes &in, bboxes &out) | ebl::nms | [virtual] |
max_hcenter_dist | ebl::nms | [protected] |
max_overlap | ebl::nms | [protected] |
max_wcenter_dist | ebl::nms | [protected] |
merge_votes(bboxes &bb) | ebl::voting_nms | [protected] |
merr | ebl::nms | [protected] |
mout (defined in ebl::nms) | ebl::nms | [protected] |
nms(float threshold, float max_overlap, float max_hcenter_dist, float max_wcenter_dist, float pre_hfact, float pre_wfact, float post_hfact, float post_wfact, float woverh, std::ostream &out=std::cout, std::ostream &err=std::cerr) | ebl::nms | |
post_hfact | ebl::nms | [protected] |
post_wfact | ebl::nms | [protected] |
pre_hfact | ebl::nms | [protected] |
pre_wfact | ebl::nms | [protected] |
process(bboxes &in, bboxes &out) | ebl::voting_nms | [protected, virtual] |
prune_overlap(bboxes &raw_bboxes, bboxes &prune_bboxes, float max_match, bool same_class_only=false, float min_hcenter_dist=0.0, float min_wcenter_dist=0.0, float threshold=0.0, float same_scale_mhd=0.0, float same_scale_mwd=0.0) | ebl::nms | [protected] |
prune_votes(bboxes &in, bboxes &out) | ebl::voting_nms | [protected] |
same_class_matching_only | ebl::nms | [protected] |
threshold | ebl::nms | [protected] |
tnms | ebl::voting_nms | [protected] |
traditional_nms(bboxes &in, bboxes &out) | ebl::nms | [protected, virtual] |
vote_nms(bboxes &in, bboxes &out) | ebl::voting_nms | [protected, virtual] |
voting_nms(float threshold, float max_overlap, float max_hcenter_dist, float max_wcenter_dist, float pre_hfact, float pre_wfact, float post_hfact, float post_wfact, float woverh, std::ostream &out=std::cout, std::ostream &err=std::cerr) | ebl::voting_nms | |
voting_nms(float threshold, float max_overlap, float max_hcenter_dist, float max_wcenter_dist, float pre_hfact, float pre_wfact, float post_hfact, float post_wfact, float woverh, float vote_max_overlap, float vote_max_hcd, float vote_max_wcd, std::ostream &out=std::cout, std::ostream &err=std::cerr) | ebl::voting_nms | |
voting_nms (defined in ebl::nms) | ebl::nms | [friend] |
woverh | ebl::nms | [protected] |
~nms() | ebl::nms | [virtual] |
~voting_nms() | ebl::voting_nms | [virtual] |