• Stars
    star
    166
  • Rank 226,483 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

BeautyCamera(PyQt5+python-opencv+matplotlib)

打开图片

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

拍摄照片

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

处理照片

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

人脸识别功能

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

灰度直方图功能

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

还原照片

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

保存照片

  • 可以在文件菜单下找到保存图片的选项,也可以使用快捷键ctrl + s保存。

More Repositories

1

Python-Painting-Doraemon

使用python的turtle库绘制哆啦A梦
Python
178
star
2

Bezier-Curve-Interactive-Displayer

一个可以演示鼠标拖动曲线控制点和光滑拼接贝赛尔曲线的小工具
Python
19
star
3

2020-Tencent-Advertisement-Algorithm-Competition-Rank19

2020腾讯广告算法大赛 Rank19
Jupyter Notebook
17
star
4

Sentiment-Analylsis-based-on-Attention-Mechanism

Try various attention mechanism(inter-attenion & self-attention & hierarchical-attention) on sentiment analysis task.
Jupyter Notebook
11
star
5

convert_picture_to_snowing_gif

给一张静态图片增加下雪动态效果,并生成gif效果图
Python
10
star
6

SimulateMemoryAllocation

使用pyqt5图形界面模拟内存分配
Python
3
star
7

python-learning

人生苦短,我用Python
Jupyter Notebook
2
star
8

Plane_Wars

Pygame制作飞机大战
Python
2
star
9

weixin_jump

50行python简单代码玩微信小程序跳一跳
Python
1
star
10

information_search

A project in Information Search lesson to realize a simple information search engine.
C++
1
star
11

Cpp-Primer-5e-Answers

Solutions for C++ Primer 5th exercises.
C++
1
star
12

watchlist

Learning Python Flask
1
star
13

web-development-notes

HTML
1
star
14

picture

store pictures for markdown
1
star
15

PerpetualSmile

1
star
16

awesome-python3-webapp

My First Asyncio Python Web Application
CSS
1
star
17

Playground

Some interesting examples or code snippets
Jupyter Notebook
1
star
18

Coursera

My learning records on www.coursera.org including Quizs and Assignments
Jupyter Notebook
1
star
19

notes-for-fluent-python

take some notes when reading the book 《fluent python》
1
star
20

DocReader

C++ automates selection of examination questions randomly from doc file by Microsoft Office Word.
C++
1
star
21

Python-Cookbook-Notes

Some notes and code snippets taken when learning Python Cookbook
Jupyter Notebook
1
star
22

python-web-scraping

learning python scraping
Jupyter Notebook
1
star