Home | History | Annotate | Download | only in src

Lines Matching full:icvcodedeltas

2408 static const CvPoint icvCodeDeltas[8] =
2519 pt.x += icvCodeDeltas[(int)code].x;
2520 pt.y += icvCodeDeltas[(int)code].y;