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

搜索资源列表

  1. chazhi

    0下载:
  2. matlab源程序,用线性插值和邻近插值实现图像的放大。-Matlab source code, using linear interpolation and adjacent interpolation image to enlarge.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:177578
    • 提供者:xiawei
  1. xuanzhuan

    0下载:
  2. matlab源程序利用线性插值和邻近插值实现图像的旋转-matlab source code using linear interpolation and adjacent interpolation of image rotation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:177611
    • 提供者:xiawei
  1. 1

    0下载:
  2. 一些自己编写的图像插值算法程序。包括最近邻插值,双线性插值和双三次插值--Recently, the field of bilinear interpolation and interpolation matlab source, comparing the effects of two algorithms.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:7670
    • 提供者:林政維
  1. chazhi2

    0下载:
  2. 改程序通过在matlab中实现双线性插值算法,使得图像放大时不会非常失真。-Change procedure in matlab bilinear interpolation algorithm, making the image to enlarge, not very distortion
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:906
    • 提供者:李开阳
  1. zoom_2

    0下载:
  2. matlab完成双线性插值,可以直接运行-the matlab completed bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:774
    • 提供者:fzy
  1. bilinear-scaler

    0下载:
  2. 任意倍数图像缩放matlab源码,采用双线性插值方法-Arbitrary multiples of image scaling Matlab source code, using the bilinear interpolation method
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:5199
    • 提供者:
  1. Matlab

    0下载:
  2. 本书精选了科学和工程中常用的200余个算法,全部采用MATLAB语言编程实现,并结合实例对算法程序进行验证和分析。本书分为上下两篇,上篇为MATLAB基础篇,主要介绍MATLAB的基本功能和操作以及MATLAB程序设计的入门知识;下篇为算法程序篇,主要讲述以下方面常用算法的MATLAB实现,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法、随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和
  3. 所属分类:software engineering

    • 发布日期:2017-12-07
    • 文件大小:17371340
    • 提供者:ltiuan
  1. image_pro_1

    0下载:
  2. 用Matlab实现的对图像双线性插值进行缩放,里面包含两次缩放-Bilinear interpolation of the image is scaled using Matlab, which contains two scaling
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-04
    • 文件大小:854
    • 提供者:hejiangshan
  1. fem1

    0下载:
  2. 这是有限元方法中的线性插值和二次差值的误差的计算程序。本程序使用C++编程的。当运行出结果还需要在matlab中画出图形。-This is a linear interpolation and the second error of the difference in the finite element method calculation program. The the program use C++ programming. When you run out of the results
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:4368350
    • 提供者:wang bo
  1. matlab1

    0下载:
  2. 练习读入lena.bmp图像,在workspace中查看图像,显示图像,并将此图像存储在C盘根目录下,命名为1.bmp。 读入两幅尺寸相同的图像(lena.bmp和sky.bmp),做加法,实现双曝光的效果。 读入两幅尺寸相同的图像(2.bmp和2background.bmp),做减法,实现减背景效果。 读入lena.bmp图像,编写一个模板,此模板是以图像中心为圆心,64像素为半径的圆内为1,其他位置为0,以此模板乘以读入的lena图像,显示结果。 用图像除法完成减背景操作(
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:2048
    • 提供者:单车少年
  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. benzlxs

    0下载:
  2. 用matlab编写逆投影变换程序,三个m文件分别代表最近邻插值法,双线性插值法,立方卷积插值法,通俗易懂,含有测试图片,打开就能用-Inverse projection transformation program, matlab prepared three m documents represent the nearest neighbor interpolation, the bilinear interpolation and cubic convolution interpolatio
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-12
    • 文件大小:13680640
    • 提供者:李雪松
  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. changweifenfangcheng

    0下载:
  2. 在matlab中,求解插值运算问题,求已知数据点的拉格朗日插值多项式 求已知数据点的艾特肯插值多项式 求已知数据点的均差形式的牛顿插值多项式 求已知数据点的前向牛顿差分插值多项式 求已知数据点的后向牛顿差分插值多项式 求已知数据点的高斯插值多项式 求已知数据点的埃尔米特插值多项式 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 求已知数据点的二次样条插值多项式及其插值点处的值 求已知数据点的第一类三次样条插值多项式及其插值点处的值 求已知数据点的
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:10296
    • 提供者:吕文旭
  1. BilinearInterpolation

    1下载:
  2. 图像配准技术及其matlab实现书中的源码——双线性插值算法-Image equipped with quasi-technology and its matlab to achieve in the book of the source code- bilinear interpolation algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-06
    • 文件大小:627
    • 提供者:查珊珊
  1. matlab

    1下载:
  2. matlab的追赶法,追赶法是适用于三对角矩阵的线性方程组求解的方法,并不适用于其他类型矩阵,及matlab的gauss求解方程方法,牛顿插值法,拉格朗日插值法。-matlab chasing method chasing method is applicable to the tridiagonal matrix method for solving linear equations, does not apply to other types of matrix and matlab gau
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:2978
    • 提供者:
  1. matlab

    0下载:
  2. 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
  3. 所属分类:File Formats

    • 发布日期:2017-11-08
    • 文件大小:1071502
    • 提供者:陈佳文
  1. keshe

    1下载:
  2. 利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能: 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图
  3. 所属分类:Picture Viewer

    • 发布日期:2016-04-29
    • 文件大小:3072
    • 提供者:朱孝天
  1. C

    0下载:
  2. 运用matlab对图像进行放大:像素复制法和双线性插值法。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像大小的目的。双线性插值放大算法中,目标图像中新创造的象素值,是由原图像位置在它附近的小区域象素的值通过加权平均计算得出的。-Write MATLAB function to zoom a grayscale image from original size to the given output size through two dif
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4887
    • 提供者:宁可
  1. image-interpolation

    1下载:
  2. 基于MATLAB的几种图像插值,包括三次样条插值、三次插值、线性插值、最邻近插值 -Several image interpolation based on MATLAB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-16
    • 文件大小:563786
    • 提供者:随风
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com