Home
last modified time | relevance | path

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

/external/opencv3/modules/features2d/include/opencv2/
Dfeatures2d.hpp950 static Mat clone_op( Mat m ) { return m.clone(); } in clone_op() function in cv::DescriptorMatcher
/external/opencv3/modules/features2d/src/
Dmatchers.cpp691 matcher->trainDescCollection.begin(), clone_op ); in clone()
1265 matcher->trainDescCollection.begin(), clone_op ); in clone()