├── 1226model ├── 620model ├── LICENSE ├── README.md ├── detection ├── 1.jpg ├── 2.jpg ├── LearnGAB.cpp ├── LearnGAB.hpp ├── TrainDetector.cpp ├── TrainDetector.hpp ├── common.cpp ├── common.hpp ├── demo.cpp └── makefile.example ├── discROC-compare.png └── train ├── LearnDQT.cpp ├── LearnDQT.hpp ├── LearnGAB.cpp ├── LearnGAB.hpp ├── TrainDetector.cpp ├── TrainDetector.hpp ├── common.cpp ├── common.hpp ├── data.cpp ├── data.hpp ├── demo ├── demo.cpp └── makefile.example /1226model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/1226model -------------------------------------------------------------------------------- /620model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/620model -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/README.md -------------------------------------------------------------------------------- /detection/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/detection/1.jpg -------------------------------------------------------------------------------- /detection/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/detection/2.jpg -------------------------------------------------------------------------------- /detection/LearnGAB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/detection/LearnGAB.cpp -------------------------------------------------------------------------------- /detection/LearnGAB.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/detection/LearnGAB.hpp -------------------------------------------------------------------------------- /detection/TrainDetector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/detection/TrainDetector.cpp -------------------------------------------------------------------------------- /detection/TrainDetector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/detection/TrainDetector.hpp -------------------------------------------------------------------------------- /detection/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/detection/common.cpp -------------------------------------------------------------------------------- /detection/common.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/detection/common.hpp -------------------------------------------------------------------------------- /detection/demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/detection/demo.cpp -------------------------------------------------------------------------------- /detection/makefile.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/detection/makefile.example -------------------------------------------------------------------------------- /discROC-compare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/discROC-compare.png -------------------------------------------------------------------------------- /train/LearnDQT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/LearnDQT.cpp -------------------------------------------------------------------------------- /train/LearnDQT.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/LearnDQT.hpp -------------------------------------------------------------------------------- /train/LearnGAB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/LearnGAB.cpp -------------------------------------------------------------------------------- /train/LearnGAB.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/LearnGAB.hpp -------------------------------------------------------------------------------- /train/TrainDetector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/TrainDetector.cpp -------------------------------------------------------------------------------- /train/TrainDetector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/TrainDetector.hpp -------------------------------------------------------------------------------- /train/common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/common.cpp -------------------------------------------------------------------------------- /train/common.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/common.hpp -------------------------------------------------------------------------------- /train/data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/data.cpp -------------------------------------------------------------------------------- /train/data.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/data.hpp -------------------------------------------------------------------------------- /train/demo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/demo -------------------------------------------------------------------------------- /train/demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/demo.cpp -------------------------------------------------------------------------------- /train/makefile.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wincle/NPD/HEAD/train/makefile.example --------------------------------------------------------------------------------