#include <colinear_segmenter.hpp>
Public Member Functions | |
ColinearSegmenter (const type threshold) | |
virtual std::vector< Segment > | findSegments (const type *const data, const unsigned size) const |
Additional Inherited Members | |
![]() | |
typedef int | type |
ColinearSegmenter::ColinearSegmenter | ( | const type | threshold | ) |
|
virtual |
Implements Segmenter< int >.