https://github.com/bchao1/109-1-computer-vision
Source code for 109-1 NTUCSIE course Computer Vision.
https://github.com/bchao1/109-1-computer-vision
Last synced: 4 months ago
JSON representation
Source code for 109-1 NTUCSIE course Computer Vision.
- Host: GitHub
- URL: https://github.com/bchao1/109-1-computer-vision
- Owner: bchao1
- Created: 2020-09-16T03:41:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T04:53:17.000Z (about 5 years ago)
- Last Synced: 2025-03-22T23:27:57.258Z (7 months ago)
- Language: Python
- Size: 2.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 109-1 Computer Vision
Course website: http://cv2.csie.ntu.edu.tw/CV/index.html
## Data
Shared images (like the famous [Lena](https://en.wikipedia.org/wiki/Lenna)) are stored in `data/`.## Assignments
- [x] `hw1`: Basic Image Manipulation
- [x] `hw2`: Basic Image Manipulation (2)
- [x] `hw3`: Histogram Equalizqtions
- Use `collections.Counter`?
- [x] `hw4`: Binary Morphology
- Hit-and-miss `L-shaped`?
- [x] `hw5`: Gray-scaled Morphology
- [x] `hw6`: Yokoi Connectivity Number
- [ ] `hw7`: Thinning
- [x] `hw8`: Noise Removal
- (e) Octogonal operator, val = 0?
- [x] `hw9`: General Edge Detection
- [x] `hw10`: Zero-crossing Edge Detection