c++ - android 图像处理 如:祛痘磨皮脸部美白 五官定位 如何实现?
阿神
阿神 2017-04-17 11:54:33
0
3
1126

拿美图秀秀android端举例:

如何实现图片局部的美白祛痘处理?

五官在人脸识别中如何精确定位?

美图秀秀可以类似于PS一样的做法怎么实现?

在图像局部简单上色等功能?

阿神
阿神

闭关修行中......

reply all(3)
黄舟

This is actually not an android development problem, but a digital image processing problem. I recommend you to read books or web pages related to "Digital Image Processing".

巴扎黑

Is the questioner asking about the processing during real-time preview?
Or are you asking about simple image processing algorithms?

迷茫

In daily processing of ID photos, photo PS technology is often used. The most common ones are PS for acne removal and skin whitening, and photoshop is not something that ordinary people can control. Nowadays, various mobile phone camera software comes with built-in image beauty processing. But if you want to master the technology of acne removal and microdermabrasion yourself, you need to use the facial features positioning algorithm. Facial features positioning has also become facial key point positioning, including facial key point detection and tracking. Face facial feature positioning SDK, you can learn about domestic facial recognition technology (ColorReco). The facial key point positioning SDK can accurately locate the key areas of the face, including eyebrows, eyes, nose, mouth, facial contours, etc., and can achieve dynamic tracking. It can accurately position faces under various expressions, postures, and occlusion and blur states. Using key point detection technology, you can accurately locate parts of the face to beautify it, and also enable expression interaction.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template