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

搜索资源列表

  1. 双线性插值法matlab程序

    1下载:
  2. 双线性插值法matlab程序,图像插值方法
  3. 所属分类:源码下载

  1. 图像旋转双线性插值

    0下载:
  2. 图像平移,旋转,缩放,用到的是邻近值和双线性插值
  3. 所属分类:源码下载

  1. 双线性插值法实现图像平移

    1下载:
  2. 双线性插值法实现图像平移
  3. 所属分类:GDI/图象编程

  1. GeoTrans.灰度图像的各种操作源代码

    0下载:
  2. 数字图像处理中,灰度图像的放大、缩小,平移和旋转功能实现的源代码,分别采用最近邻插值法和双线性插值方式实现。,Digital image processing, the gray-scale image to enlarge, narrow, pan and rotate functions of the source code, respectively, using nearest neighbor interpolation and bilinear interpolation way.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:69752
    • 提供者:caonimabitoo
  1. Mag_Color_Snake.rar

    0下载:
  2. 可以将应用双线性插值法放大的图像进行边缘的锐化,比方向扩散的效果要好,Can be applied bilinear interpolation to enlarge the image edge sharpening, than the direction of the effect of the proliferation of better
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1317
    • 提供者:朱丽平
  1. Bilinear_Interpolation.rar

    2下载:
  2. MATLAB双线性插值法对图像进行放大和缩小,MATLAB bilinear interpolation image zoom in and out
  3. 所属分类:Database system

    • 发布日期:2017-03-23
    • 文件大小:1303
    • 提供者:shen hong
  1. imrotatex.rar

    0下载:
  2. 自己用matlab语言编写的基于双线性插值的图像旋转程序,I have written based on the bilinear interpolation of the image rotation process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:533
    • 提供者:zhanghaiqianzx
  1. twoWays.rar

    0下载:
  2. 双线性插值和三次卷积法将图象扩大两倍,c语言实现。,bilinear and cubic convolution interpolation method will expand the image twice, c language.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:4009
    • 提供者:王立东
  1. DwindlePic

    0下载:
  2. 用Java实现的 双线性插值算法的源代码(可运行)-Implemented with Java source code for bilinear interpolation algorithm (runs)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2029
    • 提供者:chen
  1. dblinear

    1下载:
  2. 用matlab实现了彩色图像的缩放,采用的是双线性插值算法!-Matlab achieved using the zoom color images, using bilinear interpolation algorithm!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1085081
    • 提供者:张成峰
  1. interpolation

    0下载:
  2. 双线性插值算法是一种空间域的错误掩盖算法,本程序实现了用双线性插值算法恢复受损图像的matlab程序-Bilinear interpolation algorithm is a spatial domain error concealment algorithm to achieve this program using bilinear interpolation algorithm to restore damaged image matlab program
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:36098
    • 提供者:王二
  1. RGBImage

    0下载:
  2. 利用双线性插值和最近邻插值实现RGB图像的缩放,利用MATLAB编写-The use of bilinear interpolation and nearest neighbor interpolation to achieve RGB image scaling, using MATLAB to prepare
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3242935
    • 提供者:陈卫征
  1. zoomimage

    0下载:
  2. 基于双线性插值算法的图像放缩技术与实现电子书-Bilinear interpolation algorithm based on the zoom image technology and the realization of e-books
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:363216
    • 提供者:Zero
  1. pic_magnify

    0下载:
  2. 在CCS平台上优化过的基于C64x+的图像放大程序,用双线性插值法。-In the CCS platform optimized based on C64x+ The image to enlarge procedures, using bilinear interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:56113
    • 提供者:chenjing
  1. imrotatePos

    0下载:
  2. 基于双线性插值的图像旋转,似于MATlab的imrotate函数功能-imrotatePos
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1889
    • 提供者:涂洪国
  1. ImgProject

    0下载:
  2. 图像双线性插值方法实现图像的缩放功能,任意缩放比例。-image interpolate
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2506600
    • 提供者:hewei
  1. shuangxianxingchazhisuofangtuxiang

    1下载:
  2. 本实验采用双线形插值技术进行图像的缩放。该方法输出的像素值是它在输入图像中2*2邻域采样点的平均值,它根据某像素周围4个像素的灰度值在水平和垂直方向两个方向上对其插值。在进行图像缩放时,其考虑到了相邻近的像素点间的关系。这种平均算法具有放锯齿效果,创造出来的图像拥有平滑的边缘,锯齿难以察觉,所以相对于最近邻法,其的效果比较好。在进行程序设计时,程序的输入参数为图像矩阵和结果图像的水平和垂直方向的像素数,可以忽略混叠效应。在程序运行之后可以对其前的实验结果进行比较分析异同,进而更深刻的理解最近邻插
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:995816
    • 提供者:jhm
  1. 2

    0下载:
  2. 编写24位彩色图像的平移处理程序;编写基于最近邻插值算法的24位彩色图像放大处理程序;编写基于双线性插值算法的24位彩色图像放大处理程序;编写基于最近邻插值算法的24位彩色图像缩小处理程序;编写基于双线性插值算法的24位彩色图像缩小处理程序;编写基于最近邻插值算法的24位彩色图像旋转处理程序;编写基于双线性插值算法的24位彩色图像旋转处理程序;-The preparation of 24-bit color image translation process the preparation o
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:5210775
    • 提供者:程博
  1. 双线性插值算法

    1下载:
  2. 双线性插值c++实现,环境为vs2013(]bilinear interpolation)
  3. 所属分类:图形图像处理

  1. 双线性插值

    0下载:
  2. 利用双线性插值,获取亚像素位置的灰度值。适用于得到sift、surf得到的特征点坐标处的灰度值获取(The gray value of sub-pixel position is obtained by bilinear interpolation)
  3. 所属分类:图形图像处理

    • 发布日期:2020-02-28
    • 文件大小:13614080
    • 提供者:妖若仙
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com