Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a7b68 commit 96e35d1Copy full SHA for 96e35d1
modules/flann/src/flann.cpp
@@ -34,8 +34,8 @@ namespace cvflann
34
/** Global variable indicating the distance metric to be used.
35
* \deprecated Provided for backward compatibility
36
*/
37
- flann_distance_t flann_distance_type_ = FLANN_DIST_L2;
38
- flann_distance_t flann_distance_type() { return flann_distance_type_; }
+ CV_DEPRECATED flann_distance_t flann_distance_type_ = FLANN_DIST_L2;
+ CV_DEPRECATED flann_distance_t flann_distance_type() { return flann_distance_type_; }
39
40
/**
41
* Set distance type to used
0 commit comments