├── Code ├── Demo_Pets2009_HL_STACOG.m ├── Demo_UCF_STACOG.m ├── Demo_UCF_interval_1_STACOG.m ├── Demo_UMN_STACOG.m ├── Demo_UMN_STACOG_Localized.m ├── Demo_UMN_STACOG_PCA.m ├── Evaluate.m ├── display_orientation_bins.m ├── extract_stacog_feature.m ├── feature_order_index.m ├── get_image_sequence_from_video.m ├── get_image_sequence_of_specific_dirct.m ├── get_image_vol_from_videos.m ├── get_matfiles.m ├── mex │ ├── Makefile.mex │ ├── make.m │ ├── mexa64 │ │ └── stacog_mex.mexa64 │ ├── mexw64 │ │ └── stacog_mex.mexw64 │ ├── stacog.hpp │ └── stacog_mex.cpp ├── parseparam.m ├── quantitative_results_Pets2009_Dataset.m ├── setup.m ├── stacog.m ├── test ├── test.m └── video2imageVolume.m ├── Output ├── Ped2_dataset_STACOG.avi └── UMN Dataset Localization Demo.avi └── README.md /Code/Demo_Pets2009_HL_STACOG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/Demo_Pets2009_HL_STACOG.m -------------------------------------------------------------------------------- /Code/Demo_UCF_STACOG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/Demo_UCF_STACOG.m -------------------------------------------------------------------------------- /Code/Demo_UCF_interval_1_STACOG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/Demo_UCF_interval_1_STACOG.m -------------------------------------------------------------------------------- /Code/Demo_UMN_STACOG.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/Demo_UMN_STACOG.m -------------------------------------------------------------------------------- /Code/Demo_UMN_STACOG_Localized.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/Demo_UMN_STACOG_Localized.m -------------------------------------------------------------------------------- /Code/Demo_UMN_STACOG_PCA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/Demo_UMN_STACOG_PCA.m -------------------------------------------------------------------------------- /Code/Evaluate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/Evaluate.m -------------------------------------------------------------------------------- /Code/display_orientation_bins.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/display_orientation_bins.m -------------------------------------------------------------------------------- /Code/extract_stacog_feature.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/extract_stacog_feature.m -------------------------------------------------------------------------------- /Code/feature_order_index.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/feature_order_index.m -------------------------------------------------------------------------------- /Code/get_image_sequence_from_video.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/get_image_sequence_from_video.m -------------------------------------------------------------------------------- /Code/get_image_sequence_of_specific_dirct.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/get_image_sequence_of_specific_dirct.m -------------------------------------------------------------------------------- /Code/get_image_vol_from_videos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/get_image_vol_from_videos.m -------------------------------------------------------------------------------- /Code/get_matfiles.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/get_matfiles.m -------------------------------------------------------------------------------- /Code/mex/Makefile.mex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/mex/Makefile.mex -------------------------------------------------------------------------------- /Code/mex/make.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/mex/make.m -------------------------------------------------------------------------------- /Code/mex/mexa64/stacog_mex.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/mex/mexa64/stacog_mex.mexa64 -------------------------------------------------------------------------------- /Code/mex/mexw64/stacog_mex.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/mex/mexw64/stacog_mex.mexw64 -------------------------------------------------------------------------------- /Code/mex/stacog.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/mex/stacog.hpp -------------------------------------------------------------------------------- /Code/mex/stacog_mex.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/mex/stacog_mex.cpp -------------------------------------------------------------------------------- /Code/parseparam.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/parseparam.m -------------------------------------------------------------------------------- /Code/quantitative_results_Pets2009_Dataset.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/quantitative_results_Pets2009_Dataset.m -------------------------------------------------------------------------------- /Code/setup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/setup.m -------------------------------------------------------------------------------- /Code/stacog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/stacog.m -------------------------------------------------------------------------------- /Code/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Code/test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/test.m -------------------------------------------------------------------------------- /Code/video2imageVolume.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Code/video2imageVolume.m -------------------------------------------------------------------------------- /Output/Ped2_dataset_STACOG.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Output/Ped2_dataset_STACOG.avi -------------------------------------------------------------------------------- /Output/UMN Dataset Localization Demo.avi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/Output/UMN Dataset Localization Demo.avi -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmed-nady/Real-Time-Abnormal-Event-Detection-in-Crowded-Scenes/HEAD/README.md --------------------------------------------------------------------------------