登录
首页 » Python » smile-detection

smile-detection

于 2020-11-17 发布 文件大小:1302KB
0 50
下载积分: 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 个回复

  • joint_sparse_algorithms-master
    说明:  我们描述了所提出的方法对超声(US)信号的压缩多路复用的直接应用。该技术利用压缩多路复用器架构进行信号压缩,并依靠频域中US信号的联合稀疏性进行信号重建。由于换能器元件具有压电特性,因此可以获得有关US信号频率支持的准确先验知识,并且可以在联合稀疏算法中使用。 我们在数值实验中验证了所提出的方法,并显示了它们在秩次缺陷情况下相对于最新方法的优越性。我们还证明,与没有已知支持的重建相比,该技术可显着提高体内颈动脉图像的图像质量。(We describe a direct application of the proposed methods for compressive multiplexing of ultrasound (US) signals. The technique exploits the compressive multiplexer architecture for signal compression and relies on joint-sparsity of US signals in the frequency domain for signal reconstruction. Due to piezo-electric properties of transducer elements, accurate prior knowledge of the frequency support of US signals is available and can be used in joint-sparse algorithms. We validate the proposed methods on numerical experiments and show their superiority against state-of-the-art approaches in rank-defective cases. We also demonstrate that the techniques lead to a significant increase of the image quality on in vivo carotid images compared to reconstruction without known support.)
    2020-03-16 16:45:38下载
    积分:1
  • 三维空间维罗尼图算法演示voronoi3d
    python实现的三维空间维罗尼图算法演示。(3d voronoi use python)
    2020-07-16 10:28:49下载
    积分:1
  • tensorflow-fcn-master
    说明:  卷积网络正在推动着图像识别方面的进步,其不仅改进了整体图像的分类效果,而且在具有结构化输出的局部任务上也取得了进步,包括边界框目标检测,关键点预测等。 自然下一步是改进在像素级别上的预测。其实,以前的方法已经使用卷积网络进行语义分割任务,其中每个像素都被标记为属于目标或属于其他区域,但让具有缺点。 FCN和CNN的区别:CNN卷积层之后连接的是全连接层;FCN卷积层之后仍连接卷积层,输出的是与输入大小相同的特征图,提出一个端到端,像素对像素的全卷积网络用于语义分割任务(Convolution network is promoting the progress of image recognition. It not only improves the classification effect of the whole image, but also makes progress in the local tasks with structured output, including boundary box target detection, key point prediction and so on. The natural next step is to improve prediction at the pixel level. In fact, previous methods have used convolutional networks for semantic segmentation tasks, in which each pixel is marked as belonging to the target or other regions, but it has disadvantages. The difference between FCN and CNN: CNN convolution layer is connected with full connection layer after CNN convolution layer; FCN convolution layer is still connected with convolution layer after FCN convolution layer, and the output is the same as the input size of feature map. An end-to-end, pixel to pixel full convolution network is proposed for semantic segmentation task)
    2020-09-18 19:48:18下载
    积分:1
  • 京东抢购python脚本
    如果没有python环境,请先照着 《Windows 系统下 Python + pip 环境的搭建》 文档搭建python环境,并照着《python 脚本实现京东抢购》配置本脚本运行环境。先提前将要抢购的商品添加到购物车。配置好环境后,在程序入口处login函数填上自己的 京东用户名 和 密码 ,在 buy_on_time 函数处设置秒杀时间,然后运行程序即可。要注意秒杀时间格式,并确保自己电脑时钟准确。
    2022-01-31 09:15:00下载
    积分:1
  • 基于MLP、CNN的手写数字识别报告
    手写数字识别实验报告 ├── 基于MLP的手写数字识别机制.docx└── mnist代码流程图.vsdx   1 directory, 2 files
    2021-05-06下载
    积分:1
  • 车道线检测
    与传统的车道线检测算法不同,本文采用LDA算法对道路图像进行针对性灰度化处理。加大车道线与道路的差异,然后使用抛物线模型对车道线进行拟合,采用混沌粒子群算法对抛物线参数进行优化,以车道线的灰度特征和梯度特征作为混沌粒子群的适应度函数,经过多次的迭代得到抛物线拟合车道线的参数最优值,进而识别出车道线。实验结果表明,本文算法能在复杂环境下识别出车道线,对视频帧序列中的车道线连续追踪具有良好效果。 
    2022-08-07 20:38:39下载
    积分:1
  • 1DCNNforRawTimeSeries
    说明:  采用一维卷积神经网络对癫痫脑电信号段进行分类(Classification of epileptic EEG signal segments by one dimensional convolutional neural network)
    2020-05-23 18:50:19下载
    积分:1
  • 黑马程序员<数据分析课程>PPT
    黑马程序员PPT
    2021-05-06下载
    积分:1
  • 图像识别(基于百度api)
    【实例简介】 # client_id 为官网获取的AK, client_secret 需要从百度官方申请SK
    2021-05-31 00:31:11下载
    积分:1
  • 基于opencv的行人检测
    基于opencv的行人检测,基于HSC特征,使用SVM进行训练分类器,目前只能对图片使用
    2022-10-10 00:55:03下载
    积分:1
  • 696524资源总数
  • 103904会员总数
  • 44今日下载