X-Boost  2.3.8
Public Member Functions | Public Attributes | List of all members
detail::LocalMaxima< D, FeatureListType, Param > Struct Template Reference

The internal NM class. More...

#include <NonMaximaSuppression.h>

Public Member Functions

void * Process (FeatureListType &maxima, int j0, int j1) const
 

Public Attributes

const D * m_src
 The buffer.
 
int n
 nms step
 
long stride
 stride
 
int width
 horizontal number of pixel to be processed
 
int height
 clamping value
 
Param id
 optional data used by Set Method
 
threshold
 threshold
 

Detailed Description

template<class D, class FeatureListType, class Param>
struct detail::LocalMaxima< D, FeatureListType, Param >

The internal NM class.

Member Function Documentation

template<class D, class FeatureListType, class Param>
void* detail::LocalMaxima< D, FeatureListType, Param >::Process ( FeatureListType &  maxima,
int  j0,
int  j1 
) const
inline

Internal Non Maxima Suppression

Parameters
j0,j1sono le righe su cui eseguire la NMS
Bug:
omit local maxima in on the right border if width is not a perfect mutipler of n+1

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