OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indicesbuf
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/apps/traincascade/
boost.h
39
virtual const int* get_sample_indices( CvDTreeNode* n, int*
indicesBuf
);
boost.cpp
731
const int* CvCascadeBoostTrainData::get_sample_indices( CvDTreeNode* n, int*
indicesBuf
)
733
return CvDTreeTrainData::get_cat_var_data( n, get_work_var_count(),
indicesBuf
);
[
all
...]
/external/opencv3/modules/calib3d/src/
circlesgrid.cpp
410
int
indicesbuf
[knn] = {0};
local
412
Mat indices(1, knn, CV_32S, &
indicesbuf
);
415
centers.push_back(patternPoints.at(
indicesbuf
[0]));
[
all
...]
Completed in 93 milliseconds