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

  /external/opencv3/modules/shape/src/
aff_trans.cpp 122 Mat therow = Mat::zeros(1,6,CV_32F); local
125 therow.at<float>(0,0)=shape1[contPt].x;
126 therow.at<float>(0,1)=shape1[contPt].y;
127 therow.at<float>(0,2)=1;
128 therow.row(0).copyTo(matM.row(ii));
133 therow.at<float>(0,3)=shape1[contPt].x;
134 therow.at<float>(0,4)=shape1[contPt].y;
135 therow.at<float>(0,5)=1;
136 therow.row(0).copyTo(matM.row(ii));
152 Mat therow = Mat::zeros(1,4,CV_32F) local
    [all...]
haus_dis.cpp 119 Mat therow = disMat.row(ii); local
121 minMaxIdx(therow, &mindis);

Completed in 880 milliseconds