登录
首页 » matlab » interp

interp

于 2020-11-30 发布 文件大小:17KB
0 179
下载积分: 1 下载次数: 5

代码说明:

  用于图象的复原处理,可以对多张同样角度拍摄的图片进行分析,得到清晰的放大图. superresulution(Rehabilitation treatment for the image can be more than the same angle picture taken for analysis have been given clear Enlargement. superresulution)

文件列表:

interp
......\estimateGridVals.m
......\findBPolyCoefficients.m
......\getGradientVecs.m
......\LRtoHR.m
......\registerImgs.m
......\siteInsert.m
......\testLRtoHR.m

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

发表评论

0 个回复

  • fc
    说明:  MATLAB下的人脸定位程序,程序小巧易懂,适合初学者研究进而演化出识别率更好的程序(Under MATLAB Face Locator, the program small and easy to understand, suitable for beginners through research programs evolve better recognition rate)
    2010-01-12 21:45:38下载
    积分:1
  • Locating-Voltage-Sags
    电压跌落是最严重的动态电能质量问题之一, 精确定位电压跌落起止时间是应对电压跌落问题的 重要前提和基础。由于电压采样信号往往有噪声分 量,现有的方法在定位电压跌落的起止时间时存在 局限性。本文提出利用多小波变换及相邻系数去噪 的电压跌落定位方法。多小波兼有对称性、正交性、 有限支撑性和二阶消失矩等优异的信号处理性能, 利用GHM多小波可以准确定位电压跌落起止时间。 多小波变换系数在每层之间具有对应关系,多小波 相邻系数将紧相邻的若干个系数作为一个整体来确 定阈值,考虑了系数之间的相关性,能获得更好的 去噪效果。通过 Matlab 进行仿真验证,仿真结果表 明,所提出的方法的正确性。 (Voltage sag is one of the most serious dynamic power quality problems. Critical start-time and end-time are important indices for voltage sags. But the sampling signals often have noisy component, the locations of start-time and end-time are hard to get. Wavelet is an effective tool for those non-stationary signal processing and has been used in this field. Local feature in the signal can be enlarged after the transformation using the scalar wavelet. But scalar wavelets cannot contain orthogonality, symmetry, compact support and higher order of vanishing moments simultaneously. In this thesis, multi-wavelets GHM is used to detect and locate power quality disturbances. Multi-wavelets offer many excellent properties such as the same approximation order but more compact support. The dependence of the multi-wavelets coefficients varies with the level, so neighboring coefficien)
    2014-03-25 17:08:50下载
    积分:1
  • IDL_LoadData
    一个用IDL编写的GUI视图工具 详细源代码与工程文件 包含加载影像 RGB波段合成列表选择 放缩与全图漫游 鹰眼图 矢量数据空间叠加等视图处理功能 按照说明书操作即可!(IDL prepared using a GUI tool to view a detailed source code and project file contains the load image list to select RGB-Band Synthetic zoom map with roaming space Hawkeye map overlay vector data such as view processing functions can be operated in accordance with the Manual!)
    2020-11-19 15:39:38下载
    积分:1
  • huiduchuli
    能够选取一幅图像,对其进行灰度处理。设置了几种不同的灰度处理方式。(You can an image, gradation processing them. Provided several different ways of gradation processing.)
    2015-08-26 15:14:48下载
    积分:1
  • Point Cloud Mosaic Using PCL
    PCL是一个类似于OpenCV的开源库,提供了很多三维点云的处理功能,其中就包括点云拼接。在三维扫描项目中,需要利用点云拼接方法将多次扫描得到的点云数据拼合成一个整体。在本例中,用一幅包含人脸的深度图像去匹配之前获得的人脸模板,这将使我们能够确定人脸在场景中的位置和方向。(PCL is an open source library similar to OpenCV, which provides a lot of processing functions for three-dimensional point clouds, including point cloud mosaic. In the three-dimensional scanning project, it is necessary to use point cloud mosaic method to combine the point cloud data obtained from multiple scans into a whole. In this example, a depth image containing face is used to match the face template obtained before, which will enable us to determine the position and direction of the face in the scene.)
    2019-02-19 09:35:56下载
    积分:1
  • 在指纹上的应用
    说明:  图像处理 形态学分割 腐蚀 开运算和闭运算先腐蚀后膨胀先膨胀后腐蚀 膨胀(Morphological segmentation)
    2020-04-30 23:18:59下载
    积分:1
  • Haar_2D
    说明:  实现了一个二维小波分解、重构程序,对一副16*16的数字图像进行了二层小波分解和重构。(A two-dimensional wavelet decomposition and reconstruction program is implemented, and a 16*16 digital image is decomposed and reconstructed by two-level wavelet.)
    2019-05-22 20:49:30下载
    积分:1
  • LBP
    线性反投影算法(Linear Back Projection,简称 LBP)又称累加法,是最早使用的一种简单(ECT图像重建)成像算法。它将通过某点的所有投影射线进行累加,再反向估算出该点的密度值。从成像观点分析,它是不完全的雷登逆变换(完整的雷登逆变换包括微分、希尔伯特变换、反投影和归一化等步骤)。(Linear back projection algorithm (Linear Back Projection, referred LBP), also known as cumulative method, is the first to use a simple (ECT image reconstruction) imaging algorithms. It accumulates all projection rays through a point, then reverse the estimated density value of the point. From the image point of view analysis, it is not exactly the inverse transform Leiden (Leyden complete inverse transformation involving differential Hilbert transform backprojection and normalization steps, etc.).)
    2015-06-08 10:20:16下载
    积分:1
  • denoise3
    一幅真彩色图像的小波去噪方法实例。通过对一幅真彩色图像的RGB三个方面分别处理,把处理后的结果结合得到。(A true color image examples of wavelet denoising method. Through a true color image of the RGB three aspects dealt with separately, the results of the combination to be processed.)
    2010-01-05 15:16:59下载
    积分:1
  • EdgeDetect
    图像边缘检测 MATLAB 仿真程序。roberts,sobel,prewitt,log,小波检测(Image Edge Detection MATLAB simulation program. roberts, sobel, prewitt, log, wavelet detection)
    2009-05-20 20:44:23下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载