#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 | |
Public Types inherited from Segmenter< int > | |
| typedef int | type |
| ColinearSegmenter::ColinearSegmenter | ( | const type | threshold | ) |
|
virtual |
Implements Segmenter< int >.