登录
首页 » Python » faceDetection_HOG

faceDetection_HOG

于 2020-10-11 发布
0 201
下载积分: 1 下载次数: 0

代码说明:

说明:  利用HOG算子实现电脑读取图像并进行面部识别与检测(Using hog operator to realize computer reading image and face recognition and detection)

文件列表:

.gitattributes, 68 , 2020-04-14
.idea, 0 , 2020-04-15
.idea\.gitignore, 41 , 2020-04-14
.idea\faceDetection_HOG.iml, 324 , 2020-04-15
.idea\inspectionProfiles, 0 , 2020-04-15
.idea\inspectionProfiles\profiles_settings.xml, 174 , 2020-04-14
.idea\misc.xml, 188 , 2020-04-15
.idea\modules.xml, 293 , 2020-04-14
.idea\vcs.xml, 185 , 2020-04-14
.idea\workspace.xml, 6206 , 2020-04-15
CamShow.py, 12977 , 2020-04-15
extract_HOG.py, 270 , 2020-04-14
lib, 0 , 2020-04-15
lib\collecting_img.py, 1117 , 2020-04-14
lib\FaceDetector.py, 698 , 2020-04-14
lib\file_operate.py, 1643 , 2020-04-14
lib\HOG.py, 5547 , 2020-04-14
lib\SlidingWindow.py, 1600 , 2020-04-14
lib\__pycache__, 0 , 2020-04-15
lib\__pycache__\collecting_img.cpython-37.pyc, 1000 , 2020-04-14
lib\__pycache__\FaceDetector.cpython-37.pyc, 1026 , 2020-04-14
lib\__pycache__\FaceDetector.cpython-38.pyc, 1042 , 2020-04-15
lib\__pycache__\file_operate.cpython-37.pyc, 1890 , 2020-04-14
lib\__pycache__\file_operate.cpython-38.pyc, 1850 , 2020-04-15
lib\__pycache__\HOG.cpython-37.pyc, 3673 , 2020-04-14
lib\__pycache__\SlidingWindow.cpython-37.pyc, 1279 , 2020-04-14
note.txt, 304 , 2020-04-15
OboardCamDisp.py, 15973 , 2020-04-29
OboardCamDisp.ui, 21216 , 2019-01-21
README.md, 90 , 2020-04-14
trained_models, 0 , 2020-04-15
trained_models\nnet, 0 , 2020-04-15
trained_models\nnet\model.h5, 3554768 , 2020-04-14
training.py, 1996 , 2020-04-14
__pycache__, 0 , 2020-04-29
__pycache__\OboardCamDisp.cpython-37.pyc, 7460 , 2020-04-29
__pycache__\OboardCamDisp.cpython-38.pyc, 7459 , 2020-04-15

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

发表评论

0 个回复

  • P_Frame
    本程序可以实现MPEG-2I帧基本层编码和解码。图像大小为352*288.(This program implements the MPEG-2 I base layer frame encoding and decoding. Image size is 352* 288.)
    2014-04-29 16:33:16下载
    积分:1
  • LBP
    说明:  统一化LBP算子,作为一种有效的纹理描述算子,对图像局部纹理特征有卓越的描述能力,有很强的分类能力、较高的计算效率,并且对单调的灰度变化具有不变性。(Unified LBP operator, as an effective texture description operator, the local texture features for image description is outstanding ability, strong classification ability, higher efficiency, and to the monotonous gray scale invariant .)
    2010-04-20 18:44:00下载
    积分:1
  • diskreet.m
    DISKREET: FOR CHANGING DISKREET LEVEL OF AN IMAGE
    2013-10-31 01:52:21下载
    积分:1
  • SNR
    计算一副图像,或者加噪声后图像信噪比和峰值信噪比,代码非常简洁方便,效率很高。(Calculate the image SNR and PSNR)
    2021-03-15 15:09:22下载
    积分:1
  • cloud
    这是一个很全的云模型图像处理,功能全,已运行(This is a good use of the cloud model program, function, good effect, has been in operation)
    2020-12-28 19:09:01下载
    积分:1
  • 分割中常用的水平集方法的matlab源代码
    图像分割是图像分析的关键步骤,而水平集方法是图像分割的一项热门方法,它有着许多算法不具有的优点,尤其可用于分割背景复杂信息难以提取的医学图像。这里是一些水平集分割图像的matlab的实现例子,希望可以帮到大家。(Image segmentation is the key step of image analysis, while the level set method is a popular image segmentation method, it has many advantages that the algorithm does not have, especially can be used for medical image segmentation of complex background information is difficult to extract. Here is some level set segmentation image matlab example, I hope we can help you.)
    2017-08-27 10:44:26下载
    积分:1
  • Harris
    著名的角点提取算子Harris算子 非常牛!(Well-known corner extraction operator operator very cattle Harris!)
    2008-03-23 12:30:32下载
    积分:1
  • mtv
    用TV算法实现图像去噪,包含TV,PM模型等(in this MTV, the diffusion is along the edge direction of the original noisy image(maybe its smoothed version using a Gaussian filter of small scale),it can preserve edge and suppress staircase very well.)
    2017-10-16 11:38:15下载
    积分:1
  • Image+retrieval+matla
    我自己写的用hilbert曲线扫描图像后,进行图像检索的代码,里面有很多有用的代码,有部分是在国外网上淘的(I wrote it myself using hilbert curve scanned image after image retrieval code, which has many useful code, some of the Amoy abroad online)
    2007-10-19 13:12:12下载
    积分:1
  • php image-master
    php图像处理,用php实现,进行简单的操作,编辑,修改等功能(Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images. The package includes ServiceProviders and Facades for easy Laravel integration.)
    2020-06-22 02:40:01下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载