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

搜索资源列表

  1. motion_direction

    0下载:
  2. 将原图像看做是自相关及其功率谱是各向同性的一阶马尔可夫过程,采用基于方向微分的运动模糊方向鉴别方法,对运动模糊图像进行方向性的高通滤波(方向微分),当滤波方向为运动模糊方向时 ,由于此方向模糊图像对应的高频成分最少,高通滤波(方向微分)使模糊图像能量损失最大,得到的微分图像灰度值(双线性插值)之和必然最小.所以方向微分得到的图像灰度值之和中的最小值对应的方向即为运动模糊的方向-The original image as is the autocorrelation and power spect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:29848
    • 提供者:ouyangsir
  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. 620152042

    0下载:
  2. bilinear interpolation bilinear
  3. 所属分类:File Formats

    • 发布日期:2017-04-17
    • 文件大小:287900
    • 提供者:LILIANGQUN
  1. zoom

    0下载:
  2. 用VC6.0编写的双线性插值算法进行图片的批量缩放。-Bilinear interpolation with VC6.0 write batch image scaling algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12806819
    • 提供者:沈昌力
  1. image-scaling-procedure

    0下载:
  2. 用C++语言编写的图像缩放程序,采用双线性插值算法-Written in C++ language, image scaling procedure for the bilinear interpolation algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1221960
    • 提供者:shard
  1. The-twin-line-puts-algorithm

    0下载:
  2. 一种双线性插值算法的简单实现方法,供大家学习参考。-One kind of bilinear interpolation algorithm to achieve a simple way for them to learn information.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:332551
    • 提供者:涂方辉
  1. SubPx

    0下载:
  2. 图像处理中常遇到“亚像素”这个词。亚像素实际上不存在,但是在想象中存在。于是用数学的方法计算出它的值。示例中将一幅图的高和宽都扩大到5倍,造成原来相邻两像素不相邻了,中间间隔了好几个像素单位,这些像素怎样定义它们,简单的,数学上用双线性插值的方法求出未知的像素。本程序提供一个代码示例,供参考,希望对您有帮助。-Frequently encountered in image processing "sub-pixel" is the word. Sub-pixel does not actuall
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:396352
    • 提供者:xuxiangxing
  1. erweichazhi

    0下载:
  2. 用C++完成二维双线性插值的功能。根据给定的X和Y值来插值获得Z的值。-bilinear interpolation using C++
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1047938
    • 提供者:loser
  1. DIP

    0下载:
  2. 采用最小邻域和双线性插值两种方法实现图像的缩放,针对BMP图像,可能存在错误,请各位指教!-Smallest neighborhood and bilinear interpolation are two methods of image scaling for BMP images, there may be an error, please advise!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:43136
    • 提供者:刘芳
  1. Image_Rescale

    0下载:
  2. .ppm图像的双线性插值缩放的VC++源程序,VS2008下编译通过-. Ppm bilinear interpolation image scaling, and the underlying operating system and hardware independent
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-12
    • 文件大小:2612947
    • 提供者:黄蕾
  1. test1

    0下载:
  2. 最临近插值与双线性插值进行图像缩放,使用Opencv读取图像像素点,算法非调用OpenCv自带算法-image scaling with the nearest interpolation and bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2132411
    • 提供者:陈苗荣
  1. Image-zoom---modified-WT

    0下载:
  2. 实现文章 李根.基于小波变换修正的双线性图像插值图像放大方法,信息技术,2010.9 一文的仿真。包括自编的双线性插值和最近邻插值方法。-Lee, realize the article based on wavelet transform image modified bilinear interpolation method of image magnification, information technology, article 2010.9 of the simulation. In
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:1441349
    • 提供者:annywang
  1. suofang

    0下载:
  2. 实现了基于二次线性插值的缩放,可运行于vs.2008-Implemented based on bilinear interpolation of the scaling can be run on vs.2008
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-25
    • 文件大小:8394737
    • 提供者:xue yanbing
  1. xianxing

    0下载:
  2. 双线性插值方法及实现,用c语言编写,有注释-Bilinear interpolation method and implementation, using c language
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-08
    • 文件大小:1949658
    • 提供者:吴海旋
  1. biliner

    1下载:
  2. delphi下用二次线性插值算法缩放图片的方法,与delphi自己的绽放功能对比,明显要好很多。-delphi under scaling with bilinear interpolation algorithm picture approach, and their blooming features delphi contrast, significantly better than many.
  3. 所属分类:2D Graphic

    • 发布日期:2015-06-27
    • 文件大小:289792
    • 提供者:houling
  1. bilinearrtest

    0下载:
  2. To find the bilinear interpolation by considering row and column duplication.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:618
    • 提供者:Anupa
  1. image

    0下载:
  2. 关于利用双线性插值法放大灰度图像的Matlab程序,效果还行,可供相关研究人员参考!非原创-Bilinear interpolation on the use of gray-scale image to enlarge Matlab procedures, the results were OK, for the relevant research references! Non-original
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:50394
    • 提供者:zhangwenbo
  1. design

    1下载:
  2. 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 6)能对图像加入各种噪声,并通过几种滤波算法实现去噪并显示结果。比较去噪效
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:9926
    • 提供者:风行阵
  1. image-processing

    1下载:
  2. 1.设计一个程序,对一幅灰度图像的实现如下几何变换,1)放大为原图1.5倍 2)绕中心旋转30度(CW) 3)采用偏移量插值实现一个透视变换. 灰度差值用最近邻插值和双线性插值 2. 绘制一幅灰度图像的梯度幅度图像(三点法求梯度),针对梯度幅度图像合理的选择一个阈值(通过试验即可)将其二值化,以获得图像边缘检测图像。-(1) design a program, a grayscale image as geometric transformation, zoom 1) for 1.5 tim
  3. 所属分类:Special Effects

    • 发布日期:2015-12-28
    • 文件大小:291840
    • 提供者:Xucheng
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com