Searched refs:_pts (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Rewriter/ |
D | rewrite-anonymous-union.m | 19 OSPatternSpecificData _pts; field 27 [NSNumber numberWithLong:(_pts.dayOfMonth >= 31 ? -1 : _pts.dayOfMonth)];
|
/external/opencv3/modules/ml/src/ |
D | kdtree.cpp | 474 void KDTree::getPoints(InputArray _idx, OutputArray _pts, OutputArray _labels) const in getPoints() argument 486 _pts.release(); in getPoints() 491 if( _pts.needed() ) in getPoints() 493 _pts.create( nidx, ptdims, points.type()); in getPoints() 494 pts = _pts.getMat(); in getPoints()
|
/external/opencv3/modules/imgproc/src/ |
D | rotcalipers.cpp | 401 void cv::boxPoints(cv::RotatedRect box, OutputArray _pts) in boxPoints() argument 403 _pts.create(4, 2, CV_32F); in boxPoints() 404 Mat pts = _pts.getMat(); in boxPoints()
|
D | drawing.cpp | 2492 int arc_start, int arc_end, CvPoint* _pts, int delta ) in cvEllipse2Poly() argument 2496 memcpy( _pts, &pts[0], pts.size()*sizeof(_pts[0]) ); in cvEllipse2Poly()
|
/external/libvpx/libvpx/test/ |
D | resize_test.cc | 85 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) in FrameInfo() 86 : pts(_pts), w(_w), h(_h) {} in FrameInfo()
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 2103 cv::Ptr<CvMat> _pts(cvCreateMat(1, N*N, CV_32FC2)); in icvGetRectangles() local 2104 CvPoint2D32f* pts = (CvPoint2D32f*)(_pts->data.ptr); in icvGetRectangles() 2111 cvUndistortPoints(_pts, _pts, cameraMatrix, distCoeffs, R, newCameraMatrix); in icvGetRectangles() 2209 CvPoint2D32f _pts[4]; in cvStereoRectify() local 2211 CvMat pts = cvMat(1, 4, CV_32FC2, _pts); in cvStereoRectify() 2217 _pts[i].x = (float)((i % 2)*(nx-1)); in cvStereoRectify() 2218 _pts[i].y = (float)(j*(ny-1)); in cvStereoRectify()
|
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 2332 CvPoint2D32f _pts[4]; in cvStereoRectify() local 2334 CvMat pts = cvMat(1, 4, CV_32FC2, _pts); in cvStereoRectify() 2345 _pts[i].x = (float)(((i % 2) + 0.5)*nx*0.5); in cvStereoRectify() 2346 _pts[i].y = (float)(((i / 2) + 0.5)*ny*0.5); in cvStereoRectify()
|