martin-marek / hdr-plus-swift

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

Documentation and Cleanup of Merging Code #24

Closed Alex-Vasile closed 1 year ago

Alex-Vasile commented 1 year 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.