Searched refs:disMat (Results 1 – 1 of 1) sorted by relevance
104 Mat disMat(set1.cols, set2.cols, CV_32F); in _apply() local105 int K = int(propRank*(disMat.rows-1)); in _apply()107 for (int r=0; r<disMat.rows; r++) in _apply()109 for (int c=0; c<disMat.cols; c++) in _apply()112 disMat.at<float>(r,c) = (float)norm(Mat(diff), distType); in _apply()116 Mat shortest(disMat.rows,1,CV_32F); in _apply()117 for (int ii=0; ii<disMat.rows; ii++) in _apply()119 Mat therow = disMat.row(ii); in _apply()