搜索资源列表

  1. RotateDIB2

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

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

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

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:huawei
  1. MCU_1908

    0下载:
  2. 针对CMOS 图像传感器输出的Bayer 格式的图像数据, 利用TI 公司的TMS320DM642 数字信号处理器的专用视频端口,可以实现图像捕获、数据传输的无缝连接的特点, 构建了以DM642 为核心的图像实时处理系统。在DM642 中采用两种通用方法(双线性插值、边缘检测) 和文中提出的信号相关的方法, 将从Bayer 公司的CMOS 图像传感器所捕获的8 位Bayer 格式图像数据, 转换为24 位RGB 格式彩色图像数据, 并通
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1147904
    • 提供者:Jackey
  1. hang_ji_shi_bie

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

    • 发布日期:2024-05-20
    • 文件大小:850944
    • 提供者:张海如
  1. chazhi

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

    • 发布日期:2024-05-20
    • 文件大小:1911808
    • 提供者:薛英
  1. Main

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

    • 发布日期:2024-05-20
    • 文件大小:744448
    • 提供者:00
  1. ST2L

    0下载:
  2. c++下对一副rbg图像双线性插值的小程序。-c++ under the bilinear interpolation image applet
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:xuyangzhe
  1. Bilinear-interpolation-algorithm

    0下载:
  2. 图像的双线性插值放大算法中,目标图像中新创造的象素值,是由源图像位 置在它附近的2*2 区域4 个邻近象素的值通过加权平均计算得出的。 双线性内插 值算法放大后的图像质量较高,不会出现像素值不连续的的情况。然而次算法具 有低通滤波器的性质,使高频分量受损,所以可能会使图像轮廓在一定程度上变 得模糊。 -Bilinear interpolation algorithm to enlarge the image, the t
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:332800
    • 提供者:chenjun
  1. ImageZoom

    0下载:
  2. 图像放大缩小程序,程序中使用邻近插值和双线性插值对图像进行放大缩小,可以是彩色和灰度图像。-Zoom image program, the program used in interpolation and bilinear interpolation of neighboring image zoom, color and grayscale images can be.
  3. 所属分类:图形图像处理(光照,映射..)

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

    • 发布日期:2024-05-20
    • 文件大小:5750784
    • 提供者:成满
  1. bilinear_interpolat2

    0下载:
  2. 双线性插值matlab代码。 子函数: bilinear_interpolat2()采用双线形插值实现图像放大 参数说明: I_in - 输入待放大图像 N - 放大系数 I_out - 返回的放大图像-双线性插值matlab代码。 子函数: bilinear_interpolat2()采用双线形插值实现图像放大 参数说明: I_in - 输入待放大图像
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:ramseysutherla
  1. lininterp1f

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

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:高菲
  1. motion_direction

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

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:ouyangsir
  1. shuangxianxing

    0下载:
  2. matlab双线性插值算法实现图像放大源代码-matlab bilinear interpolation algorithm to enlarge the image
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张祖渊
  1. BMP

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

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

    0下载:
  2. 用VC6.0编写的双线性插值算法进行图片的批量缩放。-Bilinear interpolation with VC6.0 write batch image scaling algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:12807168
    • 提供者:沈昌力
  1. image-scaling-procedure

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

    • 发布日期:2024-05-20
    • 文件大小:1221632
    • 提供者: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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:332800
    • 提供者:涂方辉
  1. resolutionquartusII

    0下载:
  2. 用verilog编写的分辨率提高的源代码 采用双线性插值-Written resolution with the verilog source code to improve the use of bilinear interpolation
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-20
    • 文件大小:6241280
    • 提供者:权晶
  1. erweichazhi

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

    • 发布日期:2024-05-20
    • 文件大小:1047552
    • 提供者:loser
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »

源码中国 www.ymcn.org