BradLarson / GPUImage3

GPUImage 3 is a BSD-licensed Swift framework for GPU-accelerated video and image processing using Metal.
BSD 3-Clause "New" or "Revised" License
2.68k stars 334 forks source link

GPUImageMotionDetector Missing #31

Open MalcolmnDEV opened 5 years ago

MalcolmnDEV commented 5 years ago

Hi Brad, just wondering if GPUImageMotionDetector is on the cards to be added to this version?

BradLarson commented 5 years ago

Sure, it's just being blocked by the need for ImageBuffer to be present. We're once again working on moving over the core infrastructure for various operations before adding the ones that depend on them. We should be able to get this in one of the next batches.

MalcolmnDEV commented 5 years ago

Hi Brad, is this still an open issue?