Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxdrawing.cpp759 static const float icvSinTable[] = variable
843 *sinval = icvSinTable[angle]; in icvSinCos()
844 *cosval = icvSinTable[450 - angle]; in icvSinCos()
897 x = size_a * icvSinTable[450-angle]; in cvEllipse2Poly()
898 y = size_b * icvSinTable[angle]; in cvEllipse2Poly()