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

https://github.com/yappy2000d/image-processing-implementation

高科影像處理實務
https://github.com/yappy2000d/image-processing-implementation

nkust

Last synced: 13 days ago
JSON representation

高科影像處理實務

Awesome Lists containing this project

README

          

# Image Processing Implementation

高科影像處理實務。

> [!IMPORTANT]
> 為維護著作權,本專案不提供題目。

> [!NOTE]
> 請自行設定 include path。

> [!NOTE]
> 撰寫期間曾多次修改過 ImgProc 庫,故部分的程式碼有可能無法執行。請自行修改並歡迎提交 Pull Requests。

## TOC
- HW1
- Practice1: Image synthesis
- Practice2: Zoom-In(Interpolation)
- Practice3: Zoom-Out
- HW2: Histogram Equalization
- Practice1: Global Enhancement
- Practice2: Local Enhancement
- HW3
- Practice1: Spatial lowpass filter
- Practice2: Median filter
- practice2_filter: Median filter
- practice2_noise: Salt and pepper noise
- Practice3: Alpha-trimmed mean filter
- practice3_filter: Alpha-trimmed mean filter
- practice3_noise: Gaussian noise + salt and pepper noise
- practice3_noise(gaussian): Gaussian noise
- practice3_noise(impulse): Impulse noise
- HW4
- Practice1: Spatial highpass filter
- Practice2: Spatial high boost filter
- HW5
- Practice1: Prewitt operator
- Practice2: Sobel operator
- Practice3: Laplacian filter