Home
last modified time | relevance | path

Searched refs:detC (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
Dcvepilines.cpp769 double detA,detB,detC; in icvGetCoefForPiece() local
780 detC = p_start.x*p_end.y - p_end.x*p_start.y; in icvGetCoefForPiece()
785 *c = detC * invDet; in icvGetCoefForPiece()