Public Member Functions | List of all members
AnoRackShip< T, T2 > Class Template Reference

Detects speckle noise. More...

#include <AnoRack.h>

Inheritance diagram for AnoRackShip< T, T2 >:
Inheritance graph
[legend]
Collaboration diagram for AnoRackShip< T, T2 >:
Collaboration graph
[legend]

Public Member Functions

 AnoRackShip (const std::string &p="64,4,5")
 
void filter (const Image< T > &src, Image< T2 > &dst) const
 

Detailed Description

template<class T = unsigned char, class T2 = unsigned char>
class anorack::AnoRackShip< T, T2 >

Detects speckle noise.

Segments of intensity > 'minDBZ' and area=1 get intensity 255, and larger ones smaller values with descreasing slope 'slope'.


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