Skip to content

Commit

Permalink
README and gui Updates
Browse files Browse the repository at this point in the history
1. Changed README to reflect the current state of the project
2. Increased depth level of the GUI's fuser from 3 to 8, allowing for crispier, less blurry images.
  • Loading branch information
dario-loi committed Jan 12, 2023
1 parent e672ab2 commit 1a5f8e4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,16 @@ The fusion pipeline's parameters are set by the class's `__init__` method, and c
<!-- ROADMAP -->
## Roadmap

- [ ] Fix pyramid depth overexposure.
- [x] Fix pyramid depth overexposure.


Currently the application is fully satisfying to us, however, I still accept feature suggestions, and will be happy to implement them.

Moreover, if the need presents itself, we might want to consider:

- [ ] Export the class as a `pip` module.



See the [open issues](https://github.com/dario-loi/exposure-fusion/issues) for a full list of proposed features (and known issues).

Expand Down
2 changes: 1 addition & 1 deletion gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def delete_file():
def execute_file():

fuser = ExposureFusion(perform_alignment=bool(
var1.get()), pyramid_levels=3, sigma=0.2)
var1.get()), pyramid_levels=8, sigma=0.2)

images = [cv2.imread(elements) for elements in listbox.get(0, tk.END)]

Expand Down
Binary file modified images/HDR-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a5f8e4

Please sign in to comment.