登录
首页 » matlab » PCA

PCA

于 2011-01-06 发布 文件大小:2KB
0 227
下载积分: 1 下载次数: 155

代码说明:

  图像超分辨率重建算法,实现图像的超分辨率重建。(super-resolution code )

文件列表:

PCA
...\pca.m,3979,2010-12-28

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

发表评论

0 个回复

  • algorithm-of-findpath
    绣花问题是连续型的填充,在不同区域的缝制过程中,缝针不能提针,因此不能用一般的离散型区 域填充方法处理。本文运用几何计算和图论理论提出了一个绣花缝针轨迹自动生成算法:先对轮廓走向进行 定义,通过轮廓铅垂方向的局部极值点的分割线将图案从上向下进行分割,采用交点的特征值比较彻底的解 决了分割时的重点问题,将图案区域准确的划分成缝针能一次完成的若干个节点。在此基础上根据节点的邻 接关系建立节点的邻接“图”,通过图论中半哈密尔顿路径或深度遍历方法找到节点的遍历(缝制)序列和每 个节点的缝制方向,最后可对设定的起点、终点和缝针间隔的条件自动提供缝针的走向轨迹。(In the process of embroidering, needle can not hang up for changing to a different area. Therefore, Embroider problem could be abstract as a continuous area-filling work. Considering disperse area-filling methods can not process this problem well. Based on geometry computing and graph theory, an algorithm of finding path of embroidering needle are proposed in this paper. First, outline orientations are defined, and finding all local extreme points of inner outline on their gravitational orientation to build sectioning lines so as to divide the picture. By using intersection point character the overlap point problem was solved perfectly. Therefore, the picture is divided into some nodes which can be finished alone. Then, based on connections of these nodes, an adjacency graph of nodes was built. Using half-Hamilton path or depth-first search method, both embroidering sequence and direction of these nodes could be got from the graph. Finally, from a defined start-point, end-point)
    2012-12-09 23:26:22下载
    积分:1
  • e900f286
    说明:  PCA图像降噪新算法-LPG PCA,全名叫做Two-stage Image Denoising by Principal Component Analysis with Local Pixel Grouping。内含算法代码和数据集,均经本人实测,可进行灰度图像和RGB图像的降噪,且PSNR和SSIM指标明显好于小波滤波、K-SVD等经典算法。值得学习图像降噪的看看!(The new algorithm of PCA image denoising LPG PCA, full name is two stage image denoising by principal component analysis with local pixel grouping. The algorithm code and data set can be used to reduce the noise of gray image and RGB image, and the PSNR and SSIM are better than the classical algorithms such as wavelet filtering and K-SVD. It's worth learning about image denoising!)
    2020-11-24 22:19:32下载
    积分:1
  • tidu
    利用索贝尔算子两种模板提取图像梯度,幅度选取分别利用欧式距离、城区距离和棋盘距离。(Using two templates of Sobel operator to extract the gradient of a image. Magnitude was selected by using Euclidean distance, city distance and chessboard distance.)
    2012-06-27 18:31:08下载
    积分:1
  • brodatz
    图像纹理特征提取matlab,计算图像的粗糙度、方向度等特征。(Image texture feature extraction matlab, calculated image roughness, and other characteristics of the direction of degrees.)
    2008-12-16 15:54:25下载
    积分:1
  • BP
    说明:  利用BP算法进行SAR成像,BP算法是一种对时域回波数据进行成像的算法(BP algorithm was used for SAR imaging)
    2019-04-29 14:05:06下载
    积分:1
  • com
    图像处理算法,实现多种对于灰度/二值图像的基本算法,包括灰度直方图,均衡化,门限处理,模糊,锐化,腐蚀,膨胀,掩模过滤,频域转换,边缘检测,梯度检测,二值化等等.实现的方法较多,且均经过一定的优化,效率不错.(Image processing algorithms to achieve a variety of for the gray/binary image of the basic algorithm, including the gray histogram, equalization, threshold treatment, blur, sharpen, corrosion, expansion, mask filter, frequency domain conversion, edge detection, gradient detection, binarization and so forth. The way to achieve more, and have to undergo a certain degree of optimization, efficiency, good.)
    2010-02-21 17:03:30下载
    积分:1
  • eccv-10
    Real-time Specular Highlight Removal实现论文“Real-time Specular Highlight Removal Using Bilateral Filtering”中算法(Real-time Specular Highlight Removal Papers " Real-time Specular Highlight Removal Using Bilateral Filtering" in the algorithm)
    2021-02-11 00:39:52下载
    积分:1
  • yuandaima
    用VC实现Canny算子提取图像边缘,提高图像质量(Using VC realize Canny operator extracts image edge to improving image quality.)
    2012-03-02 22:04:27下载
    积分:1
  • SURF-based-image-stitching
    SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。 (SURF(Speeded Up Robust Features) as a method of feature extraction which newly appeared is over or nearly previous method on duplication, uniqueness, and robustness and have a clear advantage on computational efficiency. This code uses the SURF and coordinate transformation algorithm to detect image and image matching. This code uses the SURF algorithm of image detection, the main is to use the Hessian matrix of image for testing, to find the image after image feature extraction of feature points. After we used Nearest Neighbor (NN), Random Sample Consensus (RANSAC) algorithm and least square parameter optimization for purification of matching feature points. Coordinate transformation in the last two images, to coordinate system to achieve the same image stitching. )
    2014-08-30 15:12:42下载
    积分:1
  • matlab_finger
    一个作业,用matlab实现指纹识别,做得不好,惭愧(an operation using Matlab achieve fingerprint identification, is not done properly ashamed)
    2006-09-07 18:41:21下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载