SLAMflex SE  0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
Classes | Namespaces | Functions
nonmax_suppression.cpp File Reference
#include "image_ref.h"
#include "nonmax_suppression.h"
#include <vector>

Go to the source code of this file.

Classes

struct  CVD::Greater
 
struct  CVD::GreaterEqual
 
struct  CVD::collect_pos
 
struct  CVD::collect_score
 

Namespaces

 CVD
 

Functions

template<class Score , class ReturnType , class Collector , class Test >
void CVD::nonmax_suppression_t (const vector< ImageRef > &corners, const vector< Score > &scores, vector< ReturnType > &nonmax_corners)
 
void CVD::nonmax_suppression_strict (const vector< ImageRef > &corners, const vector< int > &scores, vector< ImageRef > &nonmax_corners)
 
void CVD::nonmax_suppression (const vector< ImageRef > &corners, const vector< int > &scores, vector< ImageRef > &nonmax_corners)
 
void CVD::nonmax_suppression_with_scores (const vector< ImageRef > &corners, const vector< int > &scores, vector< pair< ImageRef, int > > &nonmax_corners)