1 #ifndef _KOVAN_COLINEAR_SEGMENTER_HPP_
2 #define _KOVAN_COLINEAR_SEGMENTER_HPP_
13 virtual std::vector<Segment>
findSegments(
const type *
const data,
const unsigned size)
const;
16 const type _threshold;
ColinearSegmenter(const type threshold)
Definition: segment.hpp:15
Definition: colinear_segmenter.hpp:8
int type
Definition: segment.hpp:18
virtual std::vector< Segment > findSegments(const type *const data, const unsigned size) const