where i can find ocvTrainCascade code source without installing opencv
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
matlab22
el 10 de Mayo de 2016
Comentada: Walter Roberson
el 11 de Mayo de 2016
hello, i need the code source of ocvTrainCascade i can't find it in the web ?
0 comentarios
Respuesta aceptada
Walter Roberson
el 10 de Mayo de 2016
https://github.com/Itseez/opencv/blob/master/apps/traincascade/traincascade.cpp
2 comentarios
Walter Roberson
el 11 de Mayo de 2016
ocvTrainCascade appears to be a MEX interface to that routine. trainCascadeObjectDetector.m adds a bunch of overhead logic.
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!