Searched defs:icvSlopeCorrTable (Results 1 - 1 of 1) sorted by relevance
/external/opencv/cxcore/src/ | ||
H A D | cxdrawing.cpp | 282 static const uchar icvSlopeCorrTable[] = { local 384 slope = (slope & 0x20) ? 0x100 : icvSlopeCorrTable[slope]; |
Completed in 107 milliseconds