Contents
- Home
- Introduction
- Implementation
- Image Acquisition
- Simple Pixel Averaging
- Response Curves
- Tone Mapping (Matlab)
- Reinhard's Local Tone Mapping
- Reinhard's Global Tone Mapping
- Ward's Algorithm
- Results Comparison 1
- Results Comparison 2
- Results of Ward's Algo
- Datasets
- Code
- Git Logs
- References
|
Simple Pixel Averaging
From the input images each corresponding pixel values were taken and averaged to create an average pixel value for the RGB channels and a new image was created. Noticibly the range did not change and not much was gained in terms of capturing higher range in radiance.
Below are the results of this naive experiment.
Original Image 1
|
Original Image 2
|
Original Image 3
|
Average Pixel Value Image
|
Original Image 1
|
Original Image 2
|
Original Image 3
|
Average Pixel Value Image
|
|