MATLAB File Help: cv.DPMDetector.mat2opencvxml Index
cv.DPMDetector.mat2opencvxml

Convert DPM 2007 model (MAT) to cascade model (XML)

cv.DPMDetector.mat2opencvxml(matpath, xmlpath)

Input

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

See also
Method Details
Access public
Sealed false
Static true