开发者

How do image distortion applications like the 'Booth' series work?

开发者 https://www.devze.com 2023-02-17 19:11 出处:网络
I just wanted to开发者_StackOverflow中文版 know how all of the iPhone/iPad \'Booth\' applications (i.e FatBooth, BaldBooth, SkinnyBooth) work.How do they do their image distortion?It\'s image processi

I just wanted to开发者_StackOverflow中文版 know how all of the iPhone/iPad 'Booth' applications (i.e FatBooth, BaldBooth, SkinnyBooth) work. How do they do their image distortion?


It's image processing.

First you need to find the face of the person.

Then you process the face with an algorithm or a layer to add effects.

You should take a look at OpenCV framework ( http://opencv.org/ ) for face recognition (and opencv forums to get ideas ^^).

Good luck.

0

精彩评论

暂无评论...
验证码 换一张
取 消