Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vgilabert94/imageprocessing

work of the subject Image Processing in the master of Computer Vision (URJC).
https://github.com/vgilabert94/imageprocessing

Last synced: 11 days ago
JSON representation

work of the subject Image Processing in the master of Computer Vision (URJC).

Awesome Lists containing this project

README

        

# ImageProcessing
Work of the subject Image Processing in the master of Computer Vision (URJC).


### Frequency domain analysis -> highpassfilter (Butterworth's orders n and 2D.) -> main_p1a.mlx (.pdf)
![image](https://user-images.githubusercontent.com/44602177/158068412-ae418510-3c97-40c9-8f79-3090a0af005e.png)

### Frequency domain analysis -> lowpassfilter (Butterworth's orders n and 2D.) -> main_p1a.mlx (.pdf)
![image](https://user-images.githubusercontent.com/44602177/158068431-6f6e9ce8-da5f-46f6-b434-111a5f21a563.png)

### Image Compression using DCT 2D -> blocks = 8x8, different compression levels. -> main_p1b.mlx (.pdf)
![image](https://user-images.githubusercontent.com/44602177/158068656-fdbf5737-0eb2-4c30-9027-cba432277e77.png)
![image](https://user-images.githubusercontent.com/44602177/158068652-e764c1c5-ffb8-405e-8329-c93a3bce61bf.png)

### Calculate the disparity map between a stereo pair -> using the block adjustment technique (11x11 is a typical size). -> main_p2b.mlx (.pdf)
![image](https://user-images.githubusercontent.com/44602177/158068665-dddb2bc4-d431-4c45-9143-58ec1b7109ce.png)
![image](https://user-images.githubusercontent.com/44602177/158068669-558fbaa2-005e-4064-b835-33ee8a279a88.png)

### Corner detection using mathematical morphology. -> main_p2b.mlx (.pdf)
![image](https://user-images.githubusercontent.com/44602177/158068690-4f2b64d1-4300-43a3-a938-1cf9d067e506.png)
![image](https://user-images.githubusercontent.com/44602177/158068685-18ec68e1-600d-44d8-a56d-0c78ba03f51a.png)