HomeSort by relevance Sort by last modified time
    Searched refs:set_distance_type (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/flann/src/
flann.cpp 44 void set_distance_type(flann_distance_t distance_type, int /*order*/) function in namespace:cvflann
46 printf("[WARNING] The cvflann::set_distance_type function is deperecated, "
49 printf("[ERROR] cvflann::set_distance_type only provides backwards compatibility "
  /external/opencv3/modules/flann/include/opencv2/
flann.hpp 62 FLANN_DEPRECATED CV_EXPORTS void set_distance_type(flann_distance_t distance_type, int order);
244 "the distance using cvflann::set_distance_type. This is no longer working as expected "\

Completed in 165 milliseconds