mlange-42 / chrono-photo

Chronophotography command line tool and library in Rust.
https://mlange-42.github.io/chrono-photo/
MIT License
14 stars 3 forks source link

[Feature] Soft threshold -- Blend/mix between background and outlier depending on distance #11

Closed mlange-42 closed 4 years ago

mlange-42 commented 4 years ago

blend-outlier-<min>-<max> for option --mode: linear blending between background and outlier depending on distance from median.

mlange-42 commented 4 years ago

Implementation merged in fb204ba