github_repo

所属分类:其他
开发工具:Pascal
文件大小:202KB
下载次数:0
上传日期:2021-04-27 15:51:52
上 传 者oufadel
说明:  Thank you for submitting your resume. Our management team is reviewing your qualifications and will contact you if there is a match with our current open positions.

文件列表:
EmojiReplace.m (1417, 2021-01-21)
HOG_small.xml (308431, 2021-01-21)
Haar.xml (835469, 2021-01-21)
Head6.xml (60200, 2021-01-21)
HeadCount.fig (4912, 2021-01-21)
HeadCount.m (4799, 2021-01-21)
HeadDetect.fig (5051, 2021-01-21)
HeadDetect.m (5151, 2021-01-21)
LICENSE (1079, 2021-01-21)
MakeVideo.m (554, 2021-01-21)
MultiObjectTrackerKLT.m (7988, 2021-01-21)
NameChanger.m (594, 2021-01-21)
Vid2Frames.m (488, 2021-01-21)
VideoDetection.m (1433, 2021-01-21)
cropimage.m (1152, 2021-01-21)
emoji.png (26451, 2021-01-21)
hog_ppt.m (625, 2021-01-21)
license.txt (1316, 2021-01-21)
makestruct.m (569, 2021-01-21)
montageCreate.m (376, 2021-01-21)
prac.m (478, 2021-01-21)
realVideo.m (1810, 2021-01-21)
withPTZcam.m (962, 2021-01-21)

# Persons Counting by Head Detection in Real Time **Dataset**: [Positives and Negatives of Human Head](https://drive.google.com/open?id=1sB5dd80nKDvHIZsu_FDVvdekAVaxxnms) Persons counting in real-time is achieved by mainly two steps, head detection and tracking the detected heads for exact count. Head detection is achieved by building a head detector. Our head detector contains combination of two classifiers. The two classifiers are trained using two different features, Haar and histogram of oriented gradients features (HOG) separately. Both the classifiers are trained by adaboost learning algorithm. Haar-like features are fast to compute but have low detection accuracy and HOG features have high detection accuracy but slow computation speed. Hence, using these two features, the detector can have high accuracy and fast speed. Fast speed gives the advantage of detecting heads in real-time. The head regions detected by head detector are then tracked using Kanade-Lucas-Tomasi tracker. The detected heads are identified by serial numbers. So, as more headsare detected the serial number increments accordingly. Hence, the last or highest number will be the total number of heads that are detected which indeed is the count of people. Developed two GUIs. One for Head detection from an image which can be either uploaded or by capturing from system's default camera and the other to count persons by detecting head of persons in real-time video that is being captured from system's default camera. Also used PTZ camera to get images and live feed. HeadDetect.fig - GUI for detecting heads in an Image. HeadCount.fig - GUI for counting heads in a video/Live stream. Haar.xml and Head6.xml are the two classifiers obtained after training a huge head dataset. One is derived from Haar classification and the other from HOG classification. Used Matlab's Computer Vision Toolbox and Image Processing Toolbox.

近期下载者

相关文件


收藏者