๐ผ๏ธ Image Processing
One-line summary: Algorithms that operate on 2D pixel data โ resizing, content-aware transforms, and more.
Algorithms in this sectionโ
Runnable implementations (with tests) live alongside this guide in this folder:
- Seam Carving โ content-aware image resizing using dynamic programming
Related Topicsโ
- Dynamic Programming โ seam carving is a DP problem
- Math โ energy/gradient computation
โ Back to Home ยท ยฉ sparshjaswal