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

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.

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