Topic 4: Edge-aware image editing¶
- Read and discuss the paper by Paris et al..
- Investigate the sensitivity of the algorithm to the choice of all available free parameters, i.e. \alpha, \beta and \sigma_t.
- For comparison, you can use your implementation of bilateral filter (labwork 6).
- Understand the concept of tone mapping and explain it.
- Capture your own test images for tone mapping application.
- Compare your results with MATLAB built-in functions
locallapfilt()
andtonemap()
.
References:
Sylvain Paris, Samuel W. Hasinoff, and Jan Kautz. 2015. Local Laplacian filters: edge-aware image processing with a Laplacian pyramid. Commun. ACM 58, 3 (March 2015).
Last update: 2023-04-17