Skip to content

cheeqimao/img_exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this project is intended for basic image processing exercise

Starting point: ip_ex.py
ip_ex.py handles image I/O, convert to raw binary file, compile cpp executable which doing the actual pixel level processing, and convert back to viewable img

Tasks to implement:
- [x] Pixel invert
- [ ] Bilinear scaling
- [ ] Histogram matching
- [ ] RBG to YUV conversion
- [ ] Erode/dilate/non-maximum suppression
- [ ] 3x3 filtering
- [ ] Affine transformation
- [ ] Box filter (integer implementation)
- [ ] Block matching
- [ ] DCT aggregation Denoise

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published