#include <HxNgbNonMaxSuppression2d.h>
Public Types | |
typedef HxNgbCnumTag | IteratorCategory |
Coordinate enumerator version. More... | |
typedef HxNgb1PhaseTag | PhaseCategory |
1 phase. More... | |
typedef HxNgbTransInVarTag | TransVarianceCategory |
Translation invariant. More... | |
typedef HxCnum | CnumType |
Public Methods | |
HxNgbNonMaxSuppression2d (HxTagList &tags) | |
~HxNgbNonMaxSuppression2d () | |
HxSizes | size () |
CnumType | begin () |
CnumType & | end () |
void | init (const ArithT &value) |
void | next (int x, int y, const ArithT &value) |
const ArithT & | result () const |
Static Public Methods | |
HxString | className () |
The name : "nonMaxSuppression". More... |
If the current pixel is smaller than the two pixels in the gradient and opposite direction it is set to 0. ArithT is required to be a 2 dimensional vector.
|
Coordinate enumerator version.
|
|
1 phase.
|
|
Translation invariant.
|
|
The name : "nonMaxSuppression".
00109 { 00110 static HxString s("nonMaxSuppression"); 00111 return s; 00112 } |