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

Load and create a new detector

detector = cv.DPMDetector(filenames)
detector = cv.DPMDetector(filenames, classnames)

Input

Load the trained models from given .xml files and return a new DPMDetector detector.

filenames is a string or a cell array of strings specifying the location of model files. Optionally the method takes class names as a cell array of strings that has the same size to filenames. By default, classnames are set to the name of the file without xml extension.

See also