Beautify 美颜

beautify
facial
pyjom
stub
video generator
美颜
This article discusses the application of a beauty filter, also known as the ‘Beautify’ filter, to images using OpenCV’s bilateral filter in Python programming language. It provides links to GitHub repositories with code examples and tools for implementing this technique in various languages.
Published

July 10, 2022


opencv bilateral filter python

import cv2 as cv
img = cv.imread('image.jpg')
bilateral = cv.bilateralFilter(img, 15, 75, 75)
cv2.imwrite('img_bilateral.jpg', bilateral)

https://github.com/xujingzhou/VideoBeautify

python美颜瘦脸

https://github.com/Sharpiless/opencv-pyqt-makeup-software

https://github.com/geeklili/Opencv_PIL

https://github.com/PerpetualSmile/BeautyCamera

JavaScript 美颜

https://github.com/KikyoMiao/beauty