├── README.md └── ikst_matlab ├── Auxillary.yml ├── PCAComponents.yml ├── SparseSet.yml ├── bin └── Debug │ └── ikst_matlab.exe ├── ikst_matlab.cbp ├── ikst_matlab.depend ├── ikst_matlab.layout ├── include ├── VideoTrainer.h ├── featureExtractor.h ├── testFeaExtractor.h ├── testSystem.h └── trainSystem.h ├── lena.jpg ├── main.cpp ├── obj └── Debug │ ├── main.o │ └── src │ ├── VideoTrainer.o │ ├── featureExtractor.o │ ├── testFeaExtractor.o │ ├── testSystem.o │ └── trainSystem.o ├── src ├── VideoTrainer.cpp ├── featureExtractor.cpp ├── testFeaExtractor.cpp ├── testSystem.cpp └── trainSystem.cpp └── testing_videos └── 01.avi /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/README.md -------------------------------------------------------------------------------- /ikst_matlab/Auxillary.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/Auxillary.yml -------------------------------------------------------------------------------- /ikst_matlab/PCAComponents.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/PCAComponents.yml -------------------------------------------------------------------------------- /ikst_matlab/SparseSet.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/SparseSet.yml -------------------------------------------------------------------------------- /ikst_matlab/bin/Debug/ikst_matlab.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/bin/Debug/ikst_matlab.exe -------------------------------------------------------------------------------- /ikst_matlab/ikst_matlab.cbp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/ikst_matlab.cbp -------------------------------------------------------------------------------- /ikst_matlab/ikst_matlab.depend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/ikst_matlab.depend -------------------------------------------------------------------------------- /ikst_matlab/ikst_matlab.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/ikst_matlab.layout -------------------------------------------------------------------------------- /ikst_matlab/include/VideoTrainer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/include/VideoTrainer.h -------------------------------------------------------------------------------- /ikst_matlab/include/featureExtractor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/include/featureExtractor.h -------------------------------------------------------------------------------- /ikst_matlab/include/testFeaExtractor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/include/testFeaExtractor.h -------------------------------------------------------------------------------- /ikst_matlab/include/testSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/include/testSystem.h -------------------------------------------------------------------------------- /ikst_matlab/include/trainSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/include/trainSystem.h -------------------------------------------------------------------------------- /ikst_matlab/lena.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/lena.jpg -------------------------------------------------------------------------------- /ikst_matlab/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/main.cpp -------------------------------------------------------------------------------- /ikst_matlab/obj/Debug/main.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/obj/Debug/main.o -------------------------------------------------------------------------------- /ikst_matlab/obj/Debug/src/VideoTrainer.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/obj/Debug/src/VideoTrainer.o -------------------------------------------------------------------------------- /ikst_matlab/obj/Debug/src/featureExtractor.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/obj/Debug/src/featureExtractor.o -------------------------------------------------------------------------------- /ikst_matlab/obj/Debug/src/testFeaExtractor.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/obj/Debug/src/testFeaExtractor.o -------------------------------------------------------------------------------- /ikst_matlab/obj/Debug/src/testSystem.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/obj/Debug/src/testSystem.o -------------------------------------------------------------------------------- /ikst_matlab/obj/Debug/src/trainSystem.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/obj/Debug/src/trainSystem.o -------------------------------------------------------------------------------- /ikst_matlab/src/VideoTrainer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/src/VideoTrainer.cpp -------------------------------------------------------------------------------- /ikst_matlab/src/featureExtractor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/src/featureExtractor.cpp -------------------------------------------------------------------------------- /ikst_matlab/src/testFeaExtractor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/src/testFeaExtractor.cpp -------------------------------------------------------------------------------- /ikst_matlab/src/testSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/src/testSystem.cpp -------------------------------------------------------------------------------- /ikst_matlab/src/trainSystem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/src/trainSystem.cpp -------------------------------------------------------------------------------- /ikst_matlab/testing_videos/01.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kpandey008/Abnormal-Event-Detection/HEAD/ikst_matlab/testing_videos/01.avi --------------------------------------------------------------------------------