Ocean
Loading...
Searching...
No Matches
Ocean::CV::NonMaximumSuppression Class Reference

This class provides base functionality and type definitions for non-maximum-suppression operations. More...

#include <NonMaximumSuppression.h>

Inheritance diagram for Ocean::CV::NonMaximumSuppression:

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.
 

Detailed Description

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.

See also
NonMaximumSuppressionT

Member Typedef Documentation

◆ StrengthPositions

template<typename TCoordinate , typename TStrength >
using Ocean::CV::NonMaximumSuppression::StrengthPositions = std::vector<StrengthPosition<TCoordinate, TStrength> >

Definition of a vector holding strength pixel positions.


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