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: 3 months ago
JSON representation
work of the subject Image Processing in the master of Computer Vision (URJC).
- Host: GitHub
- URL: https://github.com/vgilabert94/imageprocessing
- Owner: vgilabert94
- Created: 2022-03-13T12:34:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T16:13:42.000Z (over 3 years ago)
- Last Synced: 2025-02-08T14:11:18.225Z (5 months ago)
- Language: MATLAB
- Size: 6.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
### Frequency domain analysis -> lowpassfilter (Butterworth's orders n and 2D.) -> main_p1a.mlx (.pdf)
### Image Compression using DCT 2D -> blocks = 8x8, different compression levels. -> main_p1b.mlx (.pdf)

### Calculate the disparity map between a stereo pair -> using the block adjustment technique (11x11 is a typical size). -> main_p2b.mlx (.pdf)

### Corner detection using mathematical morphology. -> main_p2b.mlx (.pdf)

