HomeSort by relevance Sort by last modified time
    Searched full:selpoints_dat (Results 1 - 1 of 1) sorted by null

  /external/opencv/cvaux/src/
cvtrifocal.cpp 917 double selPoints_dat[2*6*3];
919 selPoints[0] = cvMat(2,6,CV_64F,selPoints_dat);
920 selPoints[1] = cvMat(2,6,CV_64F,selPoints_dat+12);
921 selPoints[2] = cvMat(2,6,CV_64F,selPoints_dat+24);
    [all...]

Completed in 735 milliseconds