|
Ocean
|
This class provides base functionality and type definitions for non-maximum-suppression operations. More...
#include <NonMaximumSuppression.h>
Data Structures | |
| class | StrengthPosition |
| This class extends a 2D position by a third parameter storing a strength value. More... | |
Public Types | |
| template<typename TCoordinate , typename TStrength > | |
| using | StrengthPositions = std::vector< StrengthPosition< TCoordinate, TStrength > > |
| Definition of a vector holding strength pixel positions. | |
This class provides base functionality and type definitions for non-maximum-suppression operations.
It defines common types like StrengthPosition and StrengthPositions used by the template class NonMaximumSuppressionT.
| using Ocean::CV::NonMaximumSuppression::StrengthPositions = std::vector<StrengthPosition<TCoordinate, TStrength> > |
Definition of a vector holding strength pixel positions.