Open Guikunzhi opened 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.
Thx, but it seems need to much power consumption ,and it make device hot after using it for a while...
@erickingxu will GPUImage supports filter for beautify?
@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
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:
Error:
Please let me know how can I use beautifyFilter?
Thanks in advance.
@aaasifrz9 I think you mean @BradLarson ðŸ¤
How we can use that beauty filter?
I write a filter to beautify face for iOS which I think is helpful for many developers.