Blog of James Brown
  • Archives
  • Categories
  • Tags
  • About

beautify

2022-07-10
Beautify 美颜

opencv bilateral filter python

1
2
3
4
5
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

Read More

Links

  • Project Cybergod
  • Project Pyjom
  • Project Prometheus
  • Project Pyjom
  • Blog Source Code
  • My Github
  • Samoyedsun's Blog
  • Atlant1c's Blog
  • Gregoryuan's Blog
  • Yubingtao's Blog

© 2024 James Brown with help from Hexo and Twitter Bootstrap. Theme by Freemind.

▲