MATLAB File Help: cv.DPMDetector.mat2opencvxml | Index |
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:
https://github.com/Itseez/opencv_extra/blob/3.1.0/testdata/cv/dpm/mat2opencvxml.m
Access | public |
Sealed | false |
Static | true |