Home
last modified time | relevance | path

Searched defs:calcDistance (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/calib3d/test/
Dtest_cornerssubpix.cpp65 int calcDistance(const vector<Point2f>& set1, const vector<Point2f>& set2, double& mean_dist) in calcDistance() function
/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_knnmatch.cu969 …__global__ void calcDistance(const PtrStepSz<T> query, const PtrStepSz<T> train, const Mask mask, … in calcDistance() function
1017 …void calcDistance(const PtrStepSz<T>& query, const PtrStepSz<T>& train, const Mask& mask, const Pt… in calcDistance() function