HomeSort by relevance Sort by last modified time
    Searched defs:points2 (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvcorrimages.cpp 176 /* For given points1 (with pntStatus) on image1 finds corresponding points2 on image2 and set pntStatus2 for them */
182 CvMat *points2,
207 points1 == 0 || points2 == 0 ||
229 if( !CV_IS_MAT(points1) || !CV_IS_MAT(points2) ||
250 if( points2->cols != numPoints || pntStatus1->cols != numPoints || pntStatus2->cols != numPoints )
255 if( points1->rows != 2 || points2->rows != 2 )
355 cvmSet(points2,0,i,cornerPoints2[currVis].x);
356 cvmSet(points2,1,i,cornerPoints2[currVis].y);
385 cvmSet(tmpPoints2,0,currPoint,cvmGet(points2,0,i));
386 cvmSet(tmpPoints2,1,currPoint,cvmGet(points2,1,i))
849 CvMat *points2 = 0; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 31 milliseconds