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

搜索资源列表

  1. DibEnLarge

    0下载:
  2. 利用线性插值的方式,实现图像的平滑放大。克服StretchBlt在放大时产生的马赛克现象。-using linear interpolation modes to achieve a smooth image to enlarge it. Large overcome StretchBlt in the mosaics at the phenomenon.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:71604
    • 提供者:心港
  1. 1000to250

    0下载:
  2. 这是我编的图像处理中双线性插值程序小程序,针对转为文本格式的1000分辨率图像转到250分辨率而进行的,请多多指教,-This is Part I of image processing procedures for small bilinear interpolation procedures to text format against the 1000 resolution images to 250 for the resolution, exhibitions,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2035
    • 提供者:戚涛
  1. t12313131

    0下载:
  2. 图像处理 用线性插值算法实现图像缩放 图像处理-image processing using linear interpolation algorithm image scaling Image Processing
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4331
    • 提供者:刘彬
  1. PictureZoom

    0下载:
  2. 图像放缩,调用Windows Api函数,采用二次线性插值算法实现。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:237870
    • 提供者:huwei
  1. batchzoom

    0下载:
  2. 这是一个批量缩放(采用双线性插值)的工具程序,采用VC++编写,可以直接作为模式识别图像归一化工具使用,希望能给你带了方便!-This is a mass scale (using bilinear interpolation) process tools using VC + + preparation, Pattern recognition can directly image as a tool to use, with the hope of giving you a convenie
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:60993
    • 提供者:Lqh
  1. myGeoTrans

    0下载:
  2. VC source\\Visual C++ 数字图像处理典型算法及实现-光盘资源\\04\\GeoTrans 中修改为可以任意角度旋转 双线性插值方法-VC source \\ Visual C typical digital image processing algorithm and implementation-CD resources \\ 0 4 \\ GeoTrans modified to be arbitrary rotation angle bilinear interpola
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2093748
    • 提供者:宋峥峥
  1. matlab 图像旋转

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

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

    1下载:
  2. 图像线性插值Verilog代码,已通过FPGA验证(Image linear interpolation Verilog code, has been verified by FPGA)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:pweorpenguin
  1. GTest

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

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

    0下载:
  2. SBF算法是傅里叶积分的近似估计,其算法思路是用线性插值函数近似被积函数,将线性插值函数分解为有限多个相似基函数(similar basis function)的线性和,对每个基函数进行傅里叶正弦或余弦积分,其结果可表示为简洁的解析形式,故积分运算可转化成一些相对简单的代数运算。在对图像进行去噪!(The SBF algorithm is to approximate the Fu Liye integral algorithm, the idea is to approximate the i
  3. 所属分类:图形图像处理

  1. imrotate_my

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

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

    0下载:
  2. 几个数值算法,二分法,分段线性插值,复合梯形法()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:Dyfeerjnwe
  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. pro_distortion

    0下载:
  2. 对失真的汽车牌照进行投影失真校正并进行线性插值和二次插值(Projection distortion correction for distorted vehicle license plates and linear interpolation and two degree interpolation are performed.)
  3. 所属分类:图形图像处理

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

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

« 1 2 3 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com