搜索资源列表

  1. 双线性插值法matlab程序

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

  1. 图像旋转双线性插值

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

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

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

  1. 图象插值方法的研究和实现

    3下载:
  2. 这是双线性插值法的MATLAB程序,实现了图像插值方法-This is bilinear interpolation MATLAB program, realized the Image Interpolation Method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:张正
  1. texthalo

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

    • 发布日期:2024-05-09
    • 文件大小:955392
    • 提供者:陈兴锐
  1. 已知两点求第三点的双字节无符号定点插值算法

    0下载:
  2. 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-09
    • 文件大小:16384
    • 提供者:马良
  1. 供vb调用的高质量旋转图片vc动态库代码

    0下载:
  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/图象编程

    • 发布日期:2024-05-09
    • 文件大小:1445888
    • 提供者:李文庆
  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 resolu
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:戚涛
  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 h
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:60416
    • 提供者: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. 所属分类:图片显示浏览

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:王华
  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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:2093056
    • 提供者:宋峥峥
  1. guo_

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

    • 发布日期:2024-05-09
    • 文件大小:563200
    • 提供者:郭国
  1. changeTwo

    0下载:
  2. 使用双线性插值和三次卷积法对图象进行扩大两倍的处理,存储于一个dat文件中-use bilinear and cubic convolution interpolation method of image expanded twice the processing, storing in a paper dat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:王立东
  1. twoWays

    0下载:
  2. 双线性插值和三次卷积法将图象扩大两倍,c语言实现。-bilinear and cubic convolution interpolation method will expand the image twice, c language.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:王立东
  1. ls

    0下载:
  2. 文中根据hough变换定位条码图像后,利用双线性插值将条码旋转至水平。然后定位单个字符。用投影法识别单个字符 -According to the hough transform the barcode image positioning, the use of bilinear interpolation to the level of the bar rotation. And then positioning a single
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:229376
    • 提供者:郝晓
  1. ex6

    0下载:
  2. 自己编写的程序,实现dicom文件显示,窗宽窗位调整;利用双线性插值完成图像的缩放。-I have written procedures, to achieve DICOM documents show that window-width window level adjustment the use of bilinear interpolation image scaling.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:217088
    • 提供者:gjf281
  1. Bilinearly_Interpolate

    0下载:
  2. fortran,数值计算,双线性插值程序-fortran, numerical calculation, bilinear interpolation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:qiu
  1. math

    0下载:
  2. 图像插值程序,可以任意缩放,并使用了双线性插值和三次卷积插值,还可以旋转插值,用户界面友好,制作精美,绝对值得一看-Image Interpolation procedures can zoom, and the use of bilinear interpolation and cubic convolution interpolation, interpolation can also be rotating, user-frie
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:78848
    • 提供者:zhanglei
  1. 双线性插值算法

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

  1. 双线性插值

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

    • 发布日期:2024-05-09
    • 文件大小:13614080
    • 提供者:妖若仙
« 12 3 4 5 6 7 8 9 10 ... 21 »

源码中国 www.ymcn.org