-
比较BP,OMP,StOMP对于lena图像的CS效果
对于同一副256*256的lena图像进行压缩感知,对比的算法是BP,OMP以及StOMP(FDR),评价指标有:运算时间,压缩比率以及峰值信噪比
- 2022-04-10 19:58:26下载
- 积分:1
-
A source code of function which convert image from RGB scale
A source code of function which convert image from RGB scale - space into normalized RGB scale - space, using Visual C++ 2008 and OpenCV library.
Normalized RGB scale - space can be used in color detection techniques, because this is independent of illuminance change.
- 2022-12-07 16:05:03下载
- 积分:1
-
非常好的三角剖分程序(用visual c++ 编写)
用vc++编写的三角剖分程序,程序好用,有兴趣的看看吧:只需要点一系列的点,然后就可以自动剖分了。
- 2023-04-29 03:35:04下载
- 积分:1
-
andew_ng 的机器学习练习2
这个是斯坦福大学在coursera 公开课上的机器学习的练习2的习题答案和原题。仅供参考。
有在学习机器学习的同学,可以选择andew_ng在coursera 公开课上的机器学习,这是一个很好的课程,而且算法讲的很详细,这个代码是里面练习的参考答案之一,对于刚开始学习的同学很有用。
- 2023-05-17 06:50:03下载
- 积分:1
-
此程序是本人编写的在MFC环境下调用Matlab函数进行编程的实例...
此程序是本人编写的在MFC环境下调用Matlab函数进行编程的实例-This procedure is, I prepared to call in the MFC environment Matlab function programming example
- 2022-02-28 17:30:56下载
- 积分:1
-
关于数学问题的几个算法程序
关于数学问题的几个算法程序...
关于数学问题的几个算法程序
关于数学问题的几个算法程序-Several mathematical problems on the algorithm process of mathematical problem on a number of algorithm procedure
- 2022-05-29 12:32:23下载
- 积分:1
-
平均因子分解法应用于正定矩阵
平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies:
(1) U U = X
(2) U is upper triangular (that is, it has all zeros below the diagonal).
It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
- 2022-10-16 04:30:02下载
- 积分:1
-
矩阵算法的源代码
矩阵算法的源代码-matrix algorithm source code
- 2022-05-28 13:16:23下载
- 积分:1
-
常用、经典算法及讲解
常用、经典算法及讲解-commonly used, and on the classical algorithm
- 2023-03-03 21:25:03下载
- 积分:1
-
3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!...
3个关于排序的C程序,以及示例,来自《C语言数值常用程序》,所以程序均经过本人测试可以正常使用!-three on the order of C procedures, as well as examples from the "C language commonly used numerical procedures," and so I have to undergo testing can be used normally.
- 2022-03-07 21:15:37下载
- 积分:1