-
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
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
简单的坐标系处理
简单的坐标系处理-simple coordinates processing
- 2022-08-23 08:05:56下载
- 积分:1
-
用de Casteljau绘制的Bezier曲线,可输入任意点的坐标。
用de Casteljau绘制的Bezier曲线,可输入任意点的坐标。-de Casteljau use the Bezier curve drawing can be imported arbitrary point coordinates.
- 2022-06-03 10:07:52下载
- 积分:1
-
从国外网站上DOWN的数字识别代码,经过自己修改,识别能力好。可直接用于项目中。...
从国外网站上DOWN的数字识别代码,经过自己修改,识别能力好。可直接用于项目中。-from foreign web sites DOWN digital identification codes, after their changes, identify good ability. Can be used directly in the project.
- 2022-06-12 02:08:44下载
- 积分:1
-
这是计算机图形学光照部分的一个很好的程序实例
这是计算机图形学光照部分的一个很好的程序实例-This is the illumination of computer graphics part of a very good example of the procedure
- 2022-10-21 15:05:04下载
- 积分:1
-
一个java
一个基于java的人工生命的程序,很有意思-A java-based artificial life program, very interesting
- 2022-02-06 06:04:49下载
- 积分:1
-
图像处理程序,读写器,读医学图像小程序
图像处理程序,阅读程序,读医学图像的小程序-Image processing procedures, reader, reading the medical image applet
- 2022-12-24 13:05:04下载
- 积分:1
-
一些指纹识别的资料,里面有PBA,LOGO,单一登陆等内容。
一些指纹识别的资料,里面有PBA,LOGO,单一登陆等内容。-Number of fingerprint identification data, which have PBA, LOGO, the contents of a single landing.
- 2022-11-05 09:30:06下载
- 积分:1
-
本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, B...
本实验实现RGB颜色与HLS颜色的相互转换;在此实验中,定义了函数void HSLtoRGB(UINT hue, UINT sat, UINT light, BYTE &r, BYTE &g, BYTE &b)实现HSL向RGB转换;void CPaletteDlg::RGBtoHSL(BYTE r, BYTE g, BYTE b, UINT &hue, UINT &sat, UINT
&light)实现RGB向HSL转换-Experimental realization of the RGB and HLS color color conversion in this experiment, the definition of the function void HSLtoRGB (UINT hue, UINT sat, UINT light, BYTE & r, BYTE & g, BYTE & b) the realization of HSL to RGB conversion void CPaletteDlg: : RGBtoHSL (BYTE r, BYTE g, BYTE b, UINT & hue, UINT & sat, UINT & light) to achieve conversion RGB to HSL
- 2023-04-19 04:00:05下载
- 积分:1