Lines Matching full:points
55 static CvStatus icvCreatePOSITObject( CvPoint3D32f *points,
74 if( points == NULL )
95 * Construct object vectors from object points *
99 pObject->obj_vecs[i] = points[i + 1].x - points[0].x;
100 pObject->obj_vecs[N + i] = points[i + 1].y - points[0].y;
101 pObject->obj_vecs[2 * N + i] = points[i + 1].z - points[0].z;
336 cvCreatePOSITObject( CvPoint3D32f * points, int numPoints )
339 IPPI_CALL( icvCreatePOSITObject( points, numPoints, &pObject ));