nanshe-org / nanshe

An image processing toolkit
https://nanshe-org.github.io/nanshe
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Simplify mean computation code #459

Closed jakirkham closed 7 years ago

jakirkham commented 7 years ago

While the old strategy certainly works, the mean over frames can be more simply found by this one line call to mean with multiple axes specified.