Home
last modified time | relevance | path

Searched defs:matchL2_gpu (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/cudafeatures2d/src/cuda/
Dbf_radius_match.cu364 …template <typename T> void matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb& train, float max… in matchL2_gpu() function
429 …template <typename T> void matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb* trains, int n, f… in matchL2_gpu() function
Dbf_match.cu648 …template <typename T> void matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb& train, const Ptr… in matchL2_gpu() function
722 …template <typename T> void matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb& trains, const Pt… in matchL2_gpu() function
Dbf_knnmatch.cu1169 …template <typename T> void matchL2_gpu(const PtrStepSzb& query, const PtrStepSzb& train, int k, co… in matchL2_gpu() function