Searched refs:cvPoint3D32f (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cvaux/src/ |
D | cv3dtracker.cpp | 380 return cvPoint3D32f((p1.x+p2.x)/2, (p1.y+p2.y)/2, (p1.z+p2.z)/2); in midpoint() 392 return cvPoint3D32f(p.x/d, p.y/d, p.z/d); in operator /() 405 #define CAMERA_POS(c) (cvPoint3D32f((c).mat[3][0], (c).mat[3][1], (c).mat[3][2])) 442 CvPoint3D32f total = cvPoint3D32f(0, 0, 0); in cv3dTrackerLocateObjects() 473 CvPoint3D32f r1 = cvPoint3D32f(0, 0, 0); in cv3dTrackerLocateObjects() 474 CvPoint3D32f r2 = cvPoint3D32f(0, 0, 0); in cv3dTrackerLocateObjects() 504 return cvPoint3D32f(a.x + b.x, a.y + b.y, a.z + b.z); in operator +() 509 return cvPoint3D32f(a.x - b.x, a.y - b.y, a.z - b.z); in operator -() 514 return cvPoint3D32f(f*v.x, f*v.y, f*v.z); in operator *() 531 CvPoint3D32f cross = cvPoint3D32f(d1.y*d2.z - d1.z*d2.y, in intersection() [all …]
|
D | cvcalibfilter.cpp | 278 buffer[i * etalonPointCount + j] = cvPoint3D32f( etalonPoints[j].x, in Stop()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 972 CV_INLINE CvPoint3D32f cvPoint3D32f( double x, double y, double z ) in cvPoint3D32f() function
|