mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
Instrumentation for OpenCV API regions and IPP functions;
This commit is contained in:
@@ -125,6 +125,8 @@ protected:
|
||||
|
||||
void NormHistogramCostExtractorImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descriptors2, OutputArray _costMatrix)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
|
||||
// size of the costMatrix with dummies //
|
||||
Mat descriptors1=_descriptors1.getMat();
|
||||
Mat descriptors2=_descriptors2.getMat();
|
||||
@@ -251,6 +253,8 @@ protected:
|
||||
|
||||
void EMDHistogramCostExtractorImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descriptors2, OutputArray _costMatrix)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
|
||||
// size of the costMatrix with dummies //
|
||||
Mat descriptors1=_descriptors1.getMat();
|
||||
Mat descriptors2=_descriptors2.getMat();
|
||||
@@ -373,6 +377,8 @@ protected:
|
||||
|
||||
void ChiHistogramCostExtractorImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descriptors2, OutputArray _costMatrix)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
|
||||
// size of the costMatrix with dummies //
|
||||
Mat descriptors1=_descriptors1.getMat();
|
||||
Mat descriptors2=_descriptors2.getMat();
|
||||
@@ -490,6 +496,8 @@ protected:
|
||||
|
||||
void EMDL1HistogramCostExtractorImpl::buildCostMatrix(InputArray _descriptors1, InputArray _descriptors2, OutputArray _costMatrix)
|
||||
{
|
||||
CV_INSTRUMENT_REGION()
|
||||
|
||||
// size of the costMatrix with dummies //
|
||||
Mat descriptors1=_descriptors1.getMat();
|
||||
Mat descriptors2=_descriptors2.getMat();
|
||||
|
||||
Reference in New Issue
Block a user