├── DCT ├── dct_block.m ├── dct_global.m ├── dct_quant.m ├── flowers.tif ├── idct_global.m ├── idct_quant.m ├── idct_zigzag.m ├── iquant_C.m ├── iquant_Y.m ├── lab2.m ├── quant_C.m ├── quant_Y.m └── zigzag.m ├── Edges ├── building.tif ├── gdlog.m ├── grayshow.m ├── peppers.tif └── run.m ├── FFT ├── fft_block.m ├── fft_global.m ├── flowers.tif ├── ifft_block.m ├── ifft_global.m └── lab1.m ├── Filters ├── adpmedian.m ├── bilateral.m ├── cat.jpg └── run.m ├── Image&Video_1st lab.zip ├── Image&Video_2nd lab.zip ├── README.md └── video_object_detection ├── bm_obj.m ├── bm_overlay.m ├── expand.m ├── indread.m ├── input_data.zip └── run.m /DCT/dct_block.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/dct_block.m -------------------------------------------------------------------------------- /DCT/dct_global.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/dct_global.m -------------------------------------------------------------------------------- /DCT/dct_quant.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/dct_quant.m -------------------------------------------------------------------------------- /DCT/flowers.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/flowers.tif -------------------------------------------------------------------------------- /DCT/idct_global.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/idct_global.m -------------------------------------------------------------------------------- /DCT/idct_quant.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/idct_quant.m -------------------------------------------------------------------------------- /DCT/idct_zigzag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/idct_zigzag.m -------------------------------------------------------------------------------- /DCT/iquant_C.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/iquant_C.m -------------------------------------------------------------------------------- /DCT/iquant_Y.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/iquant_Y.m -------------------------------------------------------------------------------- /DCT/lab2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/lab2.m -------------------------------------------------------------------------------- /DCT/quant_C.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/quant_C.m -------------------------------------------------------------------------------- /DCT/quant_Y.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/quant_Y.m -------------------------------------------------------------------------------- /DCT/zigzag.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/DCT/zigzag.m -------------------------------------------------------------------------------- /Edges/building.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Edges/building.tif -------------------------------------------------------------------------------- /Edges/gdlog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Edges/gdlog.m -------------------------------------------------------------------------------- /Edges/grayshow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Edges/grayshow.m -------------------------------------------------------------------------------- /Edges/peppers.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Edges/peppers.tif -------------------------------------------------------------------------------- /Edges/run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Edges/run.m -------------------------------------------------------------------------------- /FFT/fft_block.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/FFT/fft_block.m -------------------------------------------------------------------------------- /FFT/fft_global.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/FFT/fft_global.m -------------------------------------------------------------------------------- /FFT/flowers.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/FFT/flowers.tif -------------------------------------------------------------------------------- /FFT/ifft_block.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/FFT/ifft_block.m -------------------------------------------------------------------------------- /FFT/ifft_global.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/FFT/ifft_global.m -------------------------------------------------------------------------------- /FFT/lab1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/FFT/lab1.m -------------------------------------------------------------------------------- /Filters/adpmedian.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Filters/adpmedian.m -------------------------------------------------------------------------------- /Filters/bilateral.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Filters/bilateral.m -------------------------------------------------------------------------------- /Filters/cat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Filters/cat.jpg -------------------------------------------------------------------------------- /Filters/run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Filters/run.m -------------------------------------------------------------------------------- /Image&Video_1st lab.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Image&Video_1st lab.zip -------------------------------------------------------------------------------- /Image&Video_2nd lab.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/Image&Video_2nd lab.zip -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/README.md -------------------------------------------------------------------------------- /video_object_detection/bm_obj.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/video_object_detection/bm_obj.m -------------------------------------------------------------------------------- /video_object_detection/bm_overlay.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/video_object_detection/bm_overlay.m -------------------------------------------------------------------------------- /video_object_detection/expand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/video_object_detection/expand.m -------------------------------------------------------------------------------- /video_object_detection/indread.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/video_object_detection/indread.m -------------------------------------------------------------------------------- /video_object_detection/input_data.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/video_object_detection/input_data.zip -------------------------------------------------------------------------------- /video_object_detection/run.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marialymperaiou/Image-and-video-processing-and-analysis/HEAD/video_object_detection/run.m --------------------------------------------------------------------------------