登录
首页 » Special Effects » ICA face recognition algorithm matlab source code examples have been tested, the...

ICA face recognition algorithm matlab source code examples have been tested, the...

于 2022-03-13 发布 文件大小:1.97 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

ICA人脸识别算法实例matlab源码,已测试过,程序能运行,且识别率较高-ICA face recognition algorithm matlab source code examples have been tested, the program will be able to run, and a higher recognition rate

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

发表评论

0 个回复

  • 通过灰度变换将一幅图象转换为另一幅具有均衡直方图,即在每个灰度级上都具有相同的象素点数的过程。...
    通过灰度变换将一幅图象转换为另一幅具有均衡直方图,即在每个灰度级上都具有相同的象素点数的过程。-Through the gray-scale transformation to an image is converted to another site with a balanced histogram, that is, in each gray level, both have the same pixel point process.
    2022-07-21 21:41:31下载
    积分:1
  • 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,...
    30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
    2022-02-12 05:12:39下载
    积分:1
  • 这是一个用于人脸跟踪算法,采用OPENCV实现。可广泛应用视频监控等领域。...
    这是一个用于人脸跟踪算法,采用OPENCV实现。可广泛应用视频监控等领域。-This is a face tracking algorithm for use OPENCV achieve. Can be widely applied in areas such as video surveillance.
    2022-07-03 06:59:26下载
    积分:1
  • 图像处理中的关于图像的增强,去噪及边缘检测等一系列处理。适合图像处理人员。...
    图像处理中的关于图像的增强,去噪及边缘检测等一系列处理。适合图像处理人员。-About image processing to enhance images, de-noising and edge detection, such as a series of treatment. Suitable image processing personnel.
    2023-07-28 10:25:04下载
    积分:1
  • object : If you want to learn computer graphics students, teachers and staff : a...
    对象:想学好计算机图形学的大学生,老师和工程人员内容:动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、bresenham、逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier,spline,Bspling,Hermite曲线生成算法;单线性,双线性,Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充,种子填充算法,多边形,直线裁剪算法;平移,比例,旋转,原点对称,错切变换算法;斜测投影,一点,二点,三点透视算法;消影,斜平行投影,正轴测投影,透视投影算法,光照立体球,光照圆环,光照双线性曲面等等!如果需要安装图形学演示系统的请到这下载:http://happyyangxu.home.sunbo.net/xfile.php?xname=N50SQV0&download=1&fname=graphic_demo.zip-object : If you want to learn computer graphics students, teachers and staff : a dynamic demonstration of graphics generation process, the detailed source code so that you can run after the paste, including DDA, bresenham, point by point comparison Linear Algorithm; Bresenham, DDA, Stipples Yuan algorithm; n bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation, proportion, rotation , the origin of symmetry,
    2022-04-14 18:58:19下载
    积分:1
  • 数字图像腐蚀程序。参数中有一个BOOL变量, 为真时,表示在水平方向进行腐蚀运算,否则在竖直方向上进行腐蚀运算。...
    数字图像腐蚀程序。参数中有一个BOOL变量, 为真时,表示在水平方向进行腐蚀运算,否则在竖直方向上进行腐蚀运算。-digital image corrosion process. Parameters have a BOOL variable to true, in the horizontal direction corrupting computation, Otherwise, the vertical direction on erosion.
    2023-04-24 08:15:03下载
    积分:1
  • 该程序可以实现图形的旋转,水平镜像,垂直镜像,缩放,剪切等
    该程序可以实现图形的旋转,水平镜像,垂直镜像,缩放,剪切等-The program can realize the rotation of graphics, the level of the mirror, vertical mirror, zoom, shear, etc.
    2022-04-17 10:31:11下载
    积分:1
  • 用Matlab实现的多种基于阈值的图像分割方法,含有大津法,最大熵,聚类等方法...
    用Matlab实现的多种基于阈值的图像分割方法,含有大津法,最大熵,聚类等方法-Using Matlab to achieve a variety of threshold-based image segmentation method, which contains Otsu method, maximum entropy, clustering and other methods
    2022-01-31 03:18:41下载
    积分:1
  • 中值滤波去噪声程序,已经通过调试,可直接使用
    中值滤波去噪声程序,已经通过调试,可直接使用-Median filter to the noise process, has passed debugging can be used directly
    2022-03-22 14:20:49下载
    积分:1
  • Binary image morphological filter and grayscale images Matlab morphological filt...
    二值图像形态滤波和灰度图像形态滤波操作的Matlab实现。-Binary image morphological filter and grayscale images Matlab morphological filtering operations to achieve.
    2023-04-06 14:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载