├── Crop_picture.cpp ├── HOGDetectorForOpenCV.txt ├── README.md ├── dataset.h ├── display.cpp ├── main.cpp ├── pic_test.cpp ├── save_hardexample.cpp ├── train.cpp └── video_test.cpp /Crop_picture.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttttthub/pedestrian-detection/HEAD/Crop_picture.cpp -------------------------------------------------------------------------------- /HOGDetectorForOpenCV.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttttthub/pedestrian-detection/HEAD/HOGDetectorForOpenCV.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # pedestrian-detection 2 | 行人检测 ,支持图片和视频两种方式 3 | -------------------------------------------------------------------------------- /dataset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttttthub/pedestrian-detection/HEAD/dataset.h -------------------------------------------------------------------------------- /display.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttttthub/pedestrian-detection/HEAD/display.cpp -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttttthub/pedestrian-detection/HEAD/main.cpp -------------------------------------------------------------------------------- /pic_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttttthub/pedestrian-detection/HEAD/pic_test.cpp -------------------------------------------------------------------------------- /save_hardexample.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttttthub/pedestrian-detection/HEAD/save_hardexample.cpp -------------------------------------------------------------------------------- /train.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttttthub/pedestrian-detection/HEAD/train.cpp -------------------------------------------------------------------------------- /video_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttttthub/pedestrian-detection/HEAD/video_test.cpp --------------------------------------------------------------------------------