Searched refs:costrows (Results 1 – 1 of 1) sorted by relevance
130 int costrows = std::max(descriptors1.rows, descriptors2.rows)+nDummies; in buildCostMatrix() local131 _costMatrix.create(costrows, costrows, CV_32F); in buildCostMatrix()150 for(int i=0; i<costrows; i++) in buildCostMatrix()152 for(int j=0; j<costrows; j++) in buildCostMatrix()255 int costrows = std::max(descriptors1.rows, descriptors2.rows)+nDummies; in buildCostMatrix() local256 _costMatrix.create(costrows, costrows, CV_32F); in buildCostMatrix()276 for(int i=0; i<costrows; i++) in buildCostMatrix()278 for(int j=0; j<costrows; j++) in buildCostMatrix()376 int costrows = std::max(descriptors1.rows, descriptors2.rows)+nDummies; in buildCostMatrix() local377 _costMatrix.create(costrows, costrows, CV_32FC1); in buildCostMatrix()[all …]