Home
last modified time | relevance | path

Searched refs:dstd (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvundistort.cpp385 CvPoint2D64f* dstd; in cvUndistortPoints() local
427 dstd = (CvPoint2D64f*)_dst->data.ptr; in cvUndistortPoints()
483 dstd[i*dstep].x = x; in cvUndistortPoints()
484 dstd[i*dstep].y = y; in cvUndistortPoints()