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

搜索资源列表

  1. texthalo

    0下载:
  2. 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generat
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:955789
    • 提供者:陈兴锐
  1. 供vb调用的高质量旋转图片vc动态库代码

    2下载:
  2. 用VC编写高质量图片旋转算法(双线性插值法),生成DLL源代码,并提供VB调用例子代码。-VC prepared high-quality images rotation algorithm (bilinear interpolation), generate DLL source code, and called for VB code examples.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:1445903
    • 提供者:李文庆
  1. 1000to250

    0下载:
  2. 这是我编的图像处理中双线性插值程序小程序,针对转为文本格式的1000分辨率图像转到250分辨率而进行的,请多多指教,-This is Part I of image processing procedures for small bilinear interpolation procedures to text format against the 1000 resolution images to 250 for the resolution, exhibitions,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2035
    • 提供者:戚涛
  1. batchzoom

    0下载:
  2. 这是一个批量缩放(采用双线性插值)的工具程序,采用VC++编写,可以直接作为模式识别图像归一化工具使用,希望能给你带了方便!-This is a mass scale (using bilinear interpolation) process tools using VC + + preparation, Pattern recognition can directly image as a tool to use, with the hope of giving you a convenie
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:60993
    • 提供者:Lqh
  1. bilinear_algorithm

    0下载:
  2. 图象处理中经常用到图象抽取和插值,本程序就是常用的双线性插值法的实现-image processing frequently used images collected and interpolation, the procedure is commonly used by the bilinear interpolation to achieve
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:818
    • 提供者:王华
  1. sizex

    0下载:
  2. 使用双线性内插法 在matlab下实现图像的整数倍放大-use bilinear interpolation method in Matlab under several times for the entire image to enlarge
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:849
    • 提供者:cmooc
  1. myGeoTrans

    0下载:
  2. VC source\\Visual C++ 数字图像处理典型算法及实现-光盘资源\\04\\GeoTrans 中修改为可以任意角度旋转 双线性插值方法-VC source \\ Visual C typical digital image processing algorithm and implementation-CD resources \\ 0 4 \\ GeoTrans modified to be arbitrary rotation angle bilinear interpola
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2093748
    • 提供者:宋峥峥
  1. guo_

    0下载:
  2. 双线性插值算法的实现-bilinear interpolation algorithm implementation
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:563945
    • 提供者:郭国
  1. bilinear

    0下载:
  2. 双线性插值,完成图像的上采样过程,使得图像不丢失太多的精度-Bilinear interpolation, an image on the sampling process is completed, so that the image is not lost too much precision
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:678196
    • 提供者:杨立加
  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. bilinear-interplolation

    0下载:
  2. 自己写的数字图像处理,双线性插值的c++源程序。可供初学者参考学习使用。-Write your own digital image processing, bilinear interpolation of c++ source code. Reference for beginners to learn to use.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:2574991
    • 提供者:高阳
  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. Bilinear-filtering

    0下载:
  2. Bilinear filtering is a texture filtering method used to smooth textures when displayed larger or smaller than they actually are. Most of the time, when drawing a textured shape on the screen, the texture is not displayed exactly as it is stored
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:668
    • 提供者:saadati
  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. bilinear

    0下载:
  2. bilinear interpolation
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:550
    • 提供者:mr
  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. bilinear-interpolation

    0下载:
  2. 二次线性插值算法 MFC C++实现 (插值算法 linear interpolation))(linear interpolation MFC VC++ source code)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:253952
    • 提供者:flash50
  1. ColorInterpolation

    0下载:
  2. 从sensor采集到的RAW图,通过双线性插值的方法转换为RGB图片。该函数包含了各种pattern排列顺序的插值方法。(The RAW graph collected from sensor is converted into RGB image by bilinear interpolation. The function contains interpolation methods of various pattern permutations.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:yangpan011
  1. Bilinear

    0下载:
  2. 采用双线性内插对图像进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Bilinear interpolation is used to zoom the image n times, with examples of pictures, notes, can run, welcome exchanges.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:明日萌
  1. 2D-interpolation

    0下载:
  2. G++和opencv实现图像的双线性插值(G++ code for Bilinear interpolation of images with opencv)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:小王 123
« 1 2 3 4 56 7 8 9 10 ... 19 »
搜珍网 www.dssz.com