项目作者: adityajain10

项目描述 :
The program uses HOG and LBP features to detect human in images. First, use the HOG feature only to detect humans. Next, combine the HOG feature with the LBP feature to form an augmented feature (HOG-LBP) to detect human. A Two-Layer Perceptron (feedforward neural network) will be used to classify the input feature vector into human or no-human.
高级语言: Python
项目地址: git://github.com/adityajain10/human-detection-using-hog-lbp-neural-networks.git