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

搜索资源列表

  1. engine3d

    0下载:
  2. Software rasterizer with openGL style interface. Implements bilinear, trilinear, and anisotropic filtering. Filtered image scaling, mipmap generation. Polygon/triangle/quad/strip type input. Smooth shaded directional/positional, constant/linear/quadr
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:1002529
    • 提供者:李强
  1. C

    0下载:
  2. 运用matlab对图像进行放大:像素复制法和双线性插值法。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像大小的目的。双线性插值放大算法中,目标图像中新创造的象素值,是由原图像位置在它附近的小区域象素的值通过加权平均计算得出的。-Write MATLAB function to zoom a grayscale image from original size to the given output size through two dif
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4887
    • 提供者:宁可
  1. bilinear-interpolation

    0下载:
  2. 测量数据内插程序,用于高程点DEM数据内插,精度可靠-Measurement data interpolation procedure for DEM Interpolation elevation point accuracy and reliable
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:904
    • 提供者:lz
  1. graytwothree.m.tar

    0下载:
  2. 图像缩放中最常用的双线性插值算法,效果很好-The most commonly used image scaling bilinear interpolation algorithm works well
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:756
    • 提供者:朱昴
  1. finite-elment

    0下载:
  2. 利用有限元法-三角形元,双线性元,双二次元,serendipity元离散,求解偏微分方程数值解-Using the finite element method- triangular elements, bilinear million, double the second element, serendipity element discretization for solving partial differential equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:11859
    • 提供者:wangwangwang
  1. shuangxianxingchazhi

    0下载:
  2. 用双线性差值,实现了图像从360*265到800*600的放大,参数已经调节好了。-With bilinear difference to achieve the image from 360* 265 to 800* 600 amplification parameters have been adjusted as well.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:1024
    • 提供者:高银
  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. ButtordBinFilter

    0下载:
  2. 自己编写的巴特沃斯双线性变换法设计设计IIR低通滤波器实例函数,文件已带使用说明//编 写 人:Chernic//学 校:广州大学//联系邮箱:iamchernic@gmail.com-I have written the bilinear transform design Butterworth filter design IIR-DF function, file with instructions for use// Write the person: Chernic// School:
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:1609
    • 提供者:
  1. xuanzhuan

    0下载:
  2. 对一幅图像进行一定角度的旋转,通过双线性差值法。-Image for a certain angle of rotation, through bilinear difference method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:741
    • 提供者:wangjing
  1. impinvar_bilinear

    0下载:
  2. 模拟原型滤波器的脉冲不变法和双线性变换法-Analog prototype filter impulse invariant method and the bilinear transform
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:733
    • 提供者:何宗苗
  1. Matlab-time-frequency-anlysis-code

    0下载:
  2. 时频分析工具箱中提供了计算各种线性时频表示和双线性时频分布的函数-Time-frequency analysis toolkit provides the calculation of linear time-frequency representation and bilinear time-frequency distribution function
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:55811
    • 提供者:虫虫
  1. enlarge

    0下载:
  2. 双线性插值的实现,可以处理RGB信号,调试正确,实现图片缩放-Bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:802
    • 提供者:丁叮
  1. impinvar

    0下载:
  2. 双线性低通滤波器的设计,一个简单的应用,大家一起学习。-Bilinear low-pass filter design, a simple application, we will study together.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:668
    • 提供者:程序猿
  1. BmpimageZoom

    0下载:
  2. 基于vs2008的 双线性插值法放缩图像,代码简单易读。。包含一篇算法介绍-VC++6.0或者vs2008 bilinear interpolation method based on scaling the image, the code easier to read. . Contains an algorithm introduced
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3897599
    • 提供者:mike
  1. my_scale

    0下载:
  2. 自己编写MATLAB函数,实现对数字图像的缩放处理,采用双线性插值,可缩放彩色或灰度图像。 -Write your own MATLAB function to achieve the digital image scaling, bilinear interpolation, scalable color or grayscale images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:602
    • 提供者:liang
  1. bmpZOOM

    0下载:
  2. 基于vc++或者vs2008的 双线性插值法放缩图像。。代码简单易读。。适合初学-Vs2008 based vc++ or bilinear interpolation scaling images. . Code easier to read. . Suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3494043
    • 提供者:mike
  1. dip

    0下载:
  2. this matlab zip file for image processing it include bitplane slicing,bilinear transform
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:2627
    • 提供者:kumpal
  1. project1

    0下载:
  2. matlab环境下,使用双线性插值法实现缩放图像-matlab environment, using a bilinear interpolation method to achieve image zoom
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:582573
    • 提供者:丁娜
  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. shuangxianxin

    0下载:
  2. 用双线性变换方法实现低通滤波器设计,验证了该方法的有效性.-Bilinear transformation method is used to implement the filter design.Verify the effectiveness of the proposed method.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-10
    • 文件大小:672
    • 提供者:乔成林
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 36 »
搜珍网 www.dssz.com