X-Boost  2.3.8
Macros | Functions
GroupRectangles.h File Reference

method to merge overlapping boxes More...

#include "Types.h"
#include <algorithm>
#include <iterator>
#include <vector>

Go to the source code of this file.

Macros

#define gr_verbose   false
 

Functions

void groupRectanglesOverlapped (std::vector< Candidate >::iterator first, std::vector< Candidate >::iterator last, float m_groupThreshold)
 metodo per segnare come non-candidati i rettangoli sovrapposti piu' di una determinata soglia
 
void groupRectanglesOverlapped (std::vector< Candidate > &out, float m_groupThreshold)
 metodo per segnare come non-candidati i rettangoli sovrapposti piu' di una determinata soglia
 

Detailed Description

method to merge overlapping boxes