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

搜索资源列表

  1. RotateDIB2

    0下载:
  2. /************************************************************************* * 函数名称: * RotateDIB2() * 参数: * LPSTR lpDIB - 指向源DIB的指针 * int iRotateAngle - 旋转的角度(0-360度) * 返回值: * HGLOBAL - 旋转成功返回新DIB句柄,否则返回NULL。 * 说明: * 该函数用来以图
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2194
    • 提供者:mfm101
  1. interpolati

    0下载:
  2. 双线性插值程序,用FORTRAN写的,用于插值气象数据-Bilinear interpolation procedures, written with FORTRAN, for interpolation of meteorological data
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1165
    • 提供者:huawei
  1. hang_ji_shi_bie

    1下载:
  2. 航迹识别,用到改进的近邻搜索算放,双线性插值,BP预测等方法-Track identification, use the search operator to improve the neighbor put, bilinear interpolation, BP prediction method
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-21
    • 文件大小:850934
    • 提供者:张海如
  1. imagezoom

    0下载:
  2. 用双线性插值对图像进行缩放,放大缩小均可,速度比较快-Bilinear interpolation used to zoom the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1093
    • 提供者:zz
  1. chazhi

    0下载:
  2. 用双线性插值的方法对数据进行插值,并用VC进行实现-Bilinear interpolation method used to interpolate the data and use VC to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1911855
    • 提供者:薛英
  1. Main

    0下载:
  2. 这是关于数字图像处理的程序,包括灰度图像直方图显示、灰度图像直方图均衡化、灰度值线性变换处理、灰度值反转处理、二值化处理、几何变换消息处理函数、图像平移函数、图像缩放函数、双线性插值函数、近邻插值函数、梯形变换函数(打开、存储、显示图像文件头文件, 由深圳大学信息工程学院蔡茂国老师编写,2007.04)-This is about digital image processing procedures, including gray-scale image histogram display,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:743938
    • 提供者:00
  1. Mag_interpolation_Snake

    0下载:
  2. 本程序使用双线性内插法进行彩色图像的扩散,使用自蛇模型-This program uses bilinear interpolation for the proliferation of color images, the use of self-snake model
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2629
    • 提供者:jiangwei
  1. QRcode

    3下载:
  2. QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.-As a high-speed, full identification of th
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1319696
    • 提供者:ljj
  1. Dq8

    0下载:
  2. Bilinear Interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1620
    • 提供者:Jagadish.R
  1. ST2L

    0下载:
  2. c++下对一副rbg图像双线性插值的小程序。-c++ under the bilinear interpolation image applet
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1104
    • 提供者:xuyangzhe
  1. t_gbl

    0下载:
  2. simulink中调用网格数据双线性内插的解算函数,可根据不同数据库进行修改-mesh data in simulink calls solving bilinear interpolation functions, which can be modified according to different databases
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:890
    • 提供者:alphaday
  1. rotate_registration2

    0下载:
  2. 用opencv实现的图像任意角度旋转插值,插值方法有最近邻法和双线性插值法-Opencv achieved by rotating the image at any angle interpolation, interpolation methods are nearest neighbor and bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5750878
    • 提供者:成满
  1. cvResize

    0下载:
  2. Resize 圖像大小變換 void cvResize( const CvArr* src, CvArr* dst, int interpolation=CV_INTER_LINEAR ) src 輸入圖像. dst 輸出圖像. interpolation 插值方法: * CV_INTER_NN - 最近鄰插值, * CV_INTER_LINEAR - 雙線性插值 (預設使用) * CV_INTER_AREA
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:1196
    • 提供者: 張天彥
  1. bandelet_wang

    0下载:
  2. 用matlab实现图像双线性插值,适合于图像处理初学者,方便以后得图像的进一步处理-Image by matlab bilinear interpolation, image processing suitable for beginners, convenient for further processing after the image was
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:825760
    • 提供者:wangfuqiang
  1. lininterp1f

    0下载:
  2. 用c++语言编写的图像差值方面的函数,如双线性插值法-C++ language using the image difference function areas, such as the bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:3487
    • 提供者:高菲
  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. 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 2 3 4 5 6 7 89 10 11 12 13 ... 18 »
搜珍网 www.dssz.com