搜索资源列表

  1. ImgScale

    0下载:
  2. 一个图像平滑缩放程序 支持最邻近插值│双线内插值│三次卷积法- A picture smooth 缂╂斁 procedure support most is close to in the interpolation 鈹?double thread the interpolation 鈹?three convolutions law
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:58660
    • 提供者:郭卫康
  1. Desktop

    0下载:
  2. 二维插值的应用。二维插值主要应用于图像处理和数据的可视话。主要方法有:最邻近插值;双线形插值;三次样条插值等方法。该源码可以看出其中区别。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1229
    • 提供者:meng wei
  1. RotateDIB

    0下载:
  2. 用vc实现图像的旋转 该函数用来以图像中心为中心旋转DIB图像,返回新生成DIB的句柄。 调用该函数会自动扩大图像以显示所有的象素。函数中采用最邻近插值算法进行插值。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2390
    • 提供者:momogxx
  1. ImgScale

    0下载:
  2. 一个图像平滑缩放程序 支持最邻近插值│双线内插值│三次卷积法- A picture smooth 缂╂斁 procedure support most is close to in the interpolation 鈹?double thread the interpolation 鈹?three convolutions law
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:68608
    • 提供者:郭卫康
  1. Desktop

    0下载:
  2. 二维插值的应用。二维插值主要应用于图像处理和数据的可视话。主要方法有:最邻近插值;双线形插值;三次样条插值等方法。该源码可以看出其中区别。-Application of two-dimensional interpolation. Two-dimensional interpolation is mainly used in image processing and visualization of data words. Main m
  3. 所属分类:matlab例程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:meng wei
  1. demosaicing_m

    0下载:
  2. 各种经典的插值程序,包括双线性、最邻近、拉普拉斯、平滑色度等插值方法,本人测试过.-classic demosaicing .m program
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:11264
    • 提供者:周婷
  1. gdal

    0下载:
  2. gdal做 影像校正 源码,采用二次多项式,最邻近插值法。大家可以参考一下-failed to translate。again what have i done ,i can t believe
  3. 所属分类:Windows编程

    • 发布日期:2024-05-25
    • 文件大小:2048
    • 提供者:luqi
  1. Image_Interpolation

    0下载:
  2. 图像孔洞/裂缝的填充算法。根据图像的同态性,采用最邻近插值的思想。-Image holes/cracks in the fill algorithm. According to the image of the same state, using the nearest interpolation ideas.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:Liu Xi
  1. RotateDIB

    0下载:
  2. /************************************************************************* * 函数名称: * RotateDIB() * 参数: * LPSTR lpDIB - 指向源DIB的指针 * int iRotateAngle - 旋转的角度(0-360度) * 返回值: * HGLOBAL - 旋转成功返回新DIB句柄,否则
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:2048
    • 提供者:mfm101
  1. BMP

    0下载:
  2. BMP图像 灰度级插补 包括最邻近插值和双线性插值-BMP image gray level interpolation, including interpolation and nearest neighbor bilinear interpolation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:224256
    • 提供者:chen tong
  1. nearset

    0下载:
  2. 最邻近插值的matlab实现代码,可以对图像进行插值,插值的方法为最邻近插值法-The nearest neighbor interpolation matlab code, image interpolation, interpolation methods nearest neighbor interpolation
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-25
    • 文件大小:397312
    • 提供者:王天水
  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!
  3. 所属分类:书籍源码

    • 发布日期:2024-05-25
    • 文件大小:565248
    • 提供者:code临
  1. chazhi

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

    • 发布日期:2024-05-25
    • 文件大小:5288960
    • 提供者:徐琴
  1. image-interpolation

    0下载:
  2. 基于MATLAB的几种图像插值,包括三次样条插值、三次插值、线性插值、最邻近插值 -Several image interpolation based on MATLAB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:564224
    • 提供者:随风
  1. source

    0下载:
  2. 此代码主要是利用最邻近差值法,双线性插值法,高阶插值法实现图像的旋转以及缩放-This code is the difference between the use of the nearest neighbor method to achieve image rotation bilinear interpolation, higher-order interpolation and scaling
  3. 所属分类:其他小程序

    • 发布日期:2024-05-25
    • 文件大小:3072
    • 提供者:xuxiao
  1. matlab-_scaler

    0下载:
  2. 分别用最邻近插值算法和双线性插值算法在matlab上实现图像的缩放.word文档。附有算法原理以及实现效果。-Image scaling using the nearest neighbor interpolation algorithm and bilinear interpolation algorithms were implemented on matlab
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-25
    • 文件大小:868352
    • 提供者:卫伟
  1. DoubleLinearandnearest

    0下载:
  2. 双线性插值和最邻近插值在数字图形处理中的应用-the application of doublelinear and nearest
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:hongxiangZH
  1. The-nearest-neighbor-interpolation

    0下载:
  2. 图像的最邻近插值放大 纯C语言实现 包含bmp图像的读取和保存程序 可以直接运行-Read and save the program nearest neighbor interpolation to enlarge the image pure C language contains bmp image can be run directly
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-25
    • 文件大小:2048
    • 提供者:晓松
  1. 插值

    0下载:
  2. 采用下拉菜单的方式实现数字插值方式的选择,并通过回调函数完成相应的插值算法和图像显示,在原始数据的输入和处理上,主要采用字符串的写入和读取与处理方式,实现对原始数据读入和分析。本次设计是对单选按钮的使用、按钮控件的应用及轴显示图形应用的综合设计,最终实现了多种插值算法的切换。通过设计与调试,本工具包集成了一维插值和二维插值中的最邻近插值,最小立方插值,线性插值等插值算法,最后达到对同一组数据可以用不同插值方法设计,通过优化处理得到适合插
  3. 所属分类:其他小程序

    • 发布日期:2024-05-25
    • 文件大小:15360
    • 提供者:jrhc
  1. randmask

    0下载:
  2. matlab处理图像,随机扔掉图像的像素点,并进行双线性最邻近插值(Randomly discard pixels of an image. Bilinear interpolation and nearest neighbor interpolation are also performed)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-25
    • 文件大小:1024
    • 提供者:jiao
« 12 »

源码中国 www.ymcn.org