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

搜索资源列表

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

    1下载:
  2. 几种传统的图像插值放大方法:最近邻插值法,双线性插值法,双三次插值法,Several traditional interpolation to enlarge the image : nearest neighbor interpolation, bilinear interpolation, bicubic interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:127532
    • 提供者:zhoujianhua
  1. interpolation

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

    • 发布日期:2017-04-16
    • 文件大小:12485
    • 提供者:苏林
  1. 空间插值方法汇总

    3下载:
  2. Inverse Distance to a Power(反距离加权插值法) Kriging(克里金插值法) Minimum Curvature(最小曲率) Modified Shepard s Method(改进谢别德法) Natural Neighbor(自然邻点插值法) Nearest Neighbor(最近邻点插值法) Polynomial Regression(多元回归法) Radial Basis Function(径向基
  3. 所属分类:技术管理

    • 发布日期:2012-11-08
    • 文件大小:3059
    • 提供者:bushyao
  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. Raw

    1下载:
  2. 本程序能够实现RAW文件和BMP图像的均衡化处理,RAW文件转化为BMP,图像缩放(最近邻差值方式、双线性插值、三次B样条插值),两幅图像的相似度比较-This procedure can be achieved RAW image files and BMP balanced treatment, RAW files into BMP, image scaling (the margin nearest neighbor approach, bilinear interpolation, th
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:69567
    • 提供者:qzc
  1. DIPmatlab

    0下载:
  2. [matlab] DIP nearest neighbor interpolation and bilinear interploation -[matlab] DIP nearest neighbor interpolation and bilinear interploation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1062
    • 提供者:cheong
  1. noise_filtering_matlab

    0下载:
  2. digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation. - digital image interpolation techniques including nearest neighbor, bilinear, bicubic and spline interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:582
    • 提供者:mustafa
  1. image

    1下载:
  2. 自编各种插值,包括最近邻插值,双线性插值,还有图像拼接程序-Composing a variety of interpolation, including the nearest neighbor interpolation, bilinear interpolation, as well as image stitching program
  3. 所属分类:Graph program

    • 发布日期:2016-01-13
    • 文件大小:3242125
    • 提供者:wongjx
  1. Nearest_neighbor_interpolation

    0下载:
  2. 最近邻算法和双线性插值算法 实现灰度图的缩放 -Nearest neighbor algorithm and the bilinear interpolation algorithm to achieve gray level scaling
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:274256
    • 提供者:王风存
  1. cvResize

    0下载:
  2. Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線性插值 (預設使用) * CV_INTER_AREA
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1196
    • 提供者: 張天彥
  1. BMP

    0下载:
  2. BMP图像 灰度级插补 包括最邻近插值和双线性插值-BMP image gray level interpolation, including interpolation and nearest neighbor bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:224090
    • 提供者:chen tong
  1. 208080449-

    0下载:
  2. BMP图像灰度级插补包括最邻近插补和双线性插补,开发环境为C-BMP image gray level interpolation bilinear interpolation nearest neighbor interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1174069
    • 提供者:chen tong
  1. dem_interpolation

    0下载:
  2. DEM內差,簡單有限元DEM內插方式,包還最鄰近指定法、雙線性法、立方迴旋法。-Poor, simple finite element DEM interpolation of DEM, specify the method of the package also nearest neighbor, bilinear method, cubic roundabout method.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:8249123
    • 提供者:張庭榮
  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. Image-Interpolation-Algorithm

    0下载:
  2. 文档包括双线性插值算法和最近邻域算法的详细介绍,以及算法的相关计算。-Documentation includes bilinear interpolation algorithm and the nearest neighbor algorithm which is described in detail, as well as algorithms related calculations.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5943013
    • 提供者:轻车
  1. Interpolation-Technique-for-WZVC

    0下载:
  2. The manuscr ipt describes performance comparison of nearest-neighbor interpolation and bilinear to reduce the complexity of decoder WZVC.
  3. 所属分类:Development Research

    • 发布日期:2017-04-17
    • 文件大小:200590
    • 提供者:imow
  1. Image-interpolation

    0下载:
  2. 图像的插值包括(双三次插值、双线性插值、最近邻插值和图像的采集与显示)-Image interpolation include (double three interpolation and bilinear interpolation, nearest neighbor interpolation and image acquisition and display)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:62626
    • 提供者:曹莲莲
  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
    • 提供者:许平
« 12 3 »
搜珍网 www.dssz.com