Home | History | Annotate | Download | only in src

Lines Matching defs:offy

790     double x0, y0, idet, scale, offx = 0, offy = 0;
810 offy += ((CvPoint*)reader.ptr)->y;
815 offy += ((CvPoint2D32f*)reader.ptr)->y;
821 offy /= n;
832 y = ((CvPoint*)reader.ptr)->y - offy;
837 y = ((CvPoint2D32f*)reader.ptr)->y - offy;
916 box->center.y = (float)offy;
933 box->center.y = (float)(y0 + offy);