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

搜索资源列表

  1. bilinearinterpolationalgorithm

    0下载:
  2. 采用matlab语言描述的双线性插值算法。-Based on matlab language describe bilinear interpolation algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:332555
    • 提供者:lupujin
  1. ImageProcess

    0下载:
  2. 图像几何纠正 。双线性插值利用c#编写的程序,在visual studio环境。-Image geometric correction. Bilinear interpolation using a program written in c# in visual studio environment.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:931
    • 提供者:图像融合
  1. image

    0下载:
  2. 对图像进行旋转,拉伸,镜像对称等变换的整合示例,包含最近邻插值,双线性插值即双三线性插值的处理部分程序-Image rotate, stretch, mirror symmetry transformation of the integration example, contains the most recent neighbor interpolation, bilinear interpolation double tri-linear interpolation processing p
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1362
    • 提供者:caicai
  1. Untitled

    0下载:
  2. 自己编写的对一幅图像实现最近邻插值和双线性插值,可以直接运行,效果很好。-Write your own images of a nearest neighbor interpolation and bilinear interpolation, can be run directly, the effect is very good.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1150
    • 提供者:朱珠
  1. interpol1

    0下载:
  2. This program is an image interpolation (bilinear interpolation).
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:257972
    • 提供者:donginshin
  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. Bilinear

    0下载:
  2. 根据双线性原理,对图像进行插值放大。 设放大比例为s,则k*s+1的点为原来图像上k处的值-The bilinear principle, the interpolation to enlarge the image. Set zoom ratio s, the value k* s+1 points of the original image k at
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:593
    • 提供者:ll
  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. shuangxianxing

    0下载:
  2. 运用双线性插值进行图像的放大和缩小,适用于课程设计当中。-Bilinear interpolation to zoom in and out of the image, apply to the course designs.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:859
    • 提供者:pei
  1. C420

    0下载:
  2. 影像壓縮4:2:0,以及bilinear interpolation的matlab code-Image compression 4:2:0, as well as bilinear interpolation, matlab code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:192883
    • 提供者:tingyu chen
  1. FORWARD-AND-INVERSIONMETHOD

    0下载:
  2. 作者在本文中提出了一种层析成像的正演和反演方法。首先对求解区作网格剖分, 由给定的正演速度模型在网格点上双线性插值, 获得整个网格节点的速度分布。然后, 对波阵面作一近似, 在此基础上, 用最小走时最短路径射线追踪法完成正演。反演则是通过正演的方法实现的。理论模型算例表明, 本方法效果较好。-In this article, the author proposed a forward and inversion of the tomography method. The mesh for sol
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:152996
    • 提供者:张小强
  1. YTSplineScaler

    0下载:
  2. 一个可以更改输入图像的图像缩放程序,是双线性插值法做的-One can change the input image, image scaling, bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:879
    • 提供者:youpeihan
  1. video_stream_scaler

    3下载:
  2. Verilog HDL实现双线性插值视频实时缩放,源码及说明文档-Verilog HDL bilinear interpolation real-time zoom, video source and documentation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5642976
    • 提供者:
  1. Blur_Direction

    1下载:
  2. 使用方向微分法估计模糊方向,插值采用双线性插值。-Using the directional derivative to estimate the blur direction, interpolation using a bilinear interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2014-12-01
    • 文件大小:1024
    • 提供者:储晨曦
  1. Bbilinear_inti

    0下载:
  2. 双线性插值图像放大/缩小算法源程序。里面还包含了 Immage 基本类及其基本操作,可供许多图像处理程序使用。 -Bilinear interpolation image zoom in/out algorithm source. Which also contains the the Immage basic class and its basic operations are available for many image processing program.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:20847
    • 提供者:藐视
  1. bmpmagnify

    0下载:
  2. VS2010 编的 能够打开 显示 保存 图片 用双线性插值算法实现了 图像的放大-VS2010 compiled able to open the display to save the image using a bilinear interpolation algorithm to achieve image magnification
  3. 所属分类:Picture Viewer

    • 发布日期:2017-06-14
    • 文件大小:21312337
    • 提供者:邵伯仲
  1. Apictureredras

    0下载:
  2. 由于光学镜头的生产工艺等原因,数码相机拍摄图像常常会出现非线性的几何畸变。针对这一常见问题,采用最小二乘拟合、双线性性插值的方法对拍摄图像进行校正。实验结果表明,该方法能够在保证无颜色失真的条件下获得较为理想的校正结果。 -Due to optical lens production process, digital camera images are often non-linear geometric distortion. In response to this common pro
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2834467
    • 提供者:tianmanglian
  1. Image-geometry-transform

    0下载:
  2. 本程序要求输入的图像都是256色的位图。这个代码实现了对图像的几何变换。使用了双线性插值算法-This program requires the input images are 256-color bitmap. This code implements the geometric transformation of image. Using a bilinear interpolation algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:695915
    • 提供者:程雷鸣
  1. fbilinear

    0下载:
  2. Image Demosaicing by bilinear interpolation method
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:818
    • 提供者:王国刚
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com