Searched refs:_pp (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 2284 double _om[3], _t[3], _uu[3]={0,0,0}, _r_r[3][3], _pp[3][4]; in cvStereoRectify() local 2290 CvMat pp = cvMat(3, 4, CV_64F, _pp); in cvStereoRectify() 2373 _pp[0][0] = _pp[1][1] = fc_new; in cvStereoRectify() 2374 _pp[0][2] = cc_new[0].x; in cvStereoRectify() 2375 _pp[1][2] = cc_new[0].y; in cvStereoRectify() 2376 _pp[2][2] = 1; in cvStereoRectify() 2379 _pp[0][2] = cc_new[1].x; in cvStereoRectify() 2380 _pp[1][2] = cc_new[1].y; in cvStereoRectify() 2381 _pp[idx][3] = _t[idx]*fc_new; // baseline * focal length in cvStereoRectify()
|
/external/libpng/ |
D | CHANGES | 733 Renamed png_spalette (_p, _pp) to png_sPLT_t (_tp, _tpp)
|