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

搜索资源列表

  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. lookup

    0下载:
  2. 用C语言双线性插值法实现matlab的查表功能-realize "lookup" function By C language  
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:816
    • 提供者:范亚南
  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. 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. 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. 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. xianxingchazhi

    0下载:
  2. 介绍了双线性插值,在背景匹配中用的很多,分享一下-Bilinear interpolation using the match in the background a lot to share
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:595
    • 提供者:王三
  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. size-scaling

    0下载:
  2. 数字图像的放大缩小,基于Visual C++,编程实例,双线性插值方法,实现方法-Digital image zoom the Visual C++, programming examples, bilinear interpolation method, method
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:2690214
    • 提供者:孙丹阳
  1. PolarToIm

    0下载:
  2. 这里使用了双线性插值来处理极坐标转换到直角坐标下时,点不对称的问题,不过最后生成的图有一点问题,本来应该是一圈一圈的圆环,但是转化后的只有部分圆环了 rMin = 0.1 rMax =0.9 im2 = imread( ivus.bmp ) figure(4) imshow(im2) imR2 = PolarToIm(im2, rMin, rMax, 300, 300) figure(5) imshow(imR2, [0 255]) 然后直接调用附件的funct
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:1020
    • 提供者:Eric Lau
  1. license-plate-recognition

    1下载:
  2. 本程序采用一种基于垂直Sobel算子检测边缘和投影法的车牌定位方法,根据车牌区域竖直纹理突出的特点,利用Sobel垂直算子提取边缘,然后投影得到车牌的水平投影图,利用水平投影图分割出车牌,再运用膨胀运算进行车牌垂直定位。利用旋转投影法寻找车牌倾斜角度,然后用双线性插值进行车牌图像倾斜矫正。对经过精定位的车牌利用垂直投影法,找出各个字符的中心点,根据字符中心点位置进行切割。同时将切割出来的图片与数据库中的每张模板图片进行减法运算,计算该图片与模板的均方误差,其均方误差最小的模板即为识别出的字符。-
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:6965
    • 提供者:埃米尔
  1. zuoye11

    0下载:
  2. 实现双线性插值算法对图像进行2倍和4倍分辨率放大并缩小2倍-2 and 4 times the resolution of the image to enlarge and shrink 2 times bilinear interpolation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:817
    • 提供者:赵志凡
  1. Bilinear-interpolation1

    0下载:
  2. 将RAW文件格式的图片采用双线性插值并将其转换为BMP格式的文件,采用C/C++编写。-RAW file format images using bilinear interpolation and converted to BMP format file, using C/C++ to write.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-22
    • 文件大小:1652
    • 提供者:wangwei
  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. Bilinear-interpolation

    0下载:
  2. 双线性插值FORTRAN计算程序,用于FORTRAN90-Bilinear interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-04
    • 文件大小:1154
    • 提供者:jpzhao
  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. chuli

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

    • 发布日期:2017-11-25
    • 文件大小:2431029
    • 提供者:baiyunhui
  1. shuangxianxing.rar

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

    • 发布日期:2017-11-24
    • 文件大小:52358
    • 提供者:iris
« 1 2 3 4 5 6 78 9 10 11 12 ... 19 »
搜珍网 www.dssz.com