HomeSort by relevance Sort by last modified time
    Searched refs:CV_FM_RANSAC (Results 1 - 3 of 3) sorted by null

  /external/opencv/cv/include/
cv.h     [all...]
cvcompat.h 564 cvFindFundamentalMat(pointsMat1,pointsMat2,&fundMatr,CV_FM_RANSAC,1,0.99,0);
    [all...]
  /external/opencv/cvaux/src/
cvcorrimages.cpp 399 int num = cvFindFundamentalMat(tmpPoints1,tmpPoints2,&fundMatr,CV_FM_RANSAC,threshold,0.99,pStatus);
    [all...]

Completed in 62 milliseconds