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

搜索资源列表

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

    1下载:
  2. 图像线性插值,包括nearest neighbor(pixel duplication),bilinear,bicubic,lanczos,B-spline, cubic,Fourier zero-padding (sinc)-Image linear interpolation, including nearest neighbor (pixel duplication), bilinear, bicubic, lanczos, B-spline, cubic, Fourier zero-pa
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:77264
    • 提供者:richard
  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. rotate_registration2

    0下载:
  2. 用opencv实现的图像任意角度旋转插值,插值方法有最近邻法和双线性插值法-Opencv achieved by rotating the image at any angle interpolation, interpolation methods are nearest neighbor and bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5750878
    • 提供者:成满
  1. Image-zoom---modified-WT

    0下载:
  2. 实现文章 李根.基于小波变换修正的双线性图像插值图像放大方法,信息技术,2010.9 一文的仿真。包括自编的双线性插值和最近邻插值方法。-Lee, realize the article based on wavelet transform image modified bilinear interpolation method of image magnification, information technology, article 2010.9 of the simulation. In
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:1441349
    • 提供者:annywang
  1. design

    1下载:
  2. 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。比较去噪效
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:9926
    • 提供者:风行阵
  1. image-processing

    1下载:
  2. 1.设计一个程序,对一幅灰度图像的实现如下几何变换,1)放大为原图1.5倍 2)绕中心旋转30度(CW) 3)采用偏移量插值实现一个透视变换. 灰度差值用最近邻插值和双线性插值 2. 绘制一幅灰度图像的梯度幅度图像(三点法求梯度),针对梯度幅度图像合理的选择一个阈值(通过试验即可)将其二值化,以获得图像边缘检测图像。-(1) design a program, a grayscale image as geometric transformation, zoom 1) for 1.5 tim
  3. 所属分类:Special Effects

    • 发布日期:2015-12-28
    • 文件大小:291840
    • 提供者:Xucheng
  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. 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. fangdasuoxiao

    0下载:
  2. 在matlab环境下最近邻插值法、双线性插值法对图像进行放大和缩小。以及对图像加入噪声椒盐,高斯,乘性噪声。-The Matlab environment nearest neighbor interpolation, bilinear interpolation on the image to zoom in and out. And image noise added salt and pepper, Gaussian, multiplicative noise.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:948
    • 提供者:李跃武
  1. benzlxs

    0下载:
  2. 用matlab编写逆投影变换程序,三个m文件分别代表最近邻插值法,双线性插值法,立方卷积插值法,通俗易懂,含有测试图片,打开就能用-Inverse projection transformation program, matlab prepared three m documents represent the nearest neighbor interpolation, the bilinear interpolation and cubic convolution interpolatio
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-12
    • 文件大小:13680640
    • 提供者:李雪松
  1. 11

    0下载:
  2. 基于MATLAB的图像处理的基本运算 (1)能够对图像亮度和对比度变化调整,并比较结果 (2)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的和旋转操作,并保存,比较几种插值的效果 (3)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 (4)对图像加入各种噪声,比较效果。 -Adjustment of image brightness and contrast changes, and compare the re
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:9842
    • 提供者:苏琴
  1. Zoom-in-and-outbyVCPP

    0下载:
  2. 最邻近插值和双线性插值对所给图像进行缩小和放大操作。限制于位图操作。-The nearest neighbor interpolation and bilinear interpolation to the image, zoom in and out of operation. Limited bitmap operations, can not be used for other types of files. Remember! Do not like do not spray....
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:564880
    • 提供者:code临
  1. chazhi

    0下载:
  2. 利用插值法对图像进行放大,分别应用了最邻近差值和线性差值-Nearest Neighbor Interpolation Bilinear Interpolation
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:5288617
    • 提供者:徐琴
  1. keshe

    1下载:
  2. 利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能: 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图
  3. 所属分类:Picture Viewer

    • 发布日期:2016-04-29
    • 文件大小:3072
    • 提供者:朱孝天
  1. Bilinear-interpolation

    0下载:
  2. 本程序代码包括最近邻差值,线性插值和三次样条差值,具有很实用的价值-This code includes the nearest neighbor difference, linear interpolation and the three spline difference, has a practical value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:736
    • 提供者:高礼圳
  1. Bicubic-interpolation

    0下载:
  2. In mathematics, bicubic interpolation is an extension of cubic interpolation for interpolating data points on a two dimensional regular grid. The interpolated surface is smoother than corresponding surfaces obtained by bilinear interpolation or neare
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:11237
    • 提供者:saadati
  1. weighted-interpolation

    0下载:
  2. 加权插值算法,包括加权最近邻插值,加权双线性插值,加权双三次插值,直接运行demo.m就可以。-Weighted interpolation algorithm, including weighted nearest neighbor interpolation, bilinear interpolation, weighted weighted double three interpolation, directly run the demo. M.
  3. 所属分类:source in ebook

    • 发布日期:2017-05-08
    • 文件大小:4716
    • 提供者:zhongyt
  1. image-interpolation

    0下载:
  2. 图像放大的三种方法 最邻近图像处理 线性图像处理 双线性图像处理-An enlarged image of the three methods of image processing nearest neighbor linear image processing bilinear image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:679
    • 提供者:mierzater
  1. chizhi

    0下载:
  2. 插值法处理图像包含最近邻,双线性,双三次插值法处理图像-Interpolation processing image contains nearest neighbor, bilinear, bi-cubic interpolation image processing
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-14
    • 文件大小:3276398
    • 提供者:lilu
« 1 23 »
搜珍网 www.dssz.com