CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像插值

搜索资源列表

  1. WeightBilinear

    0下载:
  2. 对图像进行插值放大,采用的是权重双线性的方法,放大后的图像不像三次样条插值的结果过度平滑,也比双线性的效果好。-Enlarge the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-07
    • 文件大小:747
    • 提供者:jodan
  1. bemd

    0下载:
  2. 二维EMD程序,这是利用最新的插值函数,个比较经典的二维经验模式分解程序代码,适用于图像的特征提取和分解 -。-A two-dimensional EMD algorithm, the author is Anna Linderhed, her Ph.D. research topic is bidimensional EMD and wavelet transform
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:7874
    • 提供者:费勤水
  1. interpolate

    0下载:
  2. 利用插值方法编写一个图像变形程序,可以对图像进行几何形变,即:图像大小不变,但其中某些部分发生扭曲变形。包括水平扭曲,竖直扭曲和球面扭曲-Interpolation method to write an image deformation procedure, geometric distortion of the image, that is: the same image size, but some distortion occurs. Including the level of dis
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:2611831
    • 提供者:Sarah
  1. BiCubic

    0下载:
  2. 双三次样条插值,可以实现图像的放缩。而且含有opencv的摄像机标定-Bicubic spline interpolation, image scaling.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-13
    • 文件大小:28755485
    • 提供者:xfortius
  1. L1SR

    0下载:
  2. 图像超分辨代码,利用退化模版和与插值法的对比来进行超分辨,可以调整参数设置超分辨的效果-image superresolution
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:1639
    • 提供者:renhe
  1. read_picture

    0下载:
  2. opencv编程实现图像的压缩处理,包括双线性插值方法,立方卷积插值方法-a program to realize the function of pressing the picture
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:3529847
    • 提供者:mR.s
  1. tuxiang

    0下载:
  2. 对人脸图像的直方图均匀化的实现并插值方法的实现。-The face image histogram equalization realization and interpolation method is implemented.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:14713
    • 提供者:热依扎
  1. ImageHandel

    0下载:
  2. 图像处理的各种操作,包括图像的线性,灰度变换,几何变换,插值算法,边缘检测算法-Various image processing operations, including image linear gray-scale transformation, geometric transformations, interpolation algorithm, edge detection algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-09
    • 文件大小:4969472
    • 提供者:涂晓衍
  1. fangdasuoxiao

    0下载:
  2. 在matlab环境下最近邻插值法、双线性插值法对图像进行放大和缩小。以及对图像加入噪声椒盐,高斯,乘性噪声。-The Matlab environment nearest neighbor interpolation, bilinear interpolation on the image to zoom in and out. And image noise added salt and pepper, Gaussian, multiplicative noise.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:948
    • 提供者:李跃武
  1. chuli

    0下载:
  2. 对图像进行双性插值,平滑处理。对图像进行比较。-Image the dual interpolation, smoothing. Comparing the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:1085489
    • 提供者:梁桧
  1. DownUpSampling_ByFactor2

    0下载:
  2. 该代码实现了以2为因子的图像升采样和降采样功能。 降采样包括使用平滑滤波器(with using the averaging filter)和不使用平滑滤波器(without using the averaging filter)两种方法。 升采样包括像素点直接复制(pixel replication method)和线性插值(bilinear interpolatoin method)两种方法。 降采样方法和升采样方法共有4种组合。程序运行后,给出了一个原始图片和
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:804
    • 提供者:liuyan
  1. matlab2

    4下载:
  2. 对“2.1.bmp”图像操作,将其放大至原来大小的1.5倍,采用双线性插值方法放大。 对“2.1.bmp”绕图像中心逆时针旋转20度,采用双线性插值方法。此题目不要使用imresize和imrotate函数,自己写程序完成。 2.对畸变图像进行矫正:”2.2.bmp”为畸变后的图像,已知畸变后图像上的四个点(118,88)(90,140)(139,168)(168,116)对应畸变前的点分别为为(98,98)(98,158)(158,158)(158,68),用对应点约束法求畸变前
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:2424
    • 提供者:单车少年
  1. 11

    0下载:
  2. 基于MATLAB的图像处理的基本运算 (1)能够对图像亮度和对比度变化调整,并比较结果 (2)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的和旋转操作,并保存,比较几种插值的效果 (3)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 (4)对图像加入各种噪声,比较效果。 -Adjustment of image brightness and contrast changes, and compare the re
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:9842
    • 提供者:苏琴
  1. IDW

    13下载:
  2. 反距离加权插值法idw的matlab算法,含文件《IDW在医学断层图像可视化中的应用》及《基于ArcGIS两种空间插值方法的比较》。-Matlab algorithm, inverse distance weighted interpolation method idw file containing " IDW medical images visualization based on ArcGIS two spatial interpolation method of compari
  3. 所属分类:matlab

    • 发布日期:2015-03-06
    • 文件大小:746496
    • 提供者:Grace
  1. chuli

    0下载:
  2. 数字图像几何变换,程序比较简单,以后实现双线性插值的-Digital image geometric transformation, the procedure is relatively simple, after bilinear interpolation
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-25
    • 文件大小:2431029
    • 提供者:baiyunhui
  1. Zoom-in-and-outbyVCPP

    0下载:
  2. 最邻近插值和双线性插值对所给图像进行缩小和放大操作。限制于位图操作。-The nearest neighbor interpolation and bilinear interpolation to the image, zoom in and out of operation. Limited bitmap operations, can not be used for other types of files. Remember! Do not like do not spray....
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:564880
    • 提供者:code临
  1. shuangxianxing.rar

    0下载:
  2. 这个是双线性插值算法,对于灰色图像的处理。,Bilinear interpolation algorithm gray image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:52358
    • 提供者:iris
  1. shuangxianxing

    0下载:
  2. 图像的双线性插值程序,在两个方向分别进行一次线性插值。-Bilinear interpolation process of the image in both directions, respectively for a linear interpolation.
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:1066
    • 提供者:刘欢
  1. chazhi

    0下载:
  2. 利用插值法对图像进行放大,分别应用了最邻近差值和线性差值-Nearest Neighbor Interpolation Bilinear Interpolation
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:5288617
    • 提供者:徐琴
  1. jihebianhuan

    0下载:
  2. 数字图像几何变换,三种插值算法。最邻近,二次插值,双三次插值。-Digital image geometric transformation, the three interpolation algorithm. Nearest neighbor, quadratic interpolation, bicubic interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:4576
    • 提供者:吴迪
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 45 »
搜珍网 www.dssz.com