HomeSort by relevance Sort by last modified time
    Searched defs:cvflann (Results 1 - 25 of 35) sorted by null

1 2

  /external/opencv3/modules/flann/include/opencv2/flann/
dummy.h 5 namespace cvflann namespace
general.h 36 namespace cvflann namespace
all_indices.h 46 namespace cvflann namespace
params.h 39 namespace cvflann namespace
sampling.h 36 namespace cvflann namespace
ground_truth.h 38 namespace cvflann namespace
timer.h 38 namespace cvflann namespace
dynamic_bitset.h 51 namespace cvflann { namespace
155 } // namespace cvflann
heap.h 37 namespace cvflann namespace
matrix.h 38 namespace cvflann namespace
71 fprintf(stderr, "The cvflann::Matrix<T>::free() method is deprecated "
nn_index.h 39 namespace cvflann namespace
object_factory.h 36 namespace cvflann namespace
random.h 40 namespace cvflann namespace
composite_index.h 39 namespace cvflann namespace
linear_index.h 37 namespace cvflann namespace
logger.h 40 namespace cvflann namespace
saving.h 43 namespace cvflann namespace
132 void save_value(FILE* stream, const cvflann::Matrix<T>& value)
156 void load_value(FILE* stream, cvflann::Matrix<T>& value)
simplex_downhill.h 34 namespace cvflann namespace
allocator.h 38 namespace cvflann namespace
hdf5.h 38 namespace cvflann namespace
76 void save_to_file(const cvflann::Matrix<T>& dataset, const String& filename, const String& name)
128 void load_from_file(cvflann::Matrix<T>& dataset, const String& filename, const String& name)
147 dataset = cvflann::Matrix<T>(new T[dims_out[0]*dims_out[1]], dims_out[0], dims_out[1]);
169 void load_from_file(cvflann::Matrix<T>& dataset, const String& filename, const String& name)
229 } // namespace cvflann::mpi
any.h 20 namespace cvflann namespace
flann_base.hpp 45 namespace cvflann namespace
273 * @param params Clustering parameters (The same as for cvflann::KMeansIndex)
274 * @param d Distance to be used for clustering (eg: cvflann::L2)
index_testing.h 45 namespace cvflann namespace
  /external/opencv3/modules/flann/src/
flann.cpp 32 namespace cvflann namespace
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 59 namespace cvflann namespace
86 using ::cvflann::get_param;
87 using ::cvflann::print_params;
90 using ::cvflann::L2_Simple;
91 using ::cvflann::L2;
92 using ::cvflann::L1;
93 using ::cvflann::MinkowskiDistance;
94 using ::cvflann::MaxDistance;
95 using ::cvflann::HammingLUT;
96 using ::cvflann::Hamming
    [all...]

Completed in 132 milliseconds

1 2