https://github.com/yappy2000d/image-processing-implementation
高科影像處理實務
https://github.com/yappy2000d/image-processing-implementation
nkust
Last synced: 13 days ago
JSON representation
高科影像處理實務
- Host: GitHub
- URL: https://github.com/yappy2000d/image-processing-implementation
- Owner: yappy2000d
- License: mit
- Created: 2025-03-11T11:20:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T15:44:27.000Z (over 1 year ago)
- Last Synced: 2025-10-23T08:00:06.423Z (9 months ago)
- Topics: nkust
- Language: C++
- Homepage:
- Size: 805 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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