Human Body Detection in opencv

Source: Internet
Author: User
Tags svm

Previously, we used MATLAB to implement algorithms. Recently, we started to use opencv as a target tracking algorithm. We found that opencv is really powerful. It integrates many algorithms and encapsulates many functions, the method is similar to MATLAB, but it is more efficient than Matlab. The following describes the human body detection code using the hog algorithm, which is similar to peopledetect. cpp in opencv. However, I modified some code to detect continuous video sequences.

The Code is as follows:

#include <fstream>#include <string>#include <cv.h>#include 

Hog. setsvmdetector (hogdescriptor: getdefaultpeopledetector (); obtains the SVM detection operator.

Hog. detectmultiscale (IMG, found, 0, size (8, 8), size (32, 32), 1.05, 2); the detection result is obtained.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.