Home
last modified time | relevance | path

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

/external/opencv3/modules/shape/src/
Dhist_cost.cpp125 …rImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descriptors2, OutputArray _costMatrix) in buildCostMatrix() argument
131 _costMatrix.create(costrows, costrows, CV_32F); in buildCostMatrix()
132 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix()
250 …rImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descriptors2, OutputArray _costMatrix) in buildCostMatrix() argument
256 _costMatrix.create(costrows, costrows, CV_32F); in buildCostMatrix()
257 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix()
371 …rImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descriptors2, OutputArray _costMatrix) in buildCostMatrix() argument
377 _costMatrix.create(costrows, costrows, CV_32FC1); in buildCostMatrix()
378 Mat costMatrix=_costMatrix.getMat(); in buildCostMatrix()
487 …rImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descriptors2, OutputArray _costMatrix) in buildCostMatrix() argument
[all …]