CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 双线性插值

搜索资源列表

  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. 8-fortran-chazhi

    0下载:
  2. 常用的集中插值程序 fortran 双线性、克里金等-fortran chazhi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:52007
    • 提供者:陈晓龙
  1. exfunc

    0下载:
  2. 扩展线性插值算法(双三次插值算法变形)的实现-Extended Linear Convolution for Digital Image Scaling
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1093
    • 提供者:derek
  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. shrink_zoom_bilinear

    0下载:
  2. 这个程序是为了实现图片(包括彩色图和灰度图)的放缩功能,能满足任意指定放缩倍数或任意目标尺寸,原理是依据双线性插值。-The code can shrink and zoom arbitray image to appointed multiple or size regardless of intensty image and color image, the key function relay on bilinear interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:936
    • 提供者:lizhiming
  1. Programming-for-image-zoom

    0下载:
  2. 此程序利用两种方法对图像进行缩放:一种是领域插值法,另一种是双线性插值法,并对边界问题进行的必要的处理-This process using two methods of image scaling: one is the domain interpolation method, and the other one is bilinear interpolation, and the border of the necessary processing problems
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:11272
    • 提供者:梅浪奇
  1. marmousi-mode

    8下载:
  2. 地震勘探中常用的marmousi模型,用matlab绘出的原始图像,用线性插值,领近插值,双线性插值等多种差值方法来对marmousi模型进行处理-Marmousi commonly used in seismic exploration model of the original image using matlab plot, using linear interpolation, brought nearly interpolation, bilinear interpolation me
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:18622
    • 提供者:胡勇
  1. bilinear-interplolation

    0下载:
  2. 自己写的数字图像处理,双线性插值的c++源程序。可供初学者参考学习使用。-Write your own digital image processing, bilinear interpolation of c++ source code. Reference for beginners to learn to use.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:2574991
    • 提供者:高阳
  1. MATLAB

    0下载:
  2. 采用邻近插值法和双线性插值法图像进行缩放和旋转-In neighbor interpolation and bilinear interpolation image scaling and rotation
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6222
    • 提供者:wang
  1. Image_distortion

    1下载:
  2. 图像扭曲变形 目标:编写一个图像扭曲变形程序,可以对图像进行扭曲变形。 (1)扭曲变形方式: 必做: 旋转扭曲/球面镜变形(二选一) B样条网格变形 选做:TPS网格变形 (2)插值方法比较 最近邻插值 双线性插值(bilinear) 双三次插值(bicubic) 作业要求: 提交程序源代码、执行码以及实验报告(包括:变形函数的选取与设计,使用插值方法的介绍与分析,程序框图,实验结果及分析等)。-Image distortio
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:3668509
    • 提供者:luyz
  1. matlab 图像旋转

    0下载:
  2. 不使用MATLAB内置函数,自己编程实现图像的旋转3.编写程序实现图像旋转功能。将“lena.bmp”图像绕图像中心逆时针旋转20度,并显示结果。要求: (1)不要使用imrotate函数; (2)涉及到坐标映射时采用向后映射; (3)涉及到插值时采用邻近插值和双线性插值,对比结果;
  3. 所属分类:matlab例程

  1. Test

    0下载:
  2. 双线性插值图像放大Implement a bilinear interpolation algorithm Implement a bilinear interpolation algorithm-Implement a bilinear interpolation algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1001710
    • 提供者:amber
  1. jibianjiaozheng

    0下载:
  2. 该代码用于实现相机的畸变校正,给定标定参数,利用双线性插值方式实现-This code for implementing the camera distortion correction given calibration parameters, bilinear interpolation ways
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:42542
    • 提供者:李华
  1. bilinear-interpolation

    0下载:
  2. 双线性插值操作,MATLAB算法实现双线性插值算法- bilinear interpolation
  3. 所属分类:matlab

    • 发布日期:2017-05-06
    • 文件大小:880515
    • 提供者:王洋
  1. GPUBarCode

    0下载:
  2. 这是在Matlab软件平台下的 GPU程序,用最近邻域双线性插值算法填补图像中缺失区域,是并行运算处理,使用CUDA来编写程序。(This is the GPU program under the Matlab software platform, and the nearest neighborhood bilinear interpolation algorithm to fill the missing areas in the image is parallel processing,
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:仁仁
  1. imrotate_my

    0下载:
  2. 使用反响映射与双线性插值法实现图像旋转,实验结果与MATLAB自带函数结果相同。(MATLAB bilinear imrotate_my)
  3. 所属分类:matlab例程

  1. 16314262

    0下载:
  2. 用matlab编写的线性插值,最近邻域插值,和双三次样条插值,()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:16384
    • 提供者:QLKgqyn!048209
  1. hnif301

    0下载:
  2. 用matlab编写的线性插值,最近邻域插值,和双三次样条插值,()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:16384
    • 提供者:Sailk
  1. reauirpmentsunitDQDB

    0下载:
  2. 4总常用的插值程序的Fortran90源代码,包括双线性插值等插值方法()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:16384
    • 提供者:wdsf%2B0254
  1. MATLAB基于点的图像配准程序

    0下载:
  2. 基于点的二维图像配准程序,双线性插值算法,适用于二维图像(image regisration of 2d imag)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:36864
    • 提供者:victoryfeng
« 1 2 34 »
搜珍网 www.dssz.com