OTB  9.0.0
Orfeo Toolbox
Public Member Functions | List of all members
otb::Count< TPointSet, TRadiusType, TIndexType > Class Template Reference

#include <otbSimplePointCountStrategy.h>

Public Member Functions

 Count ()
 
float operator() (const TPointSet *pointSet, const TRadiusType &size, const TIndexType &index)
 
 ~Count ()
 

Detailed Description

template<class TPointSet, class TRadiusType, class TIndexType>
class otb::Count< TPointSet, TRadiusType, TIndexType >

Compute the density of a neighborhood centerred in a pixel.

This filter is templated over the pixel type of the input image and the pixel type of the output image.

The filter will walk over all the pixels in the input image, and for each one of them it will do the following:

Definition at line 43 of file otbSimplePointCountStrategy.h.

Constructor & Destructor Documentation

◆ Count()

template<class TPointSet , class TRadiusType , class TIndexType >
otb::Count< TPointSet, TRadiusType, TIndexType >::Count ( )
inline

Definition at line 46 of file otbSimplePointCountStrategy.h.

◆ ~Count()

template<class TPointSet , class TRadiusType , class TIndexType >
otb::Count< TPointSet, TRadiusType, TIndexType >::~Count ( )
inline

Definition at line 49 of file otbSimplePointCountStrategy.h.

Member Function Documentation

◆ operator()()

template<class TPointSet , class TRadiusType , class TIndexType >
float otb::Count< TPointSet, TRadiusType, TIndexType >::operator() ( const TPointSet *  pointSet,
const TRadiusType &  size,
const TIndexType &  index 
)
inline

Definition at line 53 of file otbSimplePointCountStrategy.h.

References otb::CONST_PI.


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