#include <tracedetectionmoulon.h>
Definition at line 55 of file tracedetectionmoulon.h.
◆ TraceDetectionMoulon() [1/2]
pappso::TraceDetectionMoulon::TraceDetectionMoulon |
( |
unsigned int |
smoothing_half_window_length, |
|
|
pappso_double |
tic_start, |
|
|
pappso_double |
tic_stop |
|
) |
| |
◆ TraceDetectionMoulon() [2/2]
◆ ~TraceDetectionMoulon()
pappso::TraceDetectionMoulon::~TraceDetectionMoulon |
( |
| ) |
|
|
virtual |
◆ detect()
Implements pappso::TraceDetectionInterface.
Definition at line 107 of file tracedetectionmoulon.cpp.
112 it_begin = xic.end();
118 if(it_begin == xic.end())
125 if((nb_tic_start == 2) && (banked ==
false))
136 if(it_begin != xic.end())
141 TracePeak peak(it_begin, it + 1);
142 sink.setTracePeak(peak);
◆ getSmoothingHalfEdgeWindows()
unsigned int pappso::TraceDetectionMoulon::getSmoothingHalfEdgeWindows |
( |
| ) |
const |
◆ getTicStart()
pappso_double pappso::TraceDetectionMoulon::getTicStart |
( |
| ) |
const |
◆ getTicStop()
◆ setFilterMorphoMean()
void pappso::TraceDetectionMoulon::setFilterMorphoMean |
( |
const FilterMorphoMean & |
smooth | ) |
|
◆ setTicStart()
void pappso::TraceDetectionMoulon::setTicStart |
( |
double |
tic_start | ) |
|
◆ setTicStop()
void pappso::TraceDetectionMoulon::setTicStop |
( |
double |
tic_stop | ) |
|
◆ m_ticStart
◆ m_ticStop
◆ m_xicFilterSmoothing
The documentation for this class was generated from the following files: