28 #include "../../processing/filters/filtermorpho.h"
34 class PMSPP_LIB_DECL TraceDetectionMoulon :
public TraceDetectionInterface
37 FilterMorphoMean m_xicFilterSmoothing;
42 TraceDetectionMoulon(
unsigned int smoothing_half_window_length,
45 TraceDetectionMoulon(
const TraceDetectionMoulon &other);
46 virtual ~TraceDetectionMoulon();
49 void setFilterMorphoMean(
const FilterMorphoMean &smooth);
50 void setTicStart(
double tic_start);
51 void setTicStop(
double tic_stop);
53 unsigned int getSmoothingHalfEdgeWindows()
const;
58 void detect(
const Trace &xic,