Home | History | Annotate | Download | only in src

Lines Matching full:points

54 static  CvStatus  icvCreatePOSITObject( CvPoint3D32f *points,
73 if( points == NULL )
94 * Construct object vectors from object points *
98 pObject->obj_vecs[i] = points[i + 1].x - points[0].x;
99 pObject->obj_vecs[N + i] = points[i + 1].y - points[0].y;
100 pObject->obj_vecs[2 * N + i] = points[i + 1].z - points[0].z;
335 cvCreatePOSITObject( CvPoint3D32f * points, int numPoints )
343 IPPI_CALL( icvCreatePOSITObject( points, numPoints, &pObject ));