mlange-42 / chrono-photo

Chronophotography command line tool and library in Rust.

Home Page:https://mlange-42.github.io/chrono-photo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] Determine pixel median from a sample for huge number of files

mlange-42 opened this issue · comments

Allow for optional sample-based pixel median calculation.

For very huge numbers of input files (thousands to ten-thousands), it may be useful to restrict median and quartile calculations to a sample.

Implemented in a60c7a2