HomeSort by relevance Sort by last modified time
    Searched full:icvfiltertable (Results 1 - 1 of 1) sorted by null

  /external/opencv/cxcore/src/
cxdrawing.cpp 288 static const int icvFilterTable[] = {
428 a = (ep_corr * icvFilterTable[dist + 32] >> 8) & 0xff;
433 a = (ep_corr * icvFilterTable[dist] >> 8) & 0xff;
438 a = (ep_corr * icvFilterTable[63 - dist] >> 8) & 0xff;
460 a = (ep_corr * icvFilterTable[dist + 32] >> 8) & 0xff;
465 a = (ep_corr * icvFilterTable[dist] >> 8) & 0xff;
470 a = (ep_corr * icvFilterTable[63 - dist] >> 8) & 0xff;
503 a = (ep_corr * icvFilterTable[dist + 32] >> 8) & 0xff;
508 a = (ep_corr * icvFilterTable[dist] >> 8) & 0xff;
513 a = (ep_corr * icvFilterTable[63 - dist] >> 8) & 0xff
    [all...]

Completed in 204 milliseconds