Searched refs:_point_dim (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A D_cvkdtree.hpp241 CvKDTree(__valuetype * first, __valuetype * last, int _point_dim, argument
244 set_data(first, last, _point_dim, identity_ctor());
248 CvKDTree(__instype * first, __instype * last, int _point_dim, argument
251 set_data(first, last, _point_dim, ctor);
258 void set_data(__valuetype * first, __valuetype * last, int _point_dim) { argument
259 set_data(first, last, _point_dim, identity_ctor());
262 void set_data(__instype * first, __instype * last, int _point_dim, argument
264 point_dim = _point_dim;

Completed in 43 milliseconds