Home | History | Annotate | Download | only in src

Lines Matching full:ptidx

135     size_t ptidx, ptsize = pts.size();
150 for( ptidx = 0; ptidx < ptsize; ptidx++ )
152 int x0 = cvRound(pts[ptidx].pt.x);
153 int y0 = cvRound(pts[ptidx].pt.y);
154 int z = pts[ptidx].octave;
168 pts[ptidx].response = ((float)a * b - (float)c * c -
179 size_t ptidx, ptsize = pts.size();
181 for( ptidx = 0; ptidx < ptsize; ptidx++ )
183 const Rect& layer = layerinfo[pts[ptidx].octave];
184 const uchar* center = &img.at<uchar>(cvRound(pts[ptidx].pt.y) + layer.y, cvRound(pts[ptidx].pt.x) + layer.x);
207 pts[ptidx].angle = fastAtan2((float)m_01, (float)m_10);