mat2opencvxml (cv.DPMDetector) - MATLAB File Help
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: mat2opencvxml.m

See also
Method Details
Access public
Sealed false
Static true