mat2opencvxml (cv.DPMDetector) - MATLAB File Help |
Convert DPM 2007 model (MAT) to cascade model (XML)
cv.DPMDetector.mat2opencvxml(matpath, xmlpath)
The method converts [Felzenszwalb2010] model files to xml format specified by OpenCV's implementation. The usage is the following:
matpath = 'VOC2007/cat_final.mat';
xmlpath = 'cat.xml';
cv.DPMDetector.mat2opencvxml(matpath, xmlpath);
Check the latest models in:
This mat2opencvxml
utility is taken from:
mat2opencvxml.m
Access | public |
Sealed | false |
Static | true |