Searched refs:icvSlopeCorrTable (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp282 static const uchar icvSlopeCorrTable[] = { local
384 slope = (slope & 0x20) ? 0x100 : icvSlopeCorrTable[slope];

Completed in 122 milliseconds