martin-marek / hdr-plus-swift

📸Night mode on any camera. Based on HDR+.
https://burst.photo
GNU General Public License v3.0
198 stars 9 forks source link

Documentation and Cleanup of Merging Code #24

Closed Alex-Vasile closed 11 months ago

Alex-Vasile commented 12 months ago

Minor documentation and cleanup of merging code. Specifically, it moves many of the parameter estimations extra work from the call site of the different merging methods and moves that work inside the merging method. E.g. the frequency merging code now has an internal for-loop rather than being called 4 times with slightly different parameters.