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.25k stars 4.61k forks source link

add face beautify filter #2272

Open Guikunzhi opened 8 years ago

Guikunzhi commented 8 years ago

I write a filter to beautify face for iOS which I think is helpful for many developers.

Guikunzhi commented 8 years ago

The beautifyFilter combines bilateral filter, canny edge filter, skin color detection and HSB filter to smooth and whiten face. I think it is useful for many developers.

erickingxu commented 8 years ago

Thx, but it seems need to much power consumption ,and it make device hot after using it for a while...

Thetiso commented 8 years ago

@erickingxu will GPUImage supports filter for beautify?

Guikunzhi commented 8 years ago

@erickingxu I think what makes the device hot is not because of much power consumption. I tested it in Xcode and found that the CPU usage is low. One possible reason leading to the device hot maybe the memory issue of Xcode

aaasifrz9 commented 6 years ago

Hi @Guikunzhi @Brad,

I got repository and downloaded source.

When I am trying to build Example at path "/examples/iOS/FilterShowcaseSwift" then I am getting a 'not found' for beautifyFilter in file 'GPUImageFramework.h' error as attached.

Repository Location: screen shot 2018-01-25 at 3 59 05 pm

Error: screen shot 2018-01-25 at 3 53 50 pm

Please let me know how can I use beautifyFilter?

Thanks in advance.

brad commented 6 years ago

@aaasifrz9 I think you mean @BradLarson 🤠

kk143g commented 6 years ago

How we can use that beauty filter?