登录
首页 » Python » smile-detection

smile-detection

于 2020-11-17 发布 文件大小:1302KB
0 119
下载积分: 1 下载次数: 10

代码说明:

  基于Python语言和OpenCV实现了笑脸检测,首先进行人脸检测,然后在人脸检测的基础上进行笑脸检测。(This code implement smile detection based on OpenCV and Python. Face detection is done firstly and then smile detection is done based on the output face of the face detection.)

文件列表:

smile-detection
smile-detection\.git
smile-detection\.git\COMMIT_EDITMSG
smile-detection\.git\config
smile-detection\.git\description
smile-detection\.git\FETCH_HEAD
smile-detection\.git\HEAD
smile-detection\.git\hooks
smile-detection\.git\hooks\applypatch-msg.sample
smile-detection\.git\hooks\commit-msg.sample
smile-detection\.git\hooks\post-update.sample
smile-detection\.git\hooks\pre-applypatch.sample
smile-detection\.git\hooks\pre-commit.sample
smile-detection\.git\hooks\pre-push.sample
smile-detection\.git\hooks\pre-rebase.sample
smile-detection\.git\hooks\pre-receive.sample
smile-detection\.git\hooks\prepare-commit-msg.sample
smile-detection\.git\hooks\update.sample
smile-detection\.git\index
smile-detection\.git\info
smile-detection\.git\info\exclude
smile-detection\.git\logs
smile-detection\.git\logs\HEAD
smile-detection\.git\logs\refs
smile-detection\.git\logs\refs\heads
smile-detection\.git\logs\refs\heads\master
smile-detection\.git\logs\refs\remotes
smile-detection\.git\logs\refs\remotes\origin
smile-detection\.git\logs\refs\remotes\origin\master
smile-detection\.git\objects
smile-detection\.git\objects\04
smile-detection\.git\objects\04\145d3ba68b92cff2206df55da6321816ce0b57
smile-detection\.git\objects\13
smile-detection\.git\objects\13\69cae60b9d4c79151b7925bea86d9bbd90c6b7
smile-detection\.git\objects\16
smile-detection\.git\objects\16\c26ca4524d1d615cc8e8ce73d88a4ae5308e8a
smile-detection\.git\objects\37
smile-detection\.git\objects\37\b6c17790845a7382f5622bdc47a37803413bb5
smile-detection\.git\objects\4f
smile-detection\.git\objects\4f\c4fd0cbf6d21568f25344f0a629a7f3d013bf7
smile-detection\.git\objects\52
smile-detection\.git\objects\52\283335eb0d63deb7398654c4cafd64c6aed33d
smile-detection\.git\objects\54
smile-detection\.git\objects\54\b48b676ea3f058690446a6e46990263c5b5651
smile-detection\.git\objects\56
smile-detection\.git\objects\56\9db9910e98fa9f281cb36bf4b0b9de288e905a
smile-detection\.git\objects\59
smile-detection\.git\objects\59\850cb9c06de9941f4c1ecbf2c054e476c9b5c7
smile-detection\.git\objects\60
smile-detection\.git\objects\60\0a814d8853c957512cf89db138d4fa306992c1
smile-detection\.git\objects\79
smile-detection\.git\objects\79\b793ed7688eeacf093a738c9702eab8409504e
smile-detection\.git\objects\7a
smile-detection\.git\objects\7a\eb9eb148b57f9997d8a3dcada55a3e7c66ddf9
smile-detection\.git\objects\7c
smile-detection\.git\objects\7c\34bf3b1681595ae0f99fcb1d054ae070b8b735
smile-detection\.git\objects\80
smile-detection\.git\objects\80\2ed1f6784f55b4515c780657afbe91b48afaf8
smile-detection\.git\objects\82
smile-detection\.git\objects\82\155c463d9717e05c1105337d0ec673734ac683
smile-detection\.git\objects\88
smile-detection\.git\objects\88\a9aa61e983a741116cbb83cc6eb7fe60ddfd6d
smile-detection\.git\objects\b4
smile-detection\.git\objects\b4\0821986037cbfe0e784ab8c3ccde809e9c66bd
smile-detection\.git\objects\b5
smile-detection\.git\objects\b5\7920b7e963963503b50fc97f0b59becc035978
smile-detection\.git\objects\fb
smile-detection\.git\objects\fb\b1b1daa4bf65b54c92add3bb876521f26a9df5
smile-detection\.git\objects\info
smile-detection\.git\objects\pack
smile-detection\.git\ORIG_HEAD
smile-detection\.git\refs
smile-detection\.git\refs\heads
smile-detection\.git\refs\heads\master
smile-detection\.git\refs\remotes
smile-detection\.git\refs\remotes\origin
smile-detection\.git\refs\remotes\origin\master
smile-detection\.git\refs\tags
smile-detection\haarcascade_smile.xml
smile-detection\lbpcascade_frontalface.xml
smile-detection\README.md
smile-detection\smile.jpg
smile-detection\smile.py
smile-detection\test.jpg

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • sift_match
    说明:  基于python-opencv的图像匹配代码,包含了SIFT、SURF、AKAZE、ORB方法。43-48行修改图像路径,74-81修改匹配方法。(dev: python3.6+opencv_python==3.4.2+opencv-contrib-python==3.4.2)
    2021-04-06 19:43:26下载
    积分:1
  • NLTK_Presentation
    text analyses module
    2014-10-13 11:43:33下载
    积分:1
  • Expert Python Programming, 2nd Edition
    说明:  Become an ace Python programmer by learning best coding practices and advance-level concepts with Python 3.5
    2020-06-23 00:00:03下载
    积分:1
  • LSTM-Human-Activity-Recognition-master
    说明:  与经典的方法相比,使用具有长时间记忆细胞的递归神经网络(RNN)不需要或几乎不需要特征工程。数据可以直接输入到神经网络中,神经网络就像一个黑匣子,可以正确地对问题进行建模。其他研究在活动识别数据集上可以使用大量的特征工程,这是一种与经典数据科学技术相结合的信号处理方法。这里的方法在数据预处理的数量方面非常简单(Compared with the classical methods, the recursive neural network (RNN) with long-term memory cells does not need or almost need feature engineering. Data can be directly input into the neural network, which acts as a black box and can correctly model the problem. Other research can use a lot of Feature Engineering on activity recognition data sets, which is a signal processing method combined with classical data science and technology. The method here is very simple in terms of the number of data preprocessing)
    2019-06-13 18:50:02下载
    积分:1
  • 5阶移位寄存器的m序列伪随机数的生成
     5 阶移位寄存器的本原多项式为 f(x) = x^5 x^2 1,各系数是 C5 = C2 = C0 = 1, C1 = C3 = C4 = 0。 a5 ⊕ a3 ⊕ a0 = 0, 即 a5 = a3 ⊕ a0,其中 ⊕ 表示“模二加”运算,或“异或”运算。
    2019-11-28下载
    积分:1
  • wrfout文件变量提取
    使用python简单提取wrfout数据并绘图。及使用ncl语言提取wrfout数据并绘图(Use Python to extract wrfout data and draw. And use NCL language to extract wrfout data and plot.)
    2021-03-29 20:19:10下载
    积分:1
  • AI-Isolation
    人工智能领域,game play里面 isolation问题的解决,并且含有测试代码(The field of artificial intelligence, the solution of the isolation problem in game play, and contains the test code)
    2018-01-08 09:56:06下载
    积分:1
  • ImageRegistrationApp
    it is used to dtect upper body
    2015-01-10 13:39:26下载
    积分:1
  • GA-SVM-master 03
    这是一个基于python的gasvm程序,编写很规范,容易理解,适合初学者学习(This is a python-based gasvm program, written very standardized, easy to understand, suitable for beginners to learn)
    2021-04-20 20:18:50下载
    积分:1
  • dataset-master
    说明:  深度学习进行调制识别的数据集,用于卷积神经网络(dataset for cnn include generate_RML2016.04c and generate_RML2016.10a)
    2020-06-20 09:00:01下载
    积分:1
  • 696516资源总数
  • 106457会员总数
  • 15今日下载