登录
首页 » matlab » gray-integral-image-detection

gray-integral-image-detection

于 2012-05-21 发布 文件大小:357KB
0 588
下载积分: 1 下载次数: 223

代码说明:

  利用灰度积分投影直接对输入的人脸图像进行检测,并进行眼睛的定位(Using gray integral projection directly on the input of face image detection, and eye location)

文件列表:

灰度积分投影直接对人脸图像进行检测和眼睛定位
............................................\433207765recognize_face.rar,620,2012-05-03
............................................\7766317564.rar,3894,2012-05-03
............................................\recognize_face.m,1197,2010-08-19
............................................\基于灰度投影的人脸特征定位

............................................\..........................\01.tif,123024,2004-04-21




............................................\..........................\6.bmp,10278,2004-05-24
............................................\..........................\7.bmp,10278,2004-05-24
............................................\..........................\8.tif,143014,2004-04-21
............................................\..........................\9.bmp,10278,2012-04-26
............................................\..........................\findmins.asv,1106,2012-05-03
............................................\..........................\findmins.m,1106,2006-09-02
............................................\..........................\main.asv,4625,2012-05-04
............................................\..........................\main.m,4624,2012-05-04
............................................\..........................\position.asv,1595,2012-05-03
............................................\..........................\position.m,1716,2012-05-04
............................................\..........................\vectorsmooth.asv,766,2012-05-03
............................................\..........................\vectorsmooth.m,675,2006-09-02

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

发表评论

0 个回复

  • 水果识别系统
    基于GUI实现水果识别系统,限一个图片内存在一种水果(Realization of fruit recognition system based on GUI)
    2018-05-18 15:04:03下载
    积分:1
  • cavi
    图像着色处理,对于不同亮度的图像显示不同颜色,应用于水下声纳图像效果比较好。(Image color processing, to the image shows different colors of different brightness, applied to the underwater sonar image effect is better. )
    2021-04-16 14:58:53下载
    积分:1
  • featureextraction
    特征提取: 提取了图像中各个标记区域的纹理特征及形状特征,标注详细(King Lek qiong 取: Joan 取了 Minghao Shilu rude plugging 各个标记区 的 理 Canton King Lek Lek 及 near Durian King, 标 downtown Circle Jiu)
    2007-07-14 10:57:12下载
    积分:1
  • vcpicph
    VC++图像平滑处理+程序源码,实现图象的平滑(去噪声),锐化功能,测试时请在C盘下放一个测试用的Bmp图片,路径:C: est.bmp,没有的话没法测试。如上图所示是水平平滑处理,可以对比下,不过感觉颜色失真了,有兴趣的看一下。命令行编译过程如下:   vcvars32   rc bmp.rc   cl smooth.c bmp.res user32.lib gdi32.lib(VC++ image smoothing+ program source code, to achieve a smooth image (to noise), sharpening function in the C drive when testing a test of decentralization Bmp picture, path: C: test.bmp, no words can not test . Is shown above the level of smoothing, you can compare the next, but the feeling of color distortion, interested look. Command-line compiler as follows: vcvars32 rc bmp.rc cl smooth.c bmp.res user32.lib gdi32.lib)
    2014-02-18 15:30:52下载
    积分:1
  • 数字
    对于原始图像 < f5.tif > ,实现下列结果。 a.用平均滤波器平滑原始图像得到的模糊图像 b.用拉普拉斯算子增强上述a得到的模糊图像 c.用拉普拉斯算子增强原始图像 (For the original image <f5.tif>, to achieve the following results. a. smoothing filter with an average original image was blurred b. using Laplacian enhancement get a blurred image above c. using Laplacian enhancement of the original image)
    2020-06-28 11:40:01下载
    积分:1
  • ostu
    使用大津法选定二值化阈值,并对彩色图像做二值化处理(Otsu binarization threshold is selected, and the color images do binarization processing)
    2012-05-19 22:41:01下载
    积分:1
  • SIFT
    一种基于SIFT的图像配准方法,目前使用最广泛的一种配准方法。性能优。(One kind SIFT image registration method based on the most widely used kind of registration method. Excellent performance.)
    2017-03-16 12:22:22下载
    积分:1
  • mrf
    MRF程序:建立了马尔科夫随机场 应用于图像去噪 不过此程序有待进一步调试(MRF procedure used in image denoising)
    2010-09-13 20:10:49下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • ex_2
    精通MATLAB图像处理第2章所有的程序代码或实例代码(Proficient in MATLAB image processing Chapter 2 program code or code examples)
    2013-05-21 15:05:39下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载