Lines Matching refs:costMatrix
66 …ual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMatrix);
132 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix() local
157 costMatrix.at<float>(i,j)=(float)norm(columnDiff, flag); in buildCostMatrix()
161 costMatrix.at<float>(i,j)=defaultCost; in buildCostMatrix()
191 …ual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMatrix);
257 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix() local
294 costMatrix.at<float>(i,j) = cv::EMD(sig1, sig2, flag); in buildCostMatrix()
298 costMatrix.at<float>(i,j) = defaultCost; in buildCostMatrix()
327 …ual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMatrix);
378 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix() local
410 costMatrix.at<float>(i,j)=csum/2; in buildCostMatrix()
414 costMatrix.at<float>(i,j)=defaultCost; in buildCostMatrix()
443 …ual void buildCostMatrix(InputArray descriptors1, InputArray descriptors2, OutputArray costMatrix);
494 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix() local
522 costMatrix.at<float>(i,j) = cv::EMDL1(sig1, sig2); in buildCostMatrix()
526 costMatrix.at<float>(i,j) = defaultCost; in buildCostMatrix()