Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 707 Bytes

Beautify 美颜.md

File metadata and controls

30 lines (21 loc) · 707 Bytes
tags title created modified
beautify
facial
pyjom
stub
video generator
美颜
Beautify 美颜
2022-07-10T10:59:49.000Z
2022-09-17T07:19:54.707Z

Beautify 美颜

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