OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:predict_and_paint
(Results
1 - 1
of
1
) sorted by null
/external/opencv3/samples/cpp/
points_classifier.cpp
85
static void
predict_and_paint
(const Ptr<StatModel>& model, Mat& dst)
function
107
predict_and_paint
(normalBayesClassifier, imgDst);
120
predict_and_paint
(knn, imgDst);
138
predict_and_paint
(svm, imgDst);
160
predict_and_paint
(dtree, imgDst);
175
predict_and_paint
(boost, imgDst);
192
predict_and_paint
(gbtrees, imgDst);
210
predict_and_paint
(rtrees, imgDst);
233
predict_and_paint
(ann, imgDst);
Completed in 155 milliseconds