BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.24k stars 4.61k forks source link

Median blending more than two images #2333

Closed asadm closed 8 years ago

asadm commented 8 years ago

I am trying to blend multiple layers in order to reduce noise. I see that I can blend two images, but is it possible to blend more than that (say 5 images) using GPUImage?

Thanks

Edit: I realized I am not posting in GPUImage2 repo. Sorry.