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

搜索资源列表

  1. interpolation

    2下载:
  2. 几种插值方法,双线性,三次,最邻近,sinc-Several interpolation, bilinear, cubic, nearest neighbor, sinc
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:12485
    • 提供者:苏林
  1. mysmoothdll

    0下载:
  2. 实现图象处理的平滑算法.包括双线性图像插值源代码,实现图像的平滑缩放。-achieve a smooth image processing algorithms
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:828863
    • 提供者:程序
  1. assignment1

    1下载:
  2. 差值法+色彩矫正+伽马矫正 其中插值法 运用最少邻算法和双线性算法 来解决灰度图片通过parton之后的变换问题-color interpolation(using Bilinear algorithms and using Nearest Neighbor algorithm) color correction gammar correction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:2980
    • 提供者:Gavin
  1. SuperScaling

    0下载:
  2. 双线性图像插值源代码,实现图像的平滑缩放SuperScaling-Bilinear image interpolation source code, to achieve a smooth image scaling SuperScaling
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1814744
    • 提供者:我太阳
  1. GeometryTrans2

    0下载:
  2. 图像处理中的几何变换(近邻插值,双线性,立方卷积,及任意角度旋转,缩放)-GeometryTrans in Image Processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:571004
    • 提供者:jun
  1. 8-fortran-chazhi

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

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

    0下载:
  2. 针对视频数据的ZOOM IN/OUT模块, 插值算法为双线性或最邻近可选。-For video data ZOOM IN/OUT module, Interpolation algorithm for bilinear or nearest neighbor optional.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:6765
    • 提供者:
  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. 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. WeightBilinear

    0下载:
  2. 对图像进行插值放大,采用的是权重双线性的方法,放大后的图像不像三次样条插值的结果过度平滑,也比双线性的效果好。-Enlarge the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-07
    • 文件大小:747
    • 提供者:jodan
  1. image-interpolation

    0下载:
  2. 图像插值放大,最近邻,双线性,双三次matlab实现-The image interpolation enlarge nearest neighbor, bilinear, bicubic matlab achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:1070744
    • 提供者:mark
  1. change

    0下载:
  2. 图像插值,最邻近,双线性,双三次算法函数-Image interpolation, nearest neighbor, bilinear, bicubic algorithm function
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-11
    • 文件大小:651
    • 提供者:吴迪
  1. biculic

    0下载:
  2. 双三次插值算法。自己的代码。可以放大图形。效果比较好,对于双线性。-Bicubic interpolation algorithm. Own code. You can enlarge the graphic. The results were quite good, for bilinear.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:86557
    • 提供者:
  1. INTERPOLATION

    0下载:
  2. 用于双线性的插值的水深求解程序,简单易懂,比较适合对规则的计算区域进行插值计算-Solver for bilinear interpolation depth, easy to understand, you can try, the exhibitions
  3. 所属分类:Algorithm

    • 发布日期:2017-12-08
    • 文件大小:1385
    • 提供者:王龙
  1. Untitled

    1下载:
  2. 将一幅512×512的原始灰度图像,采用3×3的平均窗口对它作滤波运算(原图像外围的像素的灰度值视为128);对滤波后图像隔行、隔列丢弃一半像素形成一幅256×256的小图像;对此小图像分别采用最邻近内插、双线性内插的方法将它放大为512×512的大图像。对照原图像,计算两种放大图像各自的PSNR。-A grayscale original image of 512 × 512, using a 3 × 3 window average (gradation values ​ R
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1709
    • 提供者:葛德
  1. image-interpolation.shear.rotation

    0下载:
  2. BMP图像C结构体分析; 灰度图像双线性、双三次插值; 水平shear和旋转处理; 文档中附有处理的matlab代码-BMP image C structure analysis grayscale image bilinear, bicubic horizontal shear and rotation process document processing with matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1724271
    • 提供者:du han
  1. marmousi-linear

    0下载:
  2. 基于双线性基本原理编写的matlab程序,来处理marmousi模型,虽然运行速度慢了点,但是可以从根本上了解插值原理。-Based on the basic principle of the bilinear matlab written procedures to handle marmousi model, although the speed slow, but you can learn from the fundamental principle of interpolation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:18478
    • 提供者:胡勇
  1. Correction-of-remote-sensing-image

    0下载:
  2. 有关遥感图像的配准和畸变的矫正,包含了空间畸变矫正的常用的三种算法,最近邻法,双线性内插值,三次卷积插值-Correction of remote sensing image registration and distortion
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:11260526
    • 提供者:叶子
  1. NumericalAnalysis1

    0下载:
  2. 基于C#的图像扭曲变形程序。 包括图像的旋转扭曲和水波变换。 共用了最近邻、双线性、双三次三种插值方法。 图像为动态变化。 操作界面友好。 是个十分不错的程序-C# program is based on the image distortion. Including image rotation distortion and wave transformation. Sharing the nearest neighbor, bilinear, bicubic three
  3. 所属分类:Wavelet

    • 发布日期:2017-04-25
    • 文件大小:147122
    • 提供者:许平
  1. shuangxianxinghuidu

    0下载:
  2. matlab双线性灰度图像插值,用于二维图像处理-MATLAB linear
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:519989
    • 提供者:zhang
« 1 2 ... 13 14 15 16 17 1819 »
搜珍网 www.dssz.com