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 331 forks source link

Is there a HighPass or Motion Detector available for GPUImage3 #83

Open Phando opened 4 years ago

Phando commented 4 years ago

Hello, As an avid user of GPUImage, I am finally making the move to GPUImage3. Getting started and I haven't found the HighPass, LowPass or MotionDetection filters. Are they available or easy to make by subclassing other things?

sabiland commented 4 years ago

Fyi, I took HighPass filter from MetalPetal framework.

Phando commented 1 year ago

@BradLarson Funny meeting you here. I remember when GPUImage went from v1 to v2. Glad to see you are still doing the fun stuff.