Searched defs:SegmentedEstimator (Results 1 – 2 of 2) sorted by relevance
565 struct SegmentedEstimator struct567 float pivotX; //!< Value returned by findSlopePivotX, or -infinity if only single line.568 gls::LineParameters left;569 gls::LineParameters right;570 SegmentedEstimator(const gls::LineParameters &l, const gls::LineParameters &r, float pivotX_) in SegmentedEstimator() argument