The internal NM class.
More...
#include <NonMaximaSuppression.h>
|
| void * | Process (FeatureListType &maxima, int j0, int j1) const |
| |
|
|
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
|
| |
|
D | threshold |
| | threshold
|
| |
template<class D, class FeatureListType, class Param>
struct detail::LocalMaxima< D, FeatureListType, Param >
The internal NM class.
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,j1 | sono 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: