HomeSort by relevance Sort by last modified time
    Searched defs:LinearIndexParams (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/flann/include/opencv2/flann/
linear_index.h 40 struct LinearIndexParams : public IndexParams
42 LinearIndexParams()
57 LinearIndex(const Matrix<ElementType>& inputData, const IndexParams& params = LinearIndexParams(),
miniflann.hpp 84 struct CV_EXPORTS LinearIndexParams : public IndexParams
86 LinearIndexParams();
  /external/opencv3/modules/flann/src/
miniflann.cpp 206 LinearIndexParams::LinearIndexParams()

Completed in 174 milliseconds