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

搜索资源列表

  1. shiyan123

    0下载:
  2. 双线性插值图像缩放的程序,使用自行编写的程序,不是Matlab自带程序-Bilinear interpolation image scaling, the use of self-written program, not a program that comes with Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1095
    • 提供者:沐霖
  1. Linear_interpolation

    0下载:
  2. 用matlab绘制一维、二维的线性插值的权重函数,便于直观理解图像线性插值和双线性插值的意义。-Draw a one-dimensional, two-dimensional linear interpolation right weighting function with matlab, easy sense intuitively understand the image linear interpolation and bilinear interpolation.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-12
    • 文件大小:814
    • 提供者:fswius
  1. bilinear-interpolation

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

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

    0下载:
  2. 数字图像处理:(1)输入图像,采用半色调技术并将图像打印和显示。(2)按要求降低图像的灰度级。(3)采用像素复制的方法对图像进行缩放。(4)采用双线性插值法的方法对图像进行缩放。-Image Printing Program Based on Halftoning The following figure shows ten shades of gray approximated by dot patterns. Each gray level is represented by a 3
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1432
    • 提供者:邓举朝
  1. 实验一

    0下载:
  2. 图像对数变换 图像的加减乘除算法 图像双线性插值放大缩小 图像旋转(The bilinear interpolation algorithm for image add, subtract, multiply and divide the logarithm transform image zooming image rotation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:44032
    • 提供者:jokester
  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. bmp-VC6

    0下载:
  2. 图像缩放三种算法的实现,最近邻插值、双线性插值、双三次插值,MFC做的界面。(Image scaling three algorithms to achieve, the nearest neighbor interpolation, bilinear interpolation, double three interpolation, MFC do interface.)
  3. 所属分类:

    • 发布日期:2017-12-25
    • 文件大小:2056192
    • 提供者:moyhu
  1. GTest

    0下载:
  2. 用双线性插值的方式放大图像的代码及示例图片(Bilinear interpolation magnified image)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-25
    • 文件大小:1741824
    • 提供者:桃大人
  1. ColorInterpolation

    0下载:
  2. 从sensor采集到的RAW图,通过双线性插值的方法转换为RGB图片。该函数包含了各种pattern排列顺序的插值方法。(The RAW graph collected from sensor is converted into RGB image by bilinear interpolation. The function contains interpolation methods of various pattern permutations.)
  3. 所属分类:图形图象

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

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

  1. 96915694

    0下载:
  2. 4总常用的插值程序的Fortran90源代码,包括双线性插值等插值方法()
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:17408
    • 提供者:Mbdgf
  1. 02

    0下载:
  2. 双线性插值放大缩小图像 编写一个通过双线性插值来缩放和缩小图像的计算机程序。(Zooming and Shrinking Images by Bilinear Interpolation (a) Write a computer program capable of zooming and shrinking an image by bilinear interpolation. The input to your program is the desired size of th
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:566272
    • 提供者:seayon
  1. bilinear_scale

    0下载:
  2. 一种灰度图的双线性插值定点化C++算法。(A bilinear scaler for gray image.)
  3. 所属分类:图形图象

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:youngwater
  1. 1

    0下载:
  2. 已经完成的文字游戏 初学者 后面的有点崩 先用gm版G++和opencv实现图像的双线性插值(The finished word game beginner's point avalanche first uses GM version G++ and OpenCV to realize the bilinear interpolation of the image)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1287168
    • 提供者:zidong
  1. 数字图像的几何变换

    0下载:
  2. 图像的几何变换是图像处理的基础内容之一,通过几何变换不仅可以产生某些特殊的效果,而且可以简化图像处理过程和分析程序。论文对常用图像的几何变换的数学基础、算法原理、算法仿真、和畸变校正技术进行研究。主要探讨了数字图像的几何变换(包括图像的平移、图像的缩放、图像的旋转以及镜像变换)理论,以MATLAB为工具,以最近邻插法、双线性插值法和双三次插值法三种常用数字图像差值算法为基础,实现了数字图像的一系列几何变换。几何变换是将几何图形按照某种法则或规律变成另一种几何图形的过程它对于几何学的研究有重要作用
  3. 所属分类:文档资料

  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. 一种运动模糊图像的复原法_张媛

    0下载:
  2. 运动模糊图像复原法 利用了双线性插值及模糊方向上微分图像灰度值(绝对值)之和最小的方法来求 出运动模糊的方向, 其次运用传播波方程对任意方向上的匀速直线运动模糊进行恢复。将此方法应用于一个具体的实例 当中, 发现效果明显, 由此可看出此方法是十分有效的。(Motion blurred image restoration)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-02
    • 文件大小:112640
    • 提供者:夏天i
  1. registration

    0下载:
  2. 图像配准,基于matlab自动匹配,二阶仿射,双线性插值法等方法(Image registration, based on Matlab automatic matching, two order affine, bilinear interpolation and other methods.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:327680
    • 提供者:linqinan
  1. 修改图像尺寸

    1下载:
  2. 基于c++实现图像裁剪工作,可选择插值方法,包括双线性插值和双三次插值
  3. 所属分类:OpenCV

« 1 2 ... 11 12 13 14 15 1617 18 19 »
搜珍网 www.dssz.com