登录
首页 » matlab » Raw images based

Raw images based

于 2018-04-06 发布 文件大小:2160KB
0 210
下载积分: 1 下载次数: 9

代码说明:

  SAD 算法 用于立体视觉匹配,可以看到结果(SAD algorithm For stereoscopic vision matching, the results can be seen)

文件列表:

Raw images based\Coincidence_system.m, 985 , 2018-04-04
Raw images based\cross_correlation.m, 195 , 2018-04-04
Raw images based\html\correspDemo.html, 27963 , 2014-02-12
Raw images based\html\correspDemo.png, 4892 , 2014-02-12
Raw images based\html\correspDemo_01.png, 67661 , 2014-02-12
Raw images based\html\correspDemo_02.png, 68067 , 2014-02-12
Raw images based\html\correspDemo_03.png, 79497 , 2014-02-12
Raw images based\html\correspDemo_04.png, 17322 , 2014-02-12
Raw images based\html\correspDemo_05.png, 77016 , 2014-02-12
Raw images based\html\correspDemo_06.png, 81121 , 2014-02-12
Raw images based\html\correspDemo_07.png, 23068 , 2014-02-12
Raw images based\html\correspDemo_08.png, 21792 , 2014-02-12
Raw images based\html\correspDemo_09.png, 22244 , 2014-02-12
Raw images based\html\correspDemo_10.png, 22729 , 2014-02-12
Raw images based\html\correspDemo_11.png, 23553 , 2014-02-12
Raw images based\html\correspDemo_12.png, 24218 , 2014-02-12
Raw images based\html\correspDemo_13.png, 24536 , 2014-02-12
Raw images based\html\correspDemo_14.png, 24737 , 2014-02-12
Raw images based\html\correspDemo_15.png, 24987 , 2014-02-12
Raw images based\html\correspDemo_16.png, 24775 , 2014-02-12
Raw images based\html\correspDemo_17.png, 14359 , 2014-02-12
Raw images based\html\correspDemo_18.png, 18766 , 2014-02-12
Raw images based\im1.jpg, 292716 , 2018-04-04
Raw images based\im2.jpg, 117217 , 2018-03-07
Raw images based\im3.jpg, 289876 , 2018-04-04
Raw images based\im6.jpg, 105620 , 2018-03-07
Raw images based\Raw_main.m, 474 , 2018-04-05
Raw images based\teddy\disp2.png, 26939 , 2003-06-08
Raw images based\teddy\disp6.png, 27301 , 2003-06-08
Raw images based\teddy\im2.png, 342036 , 2003-06-08
Raw images based\teddy\im6.png, 343316 , 2003-06-08
Raw images based\test.m, 554 , 2018-04-05
Raw images based\html, 0 , 2018-04-05
Raw images based\teddy, 0 , 2018-04-04
Raw images based, 0 , 2018-04-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • MFEToolbox
    matlab工具箱,可以用来处理各类garch模型,尤其是包含CCCGARCH等多元garch模型(it s a matlab toolbox that can be used to deal with all kinds of garch model, especially multivariate garch model like CCC-GARCH model)
    2014-12-09 17:18:00下载
    积分:1
  • genfis_good_subclustering
    anfis subclustering with matlab
    2012-11-18 18:11:14下载
    积分:1
  • SCAN
    说明:  用于欠定盲源分离里面的盲信号分离问题,具有很不错的效果。(It is used for blind signal separation in underdetermined blind source separation and has a good effect)
    2021-03-28 23:47:35下载
    积分:1
  • guess
    此程序描写了一个猜数过程,系统在给定范围内随机生成一个数,如何根据提示在较少的次数内才对这个数。(This procedure describes a guessing process, the system randomly generated within a given range of a number of tips on how to lower the number of times the number of fishes.)
    2010-12-21 10:39:42下载
    积分:1
  • s-method
    s-method是一种时频分析方式,在雷达成像算法中是比较先进的方式,可以比较好的解决时频聚集性和交叉项抑制的问题(s-method is a time-frequency analysis, and radar imaging algorithm is a more advanced way of frequency aggregation and cross-inhibition can be a better solution)
    2012-04-26 21:35:18下载
    积分:1
  • eg14-zhishupince
    《MATLAB神经网络30个案例分析》中的第14个例子,案例14 SVM神经网络的回归预测分析---上证开盘指数预测。希望对大家有一定的帮助!(The MATLAB neural network analysis of 30 cases of example, 14 cases (14 of SVM neural network predictive regression analysis- Shanghai opened index prediction. Hope to have certain help to everybody! )
    2013-09-20 16:29:53下载
    积分:1
  • lifting_97
    实现9/7小波正反变换 注1: 采用标准正交方法,对行列采用不同矩阵(和matlab里不同) 注2: 为了保证正交,所有边界处理,全部采用循环处理 注3: 正交性验证,将单位阵带入函数,输出仍是单位阵(matlab不具有此性质) 注4: 此程序是矩阵实现,所以图像水平分量和垂直分量估计被交换位置 注5: 此程序实现的是类小波(wavelet-like)变换,是介于小波包变换与小波变换之间的变换 注6: 此程序每层变换相对原图像矩阵,产生的矩阵都是正交阵,这和小波包一致 注7: 但小波变换每层产生的矩阵,是相对每个待分解子块的正交矩阵,而不是原图像的正交矩阵 注8: 且小波变换产生的正交矩阵维数,随分解层数2分减少 注9: 提升系数可以在MATLAB7.0以上版本,用liftwave( 9.7 )获取,这里直接给出,考虑兼容性 注10:由于MATLAB数组下标从1开始,所以注意奇偶序列的变化 注11:d为对偶上升,即预测;p为原上升,即更新(Note 1: The standard orthogonal method, the ranks of the different matrices (and matlab where different) Note 2: In order to ensure orthogonality, all boundary treatment, all with recycling Note 3: Orthogonal validation, the identity matrix into the function, the output is still the unit matrix (matlab does not have this property) Note 4: This program is a matrix to achieve, so the image horizontal and vertical components is estimated to be swapped Note 5: This class implements the wavelet (wavelet-like) transformation, is between the wavelet packet transform and wavelet transform between Note 6: This procedure transforms each image relative to the original matrix, the resulting matrix are orthogonal matrix, consistent with this and wavelet packet Note 7: But each generation wavelet transform matrix, is to be broken down for each sub-block relative to the orthogonal matrix, rather than the original image of the orthogonal matrix Note 8: Wavelet transf)
    2011-08-30 17:51:56下载
    积分:1
  • region-growing-mtlb
    Segmentation by growing a region from seed point using intensity mean measure.Simple but effective example of "Region Growing" from a single seed point.
    2013-12-17 20:30:06下载
    积分:1
  • GACOMSOL
    说明:  简单遗传算法实现,包括与数值软件comsol有关的测试函数。(GA with the numerical sofaware COMSOL.)
    2021-01-01 20:38:57下载
    积分:1
  • OrthPoly
    NARMAX模型重构,用matlab实现了一个二次二次曲面的重构(NARMAX model reconstructed using Matlab achieved a second conicoid Reconstruction)
    2007-06-21 17:52:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载