-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
29 lines (22 loc) · 1.21 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
README.txt
Developed on: macOS High Sierra (10.13.6)
Language: Python 2.7.14
Packages:
os (included in python)
math (included in python)
pickle (included in python)
numpy (1.14.0)
opencv-python (3.4.3.18)
matplotlib (2.1.2)
scipy (1.0.0)
Setup:
- Ensure Python 2.7 is installed.
- Run the following command to install dependencies for the project:
pip install -r requirements.txt
- NOTE: WhiteImages.py MUST be ran before HDR.py, as the former generates .pickle files that are used by the latter.
The two program files WhiteImages.py and HDR.py can be found in the root folder.
When running both files and an image is displayed, simply close it for the program to advance.
Running WhiteImages.py will generate and display all graphs for part 1. The images for part one can be found in the WhiteImages folder.
NOTE: The HDR algorithms are relatively slow, and may take a minute or two to complete each.
Running HDR.py will generate and display all graphs for parts 2, 3, 4 as well as the tone mapped HDR images. The full HDR stack and the tone mapped HDR images are available in the HDRStack folder.
All graphs for all parts of the project are located within the report PDF as well as the PlotsAndHists folder.