-
fastICA 快速独立分量分析算法代码
快速独立分量分析
一共包含了5个ICA的算法,其中:
fastica.m文件中的ICA算法是基于负熵的;
m_fastica.m文件中的ICA算法是基于负熵的改进算法;
fastica_kurt.m文件中的ICA算法是基于峭度的;
fastica_ML.m文件中的ICA算法是基于互信息的;
NLPCA.m文件中的ICA算法是基于非线性PCA的。
- 2022-03-05 06:49:37下载
- 积分:1
-
基于贝叶斯的面部表情识别
资源描述基于贝叶斯的表情识别 非常清晰好理解
- 2022-03-26 17:39:50下载
- 积分:1
-
自己写的JAVA小程序,可以实现一些2D3D的图形实现。如画个3维的可旋转的立方体...
自己写的JAVA小程序,可以实现一些2D3D的图形实现。如画个3维的可旋转的立方体-himself in a small Java program, you may achieve some of the graphics 2D3D achieve. Picturesque three-dimensional rotating cube
- 2022-12-18 20:45:03下载
- 积分:1
-
这是一个闹钟程序,用vc++实现,界面友好实用,很不错的啊
这是一个闹钟程序,用vc++实现,界面友好实用,很不错的啊-This is a clock program, vc achieved, friendly interface and practical, very good ah
- 2022-03-09 12:35:37下载
- 积分:1
-
有关JPEG的简单程序源码
有关JPEG的简单程序源码-Simple sourcecode for JPEG
- 2023-05-15 22:25:03下载
- 积分:1
-
This is a mathematical morphology in Matlab for digital image processing of the...
这个是数学形态学在Matlab中对于数字图像处理的应用的一些指导性的意见。希望大家能喜欢。-This is a mathematical morphology in Matlab for digital image processing of the guiding opinions. Hope that we can like.
- 2022-11-09 02:15:04下载
- 积分:1
-
zernike矩的源代码,非常不错,用matlab编的,值得下载
zernike矩的源代码,非常不错,用matlab编的,值得下载-zernike moments of the source code, very good, and Matlab series, it is worth the download
- 2023-06-02 20:55:02下载
- 积分:1
-
java 电子白板,大家试一下
java 电子白板,大家试一下-java whiteboard, we try
- 2023-07-05 03:20:03下载
- 积分:1
-
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一...
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target image edge detection. This method is summarized as follows: 1. Image used with the specified standard deviation of the Gaussian filter to smooth out, thereby reducing the noise 2. In the calculation of each point of local gradient and edge direction 3. The second step in determining the edge points will led to the image gradient magnitude ridge appears, and then keep track of all of the top of the ridge, and ridge at the top of all the pixels are no longer set to 0 4. the implementation of the edge link
- 2022-03-05 01:13:25下载
- 积分:1
-
KLT 特征点选取
Kanade-Lucas-Tomasi(KLT)算法是基于图像特征点的跟踪算法,由目标对象特征点提取,特征点跟踪两部分组成。本文首先阐述了KLT算法的基本原理,分析了影响算法执行速度的主要原因。分析表明KLT算法的操作主要集中在乘加运算和循环,图像卷积运算和循环占用的执行时间比较长。
- 2022-03-09 18:59:03下载
- 积分:1