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

  /external/opencv3/modules/flann/include/opencv2/flann/
all_indices.h 54 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params, "algorithm");
95 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params, "algorithm");
124 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params, "algorithm");
flann_base.hpp 109 flann_algorithm_t index_type = get_param<flann_algorithm_t>(params,"algorithm");
184 flann_algorithm_t getType() const
miniflann.hpp 147 CV_WRAP cvflann::flann_algorithm_t getAlgorithm() const;
151 cvflann::flann_algorithm_t algo;
defines.h 81 enum flann_algorithm_t enum in namespace:cvflann
linear_index.h 66 flann_algorithm_t getType() const
composite_index.h 104 flann_algorithm_t getType() const
nn_index.h 161 virtual flann_algorithm_t getType() const = 0;
any.h 107 template<> inline void big_any_policy<flann_algorithm_t>::print(std::ostream& out, void* const* src)
109 out << int(*reinterpret_cast<flann_algorithm_t const*>(*src));
saving.h 74 flann_algorithm_t index_type;
autotuned_index.h 140 params["algorithm"] = (flann_algorithm_t)index_type;
206 virtual flann_algorithm_t getType() const
lsh_index.h 122 flann_algorithm_t getType() const
kdtree_index.h 134 flann_algorithm_t getType() const
hierarchical_clustering_index.h 483 flann_algorithm_t getType() const
kdtree_single_index.h 135 flann_algorithm_t getType() const
kmeans_index.h 269 flann_algorithm_t getType() const
    [all...]
  /external/opencv3/modules/flann/src/
miniflann.cpp 88 setParam(*this, "algorithm", (cvflann::flann_algorithm_t)value);
185 cvflann::flann_algorithm_t val = it->second.cast<cvflann::flann_algorithm_t>();
357 algo = getParam<flann_algorithm_t>(params, "algorithm", FLANN_INDEX_LINEAR);
636 flann_algorithm_t Index::getAlgorithm() const
  /external/opencv3/modules/python/src2/
cv2.cpp 118 typedef cvflann::flann_algorithm_t cvflann_flann_algorithm_t;
    [all...]

Completed in 81 milliseconds