登录
首页 » Python » faceDetection_HOG

faceDetection_HOG

于 2020-10-11 发布
0 270
下载积分: 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 个回复

  • taotao51
    图像分割 自适应阈值法,otsu法,区域生长法,最大熵法,贝叶斯法,kMeans法,MeanShift法。(Adaptive threshold image segmentation method, otsu method, region growing method, the maximum entropy method, Bayesian method, kMeans law, MeanShift law.)
    2014-04-04 08:59:07下载
    积分:1
  • HandbookOfFaceRecognitionSpringer2005
    人脸识别手册,在里面详细的介绍了关于人脸检测的相关知识。不过是全英文的,如果有英语比较好,时间比较多愿意翻译这本书的人请留言。(Face Recognition manual inside detail on the face detection of the relevant knowledge. But is English, if English is better, more time is willing to translate this book, please post.)
    2009-05-07 17:31:31下载
    积分:1
  • matlab函数 localMaximum
    matlab函数,将多维矩阵的极值找出并定位,图像处理经常用到,很简单很好用(matlab function, multi-dimensional matrix to identify and locate the extreme, often used in image processing, it is very simple to use)
    2020-06-28 09:40:02下载
    积分:1
  • LccSPM
    LLC做的图像分类算法,非常经典的图像分类算法。属于Bag-of-Feature模型,采用的是SIFT特征描述组。(LLC do image classification algorithm, belonging to the Bag-of-Feature model using the SIFT descriptor group)
    2012-12-26 13:39:50下载
    积分:1
  • mp1
    基于宽带子波的信号匹配追踪算法,该算法与常规算法的区别是原子库形状更加丰富。(Broadband wavelet-based signal matching tracking algorithm, the algorithm with the conventional algorithm richer difference is the shape of the atom library.)
    2013-02-28 20:01:30下载
    积分:1
  • 分块
    实现简单图像的分块处理,可以对大图像或者目标复杂图像分成小块单独处理(To achieve simple image of the block processing, you can large images or targets complex images into small pieces, separate processing)
    2017-09-14 10:56:02下载
    积分:1
  • mean-shift
    基于meanshift/camshift的视频运动目标跟踪实现,通过鼠标手动选择跟踪目标。基于HSV空间模型,可手动调节H S V的阈值,显示前景、背景、反响投影图。开发工具是VS2008、OPENCV.(Based meanshift/camshift video moving target tracking achieved manually using the mouse to select the target track. HSV space model, you can manually adjust the threshold HSV, showing foreground, background, reaction projection. Development tools are VS2008, OPENCV)
    2014-05-06 16:20:51下载
    积分:1
  • edge_ACO
    基于蚁群算法的边缘检测,能够准确定位图像的细节和边缘,清晰的再现图像的轮廓(An Ant Colony Optimization Algorithm For Image Edge,could position the edge of image pricisely .)
    2015-06-19 10:50:38下载
    积分:1
  • defogging_hekaiming
    说明:  何凯明的暗通道去雾算法,Python版本代码(image defogging based on dark channel)
    2020-03-31 16:42:23下载
    积分:1
  • tiduxiajiang
    梯度下降法的图形表示,里面有详细的中文注释,运行即可看到结果。(Gradient descent graphical representation, which the Chinese have detailed notes, you can see the results running.)
    2016-10-22 10:17:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载