Searched refs:line_u2 (Results 1 – 1 of 1) sorted by relevance
122 HLine line_u2(pl); in lines() local123 CoeffsType converted_coeffs = line_u2.coeffs(); in lines()124 if(line_u2.normal().dot(line_u.normal())<Scalar(0)) in lines()125 converted_coeffs = -line_u2.coeffs(); in lines()