-
计算方法的一个比较重要的高斯约当消去方法
计算方法的一个比较重要的高斯约当消去方法-calculation of a more important about when Gaussian Elimination Methods
- 2022-05-13 18:38:09下载
- 积分: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
-
五角冰铺留言版V1.0
资源描述简介:
完整的管理模式 分页功能 搜寻功能 ,可以整合到自己的程序中,效果杠杠的。
- 2023-02-13 00:50:03下载
- 积分:1
-
计算方法经典算法(弦截法二分法牛顿迭代法龙贝格算法)
计算方法经典算法(弦截法二分法牛顿迭代法龙贝格算法)-classic calculation algorithm (xianjie Act dichotomy Newton Romberg algorithm)
- 2022-04-07 16:00:07下载
- 积分:1
-
用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值...
用vc++平台开发的双三次样条插值函数,具有很高的精度,能够完成对面上的点的插值-Using vc platform for the development of bi-cubic spline interpolation function, has high accuracy, can be completed on the surface of the interpolation points
- 2022-05-07 13:45:08下载
- 积分:1
-
十六进制编辑器示例
教育的十六进制编辑器简单示例THexEditor v1.16 正式版THexToCanvas v1.0 Beta 2THexEditor 从 TCustomGrid,下降和显示和编辑十六进制/二进制文件THexToCanvas 是 TComponent 的后裔,将 THexEditor 分配给它设置一些属性和你可以画出画布上 (例如打印机画布) 的十六进制数据享受
- 2022-04-01 13:22:16下载
- 积分:1
-
快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用
快速DCT算法32位的C语言实现,乘法次数最少,可嵌入编码器及解码器使用- Fast DCT the algorithm 32 C language realization, the
multiplication number of times are least, may insert the encoder and
the decoding use
- 2022-08-19 10:04:59下载
- 积分:1
-
从键盘输入阿拉伯的浮点数人民币然后,转换成中文大写的人民币
从键盘输入阿拉伯的浮点数人民币然后,转换成中文大写的人民币-keyboard input from the Arab yuan float then converted into Chinese yuan of capital
- 2022-08-11 10:34:34下载
- 积分:1
-
image texture MRF synthesis
资源描述本压缩包包含相应的代码和对应的论文,具体的信息请见包。Semi Causal Nonparametric Markov Random Field Texture Synthesis,Texture synthesis via a noncausal nonparametric multiscale Markov random field,"" IEEE Transactions on Image Processing。
- 2022-02-05 21:07:51下载
- 积分:1
-
DT C4.5算法
资源描述
C4.5算法与其它分类算法如统计方法、神经网络等比较起来有如下优点:产生的分类规则易于理解,准确率较高。其缺点是:在构造树的过程中,需要对数据集进行多次的顺序扫描和排序,因而导致算法的低效。此外,C4.5只适合于能够驻留于内存的数据集,当训练集大得无法在内存容纳时程序无法运行。
- 2022-07-02 06:13:25下载
- 积分:1