#include <highest_peak_search_3d.hh>
Public Member Functions | |
| HighestPeakSearch3DBase (int max_num_peaks=10, int exclusion_radius=10, Real threshold=0) | |
| template<typename T , class D > | |
| void | VisitState (const ImageStateImpl< T, D > &isi) |
| void | VisitFunction (const Function &f) |
| PeakList | GetPeakList () const |
| void | ClearPeakList () |
Static Public Member Functions | |
| static String | GetAlgorithmName () |
Definition at line 13 of file highest_peak_search_3d.hh.
| HighestPeakSearch3DBase | ( | int | max_num_peaks = 10, |
|
| int | exclusion_radius = 10, |
|||
| Real | threshold = 0 | |||
| ) | [inline] |
Initialization.
Definition at line 26 of file highest_peak_search_3d.hh.
| void ClearPeakList | ( | ) | [inline] |
Clears the peak list removing all peaks in the list.
Definition at line 46 of file highest_peak_search_3d.hh.
| static String GetAlgorithmName | ( | ) | [inline, static] |
Definition at line 40 of file highest_peak_search_3d.hh.
| PeakList GetPeakList | ( | ) | const [inline] |
Main "return" function returns a list of Peaks.
Definition at line 43 of file highest_peak_search_3d.hh.
| void VisitFunction | ( | const Function & | f | ) |
| void VisitState | ( | const ImageStateImpl< T, D > & | isi | ) | [inline] |
image state algorithm interface
1.5.8