where i can find ocvTrainCascade code source without installing opencv
3 ビュー (過去 30 日間)
古いコメントを表示
hello, i need the code source of ocvTrainCascade i can't find it in the web ?
0 件のコメント
採用された回答
Walter Roberson
2016 年 5 月 10 日
https://github.com/Itseez/opencv/blob/master/apps/traincascade/traincascade.cpp
2 件のコメント
Walter Roberson
2016 年 5 月 11 日
ocvTrainCascade appears to be a MEX interface to that routine. trainCascadeObjectDetector.m adds a bunch of overhead logic.
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!