登录
首页 » matlab » mianbo

mianbo

于 2013-03-16 发布 文件大小:1KB
0 209
下载积分: 1 下载次数: 161

代码说明:

  实现瑞雷面波的频散曲线提取,并应用频散曲线模拟面波并成像,随即进行面波的逆频散(Inverse dispersion of the Rayleigh wave dispersion curve extraction and application of dispersion curves simulated surface wave imaging, then surface wave)

文件列表:

mianbo.m,1695,2013-03-09

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

发表评论

0 个回复

  • Local_Maxima
    查找图像的局部极大值,功能强大,速度快,精度高(Finding the local maximum of an image is powerful, fast and accurate.)
    2020-06-19 15:00:01下载
    积分:1
  • nsct_toolbox
    The tool box contains the matlab code for image denosing in nsct.
    2020-07-29 09:48:39下载
    积分:1
  • 123
    标定投影仪与摄像机之间的透视变换矩阵,将摄像机图像转换成投影仪视角下的图像(calibration and transformation between camera and projector)
    2021-03-04 20:39:32下载
    积分:1
  • CCD-principle
    CCD工作原理教程 图像传感器原理介绍(CCD和CMOS介绍)(CCD image sensor principle works tutorial introduction (CCD and CMOS description))
    2011-01-18 21:06:05下载
    积分:1
  • StereoVision_SSD
    本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中x 是代匹配的数据,image1 是图像1 数据,image2 是图像2 数据。 从理论上分析,ssd 比sad 算法要复杂一点,经过测试,在一幅640*480 的图像中寻找10 个匹配点数据SAD 用时25.062519 秒,SSD 用时25.291432 秒。(The algorithm Matlab2008b environment to achieve. Including the main, san, and ssd three functions. The implementation of the algorithm is not the point of comparing two matches already know, but the known feature points in a graphic, an image found in the other match with the most points, matching measured with the SAD or SSD. main.m is the entry, including the generation and reading test data, call the sad ssd function evaluation functions and matching points, and finally draw the final result. sad.m measure is sad figure in another match point in the function implementation to solve, there are three parameters y = sad (x, image1, image2). Where x is the generation of matching data, image1 is the data image 1, image2 is the image 2 data. From the theoretical analysis, ssd little more complicated than the sad algorithm, tested in a 640* 480 images of 10 match points in the search for data using time 25.062519 seconds SAD, SSD with time 25.291432 seconds. )
    2011-01-25 19:06:47下载
    积分:1
  • watermaking
    基于整数小波变换的图像可逆水印,很好用,可逆性很强,自己查找的资料(Image reversible watermarking based on integer wavelet transform is very useful. It has strong reversibility and finds information by itself.)
    2018-04-04 00:04:48下载
    积分:1
  • gac-upwind
    gac模型的迎风方案可以实现对灰度图像的分割,分割效果还可以(gac)
    2010-02-05 23:29:15下载
    积分:1
  • chenggongchengxu
    rgb to HSV,很有用,调试成功,可以应用(rgb to HSV,#include "stdafx.h" #include <iostream.h> void main(float R, float G, float B, float& H, float& S, float&V) { // r,g,b values are from 0 to 1 // h = [0,360], s = [0,1], v = [0,1] // if s == 0, then h =-1 (undefined) float min, max, delta,tmp tmp = R>G?G:R min = tmp>B?B:tmp tmp = R>G?R:G max = tmp>B?tmp:B V = max // v delta = max- min if( max != 0 ) S = delta/max // s else { // r = g = b = 0 // s = 0, v is undefined S = 0 H = 0 return } if (delta == 0){ H = 0 return } else if(R == max){ if (G >= B) H = (G- B)/delta // between yellow & magenta else H = (G- B)/delta+ 6 } else if( G == max ) H = 2+ ( B- R )/delta // between cyan & yellow else if (B == ma)
    2011-12-02 10:09:24下载
    积分:1
  • huffman_code
    用matlab实现的霍夫曼编码的图像压缩,主要就是依据霍夫曼编码的原理实现的图形图像处理。(Using the Huffman code matlab realize the image compression, Huffman coding is mainly based on the principle realize graphics image processing.)
    2021-04-23 22:48:47下载
    积分:1
  • Kriging
    基于克里金的插值算法,在此基础上生成等直线图,功能强大!(Based on Kriging interpolation algorithm generation based on this line graph, powerful!)
    2016-10-19 11:08:50下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载