Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdrawing.cpp1560 static const double INV_XY_ONE = 1./XY_ONE; in icvThickLine() local
1588 double dx = (p0.x - p1.x)*INV_XY_ONE, dy = (p1.y - p0.y)*INV_XY_ONE; in icvThickLine()