登录
首页 » matlab » face detection

face detection

于 2017-10-05 发布 文件大小:6876KB
0 209
下载积分: 1 下载次数: 12

代码说明:

  运用HOG提取人脸特征与支持向量机算法训练模型,进行人脸识别(Using HOG to extract facial features and support vector machine algorithm training model for face recognition)

文件列表:

face detection
face detection\dataset
face detection\dataset\faces
face detection\dataset\faces\10.png
face detection\dataset\faces\100.png
face detection\dataset\faces\101.png
face detection\dataset\faces\102.png
face detection\dataset\faces\103.png
face detection\dataset\faces\104.png
face detection\dataset\faces\105.png
face detection\dataset\faces\106.png
face detection\dataset\faces\107.png
face detection\dataset\faces\108.png
face detection\dataset\faces\109.png
face detection\dataset\faces\11.png
face detection\dataset\faces\110.png
face detection\dataset\faces\111.png
face detection\dataset\faces\112.png
face detection\dataset\faces\113.png
face detection\dataset\faces\114.png
face detection\dataset\faces\115.png
face detection\dataset\faces\116.png
face detection\dataset\faces\117.png
face detection\dataset\faces\118.png
face detection\dataset\faces\119.png
face detection\dataset\faces\12.png
face detection\dataset\faces\120.png
face detection\dataset\faces\121.png
face detection\dataset\faces\122.png
face detection\dataset\faces\123.png
face detection\dataset\faces\124.png
face detection\dataset\faces\125.png
face detection\dataset\faces\126.png
face detection\dataset\faces\127.png
face detection\dataset\faces\128.png
face detection\dataset\faces\129.png
face detection\dataset\faces\13.png
face detection\dataset\faces\130.png
face detection\dataset\faces\131.png
face detection\dataset\faces\132.png
face detection\dataset\faces\133.png
face detection\dataset\faces\134.png
face detection\dataset\faces\135.png
face detection\dataset\faces\136.png
face detection\dataset\faces\137.png
face detection\dataset\faces\138.png
face detection\dataset\faces\139.png
face detection\dataset\faces\14.png
face detection\dataset\faces\140.png
face detection\dataset\faces\141.png
face detection\dataset\faces\142.png
face detection\dataset\faces\143.png
face detection\dataset\faces\144.png
face detection\dataset\faces\145.png
face detection\dataset\faces\146.png
face detection\dataset\faces\147.png
face detection\dataset\faces\148.png
face detection\dataset\faces\149.png
face detection\dataset\faces\15.png
face detection\dataset\faces\150.png
face detection\dataset\faces\151.png
face detection\dataset\faces\152.png
face detection\dataset\faces\153.png
face detection\dataset\faces\154.png
face detection\dataset\faces\155.png
face detection\dataset\faces\156.png
face detection\dataset\faces\157.png
face detection\dataset\faces\158.png
face detection\dataset\faces\159.png
face detection\dataset\faces\16.png
face detection\dataset\faces\160.png
face detection\dataset\faces\161.png
face detection\dataset\faces\162.png
face detection\dataset\faces\163.png
face detection\dataset\faces\164.png
face detection\dataset\faces\165.png
face detection\dataset\faces\166.png
face detection\dataset\faces\167.png
face detection\dataset\faces\168.png
face detection\dataset\faces\169.png
face detection\dataset\faces\17.png
face detection\dataset\faces\170.png
face detection\dataset\faces\171.png
face detection\dataset\faces\172.png
face detection\dataset\faces\173.png
face detection\dataset\faces\174.png
face detection\dataset\faces\175.png
face detection\dataset\faces\176.png
face detection\dataset\faces\177.png
face detection\dataset\faces\178.png
face detection\dataset\faces\179.png
face detection\dataset\faces\18.png
face detection\dataset\faces\180.png
face detection\dataset\faces\181.png
face detection\dataset\faces\182.png
face detection\dataset\faces\183.png
face detection\dataset\faces\184.png
face detection\dataset\faces\185.png
face detection\dataset\faces\186.png
face detection\dataset\faces\187.png

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

发表评论

0 个回复

  • 修复
    应用DCT字典和KSVD学习字典,对图像进行简单的修复,可行性较高,速度不是很快。(Simple image restoration is feasible and not very fast.)
    2020-06-28 20:00:01下载
    积分:1
  • Traffic-vehicle-detection
    对交通车辆 进行检测通过matlab 设计仿真、包过开运算 闭运算、(Vehicle detection for traffic simulation by matlab design, including closing operation over open operation,)
    2011-11-19 18:23:15下载
    积分:1
  • CxImage
    说明:  VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 (VC++ image processing library CxImage source code, CxImage is a can be used MFC' s C++ classes, you can open, save, display, convert various formats of image files, such as BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K and other formats. Can achieve BMP &lt -&gt JPG, PNG &lt &gt TIFF format conversion, etc..)
    2011-04-08 12:16:37下载
    积分:1
  • chang-detection
    对两幅遥感图像进行变化监测,先求得差值图像,然后用FCM聚类方法分成变化类和不变类(On two remote sensing image change detection, the first difference image is obtained, then FCM clustering into the same category and class changes)
    2016-07-02 09:24:19下载
    积分:1
  • randlsbimghide
    采用基于LSB的随机图像隐藏技术实现将一幅图像(目标图像)隐藏到另一幅图像(载体图像)中。包含目标图像yctx.bmp,载体图像Miss.bmp,图像隐藏代码randlsbimghide.m文件,图像读取代码randlsbimgget.m文件,随机位选择代码randinterval.m文件。(LSB-based technique of random images to achieve a hidden image (object image) to another piece of hidden images (vector image) in the. Includes target image yctx.bmp, vector image Miss.bmp, image hidden code randlsbimghide.m file, image file reading code randlsbimgget.m, random bits select the code randinterval.m file.)
    2021-04-22 22:58:48下载
    积分:1
  • NOMA
    说明:  simulation code matlab NOMA
    2020-12-22 19:59:07下载
    积分:1
  • RegsiterFM
    傅里叶梅林变换实现图像配准,对旋转,缩放,剪切,平移都有效(Fourier Mellin Transform for image registration, valid for rotation, scaling, cropping, shifting)
    2011-11-29 11:32:38下载
    积分:1
  • C# 给片添加水印 片类型转换 例子
    C# 给图片添加水印 图片类型转换 例子
    2014-11-05下载
    积分:1
  • Double-JPEG-compression
    基于双JPEG压缩统计特性的图像篡改检测方法(Image tamper detection method based on the statistical characteristics of double JPEG compression)
    2021-04-05 20:49:03下载
    积分:1
  • Segmentation-with-shadowing-removal-master
    阴影消除matlab代码,运行可用,可供参考(The shadow eliminates the matlab code, which is available for reference)
    2017-11-29 15:42:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载