Home | History | Annotate | Download | only in performance

Lines Matching refs:leftLine

548 		const gls::LineParameters leftLine		= gls::theilSenLinearRegression(leftData);
551 if (numDistinctX(leftData) < 2 || leftLine.coefficient > rightLine.coefficient*0.5f)
558 return SegmentedEstimator(leftLine, rightLine, pivotX);