登录
首页 » matlab » matlabFourertransform

matlabFourertransform

于 2020-11-09 发布 文件大小:15380KB
0 238
下载积分: 1 下载次数: 83

代码说明:

  MATLAB实现图像的傅里叶变换,包括一维傅里叶变换,二维傅里叶变换(MATLAB Fourier transform of image, including the one-dimensional Fourier transform, two-dimensional Fourier transform)

文件列表:

小波与傅里叶分析基础
....................\The Pairing of a Wavelet Basis With a Mildly.pdf,2928421,2010-02-15
....................\小波与傅里叶分析基础.pdf,4361941,2009-11-15
....................\小波与傅里叶分析基础_英文版_.pdf,5121005,2009-11-15
....................\第一章.pdf,836886,2009-10-15
....................\第三章.pdf,875413,2009-11-15
....................\第二章.pdf,1462234,2009-11-15
....................\第五章.pdf,737449,2009-12-09
....................\第六章.pdf,673656,2009-12-19
....................\第四章.pdf,1717228,2009-11-26

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

发表评论

0 个回复

  • icpCpp
    ICP是用来匹配两组未知点,可以用于图像处理等方面,速度快,但需要选择好初始参数(ICP is used to match two sets of unknown points can be used in areas such as image processing speed, but need to select a good initial parameters)
    2009-02-05 20:28:58下载
    积分:1
  • 11
    说明:  LSA的第一步是要去创建词到标题(文档)的矩阵。在这个矩阵里,每一个索引词占据了一行,每一个标题占据一列。每一个单元(cell)包含了这个词出现在那个标题中的次数。例如,词”book”出现在T3中一次,出现在T4中一次,而”investing”在所有标题中都出现了一次。一般来说,在LSA中的矩阵会非常大而且会非常稀疏(大部分的单元都是0)。这是因为每个标题或者文档一般只包含所有词汇的一小部分。更复杂的LSA算法会利用这种稀疏性去改善空间和时间复杂度。(The Little Book of Common SenseInvesting: The Only Way to Guarantee Your Fair Share of StockMarket Returns ,)
    2015-12-23 20:26:03下载
    积分:1
  • MeanShift2
    meanshift算法的python实现 + 图像化显示(meanshift with python)
    2018-05-29 15:13:58下载
    积分:1
  • 1985Hough
    hough变换,用于直线和圆,椭圆的检测,很实用(hough transform for line and circle, ellipse detection, it is practical)
    2009-01-02 19:43:09下载
    积分:1
  • DetectionofTonguesCrackBasedonAdaptiveThreshold
    摘 要:舌象中的裂纹是中医舌诊中的重要内容。由于拍摄条件的不同,舌象质量有较大差异,传统的阈值选取方法并不 适用。文中提出一种舌象裂纹检测的自适应阈值选择方法。该方法利用舌象的L 3 a 3 b 色彩特征及区域的分裂- 合并, 对舌象进行区域分割,自适应地选取舌中部区域的色彩值作为阈值,对整个舌象进行裂纹提取。经验证,本方案对不同的 舌象能较好地提取出裂纹,实现舌象裂纹诊断的客观化。(Tongue’ s crack is a very important part of herbalist doctor diagnosis. For the different screen conditions , there are many differ2 ences on the tongue’ s quality. It is not effective to use the t raditional threshold ext raction algorithm. In order to solve this problem , pro2 pose a new adaptive threshold algorithm. Present the segmentation of the image of tongue by using the feature on tongue in the L 3 a 3 b color space and the split- combining algorithm. Then use the threshold , which is the color value ext racted automatically in the middle of the tongue , to detect the crack of the whole tongue. The experiments show that this approach is able to distill the crack effectively to different tongue images , and achieve the objectivity of the diagnosis based on the tongue’ s crack.)
    2020-08-27 19:58:13下载
    积分:1
  • 24368
    程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法请见相应头文件中的注释。(The program will interface with the data processing separate interface using MFC dialog template, registration, training, recognition and the main interface, respectively, to create a class that interacts with the user through a message handler, using multiple threads to display images in real time.   Data processing is divided into a CFaceAlign (Face Detection+ geometric normalization), CLightPrep (illumination normalization), CFaceFeature (Gabor feature extraction), CSubspace (computing Fisherface subspace) four categories, as well as a class is responsible for managing CFaceMngr interface and data exchange between. Such a program structure allows for interfaces and algorithms are independent of each other. Specific methods of each class, see the comments in the appropriate header files.)
    2015-04-13 10:05:34下载
    积分:1
  • wavelet
    对彩色图像进行小波融合,融合后图像在视觉上有了很大的改善。(Color images of wavelet fusion images visually a great improvement.)
    2008-05-20 22:10:07下载
    积分:1
  • colorimagerestoration
    说明:  一种基于tv模型的彩色图像修复方法,效果很好(Tv model based on color image restoration)
    2010-03-19 09:30:14下载
    积分:1
  • block-match-and-3D-filtering
    BM3D算法,简单易懂。用于对于图像去噪,附上psnr(BM3D algorithm)
    2013-05-22 15:54:31下载
    积分:1
  • DeconvolutionCode
    是国外大牛编写的,对图像进行二维反卷积恢复代码,该代码主要针对图像的失焦模糊。(Prepared by the large foreign cattle 2D deconvolution, image recovery code.)
    2020-07-03 04:00:01下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载