Home
last modified time | relevance | path

Searched defs:indices_ (Results 1 – 5 of 5) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
Dresult_set.h98 void init(int* indices_, DistanceType* dists_) in init()
165 void init(int* indices_, DistanceType* dists_) in init()
238 RadiusResultSet(DistanceType radius_, int* indices_, DistanceType* dists_, int capacity_) : in RadiusResultSet()
Dkmeans_index.h1147 int* indices_; variable
/external/webrtc/webrtc/modules/video_render/ios/
Dopen_gles20.h59 static const char indices_[]; variable
/external/ceres-solver/internal/ceres/
Dlow_rank_inverse_hessian.h102 std::list<int> indices_; variable
/external/opencv3/modules/stitching/include/opencv2/
Dstitching.hpp243 std::vector<int> indices_; member in cv::Stitcher