All Projects → PerpetualSmile → Beautycamera

PerpetualSmile / Beautycamera

Licence: mit
美颜相机,具有人脸检测、磨皮美白人脸、滤镜、调节图片、摄像功能

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Beautycamera

wavebin
∿ Oscilloscope waveform capture viewer and converter.
Stars: ✭ 31 (-73.5%)
Mutual labels:  numpy, pyqt5
Amadia
Astus' Mathematical Display Application : A GUI for Mathematics (Calculator, LaTeX Converter, Plotter, ... )
Stars: ✭ 172 (+47.01%)
Mutual labels:  numpy, pyqt5
100 Pandas Puzzles
100 data puzzles for pandas, ranging from short and simple to super tricky (60% complete)
Stars: ✭ 1,382 (+1081.2%)
Mutual labels:  numpy
Galacteek
Browser for the distributed web
Stars: ✭ 114 (-2.56%)
Mutual labels:  pyqt5
Stock Market Analysis And Prediction
Stock Market Analysis and Prediction is the project on technical analysis, visualization and prediction using data provided by Google Finance.
Stars: ✭ 112 (-4.27%)
Mutual labels:  numpy
Numbagg
Fast N-dimensional aggregation functions with Numba
Stars: ✭ 104 (-11.11%)
Mutual labels:  numpy
Python Bigdata
Data science and Big Data with Python
Stars: ✭ 112 (-4.27%)
Mutual labels:  numpy
Fbs Tutorial
Tutorial for creating Python/Qt GUIs with fbs
Stars: ✭ 1,366 (+1067.52%)
Mutual labels:  pyqt5
Mtensor
A C++ Cuda Tensor Lazy Computing Library
Stars: ✭ 115 (-1.71%)
Mutual labels:  numpy
Handwriter
A smart program to convert digital document to hand-written document
Stars: ✭ 108 (-7.69%)
Mutual labels:  pyqt5
Sketch Generation With Drawing Process Guided By Vector Flow And Grayscale
This is the official implementation of the AAAI 2021 accepted paper "Sketch Generation with Drawing Process Guided by Vector Flow and Grayscale"
Stars: ✭ 114 (-2.56%)
Mutual labels:  numpy
Hydra
A simple customizable cross-platform IDE
Stars: ✭ 109 (-6.84%)
Mutual labels:  pyqt5
Numpy Cn
NumPy官方中文文档(完整版)
Stars: ✭ 1,570 (+1241.88%)
Mutual labels:  numpy
Ni Pyt
Materiály k předmětu NI-PYT na FIT ČVUT
Stars: ✭ 112 (-4.27%)
Mutual labels:  numpy
Boxdetection
A Box detection algorithm for any image containing boxes.
Stars: ✭ 104 (-11.11%)
Mutual labels:  numpy
Simple Neural Networks
Simple neural networks based only on Numpy
Stars: ✭ 114 (-2.56%)
Mutual labels:  numpy
Pythonstudy
Python related technologies used in work: crawler, data analysis, timing tasks, RPC, page parsing, decorator, built-in functions, Python objects, multi-threading, multi-process, asynchronous, redis, mongodb, mysql, openstack, etc.
Stars: ✭ 103 (-11.97%)
Mutual labels:  numpy
Pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Stars: ✭ 52,811 (+45037.61%)
Mutual labels:  numpy
Studybook
Study E-Book(ComputerVision DeepLearning MachineLearning Math NLP Python ReinforcementLearning)
Stars: ✭ 1,457 (+1145.3%)
Mutual labels:  numpy
Tfg Voice Conversion
Deep Learning-based Voice Conversion system
Stars: ✭ 115 (-1.71%)
Mutual labels:  numpy

BeautyCamera(PyQt5+python-opencv+matplotlib)

打开图片

  • 美颜相机demo既可以处理已有的图片,也可以用本程序打开电脑的摄像头进行拍摄,相关选项在文件菜单下有,也可以使用快捷键crtl+o打开图片。

拍摄照片

  • 在文件菜单下有打开摄像头选项,点击可以跳出摄像窗口,再点击弹窗中的打开摄像头按钮可以开启摄像头,选好景之后点击拍摄按钮可以将图片显示在主窗口进行各种处理。

处理照片

  • 处理照片主要在左侧的窗口中,一共三个页面可以切换,分别是滤镜、调节、美白磨皮,效果可以叠加,但是由于优化不好的原因,效果太多时程序会变得卡顿,建议不要对一张图片加太多效果,具体的功能的实现见另外一份文档。

人脸识别功能

  • 在操作菜单下有人脸识别选项,点击之后会标记出图中的人脸,若想消除人脸标记效果可以点击还原选项。

灰度直方图功能

  • 本程序实现了图像灰度直方图实时显示的功能,用户在处理图片的时候可以看到直方图的变化,这样便于调节图片到合适的效果。

还原照片

  • 在操作菜单下有还原图片选项,恢复图片到打开初始状态。

保存照片

  • 可以在文件菜单下找到保存图片的选项,也可以使用快捷键ctrl + s保存。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].