-
初学者实现矩阵乘法,觉得矩阵乘法简单但很实用,写的不是很高效,可以下载下来研究研究哦。...
初学者实现矩阵乘法,觉得矩阵乘法简单但很实用,写的不是很高效,可以下载下来研究研究哦。-beginners achieve matrix multiplication, a simple matrix multiplication think it is practical and writing is not very efficient and can be downloaded from studies oh.
- 2022-03-13 03:26:40下载
- 积分:1
-
svm实现多类分类
支持向量机在数据挖掘方向的成功使得该项技术在很多实际领域中得到广泛应用,这套代码就是在通过MATLAB来实现svm的多分类,包括对数据的预处理,样本数据的训练和预测仿真。希望对初学者有帮助。
- 2022-03-10 13:31:18下载
- 积分:1
-
简单的实现了数论中的乘法逆元
该代码均正确运行!包含运行图
及运行结果!...
简单的实现了数论中的乘法逆元
该代码均正确运行!包含运行图
及运行结果!-simple realization of the theory of multiplicative inverse of the code are functioning properly! Includes chart and operating results!
- 2022-07-19 07:36:38下载
- 积分:1
-
基于计算流体力学的目录,包含各种格式和高
学习CFD的基础教程,含有各种差分格式和高精度本质无振荡算法源程序。-learning CFD based directory containing a variety of formats and high-precision differential nature without oscillation algorithm source.
- 2022-09-06 19:50:02下载
- 积分:1
-
用C++写的矩阵和矢量运算库
用C++写的矩阵和矢量运算库-C write the matrix and vector arithmetic library
- 2023-01-20 04:05:04下载
- 积分:1
-
很有用的源代码,只是我好不容易找的哦,担不是我自己写的。...
很有用的源代码,只是我好不容易找的哦,担不是我自己写的。-very useful source code, I finally find a just, um, fetching than I wrote it myself.
- 2022-07-01 21:19:35下载
- 积分:1
-
含有多种ICA算法的eeglab工具箱
含有多种ICA算法的eeglab工具箱-containing multiple ICA algorithm eeglab Toolbox
- 2022-10-09 14:15:08下载
- 积分:1
-
hillcipher,虚无主义,普莱费尔,railfence,波里比阿
希利弗,虚无主义者,游乐场,围栏,波里比乌斯
- 2022-12-24 11:00:03下载
- 积分:1
-
基于C实现的采样复制的纹理图像修复方法_可去除遮罩物
资源描述CS7495 Final Project Sooraj Bhat
Object Removal by Exemplar-based Inpainting USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint("bungee0.png","bungee1.png",[0 255 0]);
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint("bw0.png","bw2.png",[0 255 0]);
To visualize:
plotall;
close; movie(mov);
SAMPLE IMAGES & RESULTS
*0.png The original images ("bw" and "bungee")
*{1,2}.png The different fill region masks.
*P2.png &nbs
- 2022-02-01 13:35:37下载
- 积分:1
-
Dijkstra algorithm最短路径算法
Dijkstra算法在EXCEL的实现
- 2022-02-28 20:49:37下载
- 积分:1