HomeSort by relevance Sort by last modified time
    Searched refs:icvCodeDeltas (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/src/
cvcontours.cpp 50 static const CvPoint icvCodeDeltas[8] =
75 reader->deltas[i][0] = (schar) icvCodeDeltas[i].x;
76 reader->deltas[i][1] = (schar) icvCodeDeltas[i].y;
114 reader->pt.x = pt.x + icvCodeDeltas[code].x;
115 reader->pt.y = pt.y + icvCodeDeltas[code].y;
616 pt.x += icvCodeDeltas[s].x;
617 pt.y += icvCodeDeltas[s].y;
805 pt.x += icvCodeDeltas[s].x;
806 pt.y += icvCodeDeltas[s].y;
    [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 331 const CvPoint icvCodeDeltas[8] =
441 pt.x += icvCodeDeltas[s].x;
442 pt.y += icvCodeDeltas[s].y;
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]

Completed in 1769 milliseconds