Searched defs:_costMatrix (Results 1 - 1 of 1) sorted by relevance

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

Completed in 363 milliseconds