Home
last modified time | relevance | path

Searched refs:costrows (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/shape/src/
Dhist_cost.cpp130 int costrows = std::max(descriptors1.rows, descriptors2.rows)+nDummies; in buildCostMatrix() local
131 _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() local
256 _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() local
377 _costMatrix.create(costrows, costrows, CV_32FC1); in buildCostMatrix()
[all …]