CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 图像 线性插值

搜索资源列表

  1. 一个非常好用的Autocad工具集

    6下载:
  2. ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
  3. 所属分类:其他小程序

    • 发布日期:2010-03-26
    • 文件大小:2050142
    • 提供者:ayungerstudio
  1. 1

    0下载:
  2. 给定两幅图像,实现采用颜色线性插值的关键帧动画-Given two images, linear interpolation using color to achieve the key frame animation
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:221681
    • 提供者:文翰
  1. Bilinear

    0下载:
  2. 根据双线性原理,对图像进行插值放大。 设放大比例为s,则k*s+1的点为原来图像上k处的值-The bilinear principle, the interpolation to enlarge the image. Set zoom ratio s, the value k* s+1 points of the original image k at
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:593
    • 提供者:ll
  1. bacc

    0下载:
  2. 实现线性插值 可用于图像无损放大 简单易行-Image lossless linear interpolation can be used to zoom simple
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-08
    • 文件大小:961
    • 提供者:XuWenfeng
  1. license-plate-recognition

    1下载:
  2. 本程序采用一种基于垂直Sobel算子检测边缘和投影法的车牌定位方法,根据车牌区域竖直纹理突出的特点,利用Sobel垂直算子提取边缘,然后投影得到车牌的水平投影图,利用水平投影图分割出车牌,再运用膨胀运算进行车牌垂直定位。利用旋转投影法寻找车牌倾斜角度,然后用双线性插值进行车牌图像倾斜矫正。对经过精定位的车牌利用垂直投影法,找出各个字符的中心点,根据字符中心点位置进行切割。同时将切割出来的图片与数据库中的每张模板图片进行减法运算,计算该图片与模板的均方误差,其均方误差最小的模板即为识别出的字符。-
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:6965
    • 提供者:埃米尔
  1. read_picture

    0下载:
  2. opencv编程实现图像的压缩处理,包括双线性插值方法,立方卷积插值方法-a program to realize the function of pressing the picture
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:3529847
    • 提供者:mR.s
  1. shuangxianxing

    0下载:
  2. 图像的双线性插值程序,在两个方向分别进行一次线性插值。-Bilinear interpolation process of the image in both directions, respectively for a linear interpolation.
  3. 所属分类:Other systems

    • 发布日期:2017-12-08
    • 文件大小:1066
    • 提供者:刘欢
  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. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2592
    • 提供者:xuxiao
  1. Bilinear-interpolation

    0下载:
  2. 双线性插值,可用于图像的放大,及对像素颜色的插值,能产生光滑的过渡效果-Bilinear interpolation can be used to enlarge the image, and the color of the pixel interpolation, to produce a smooth transition effect
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:902
    • 提供者:lichangjiang
  1. imagereconstruction

    0下载:
  2. 通过四邻域方法获得低分辨率图像,用双线性插值和邻域插值进行超分辨率图像重建-The low resolution image is obtained by the four neighborhood method, and the super resolution image is reconstructed by the bilinear interpolation and the neighborhood interpolation.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:718
    • 提供者:徐琛
  1. ConsoleApplication1

    0下载:
  2. 利用opencv实现图像的缩放,不直接使用resize函数并且采用双线性插值方法-The use of opencv image scaling, do not directly use the resize function and the use of bilinear interpolation method
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-26
    • 文件大小:9041739
    • 提供者:liyiche
  1. 插值

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

    • 发布日期:2017-12-30
    • 文件大小:15360
    • 提供者:jrhc
  1. 新建文件夹

    0下载:
  2. 可以使文件中的图像放大两倍,采用双线性插值不失真。(The image magnified two times)
  3. 所属分类:其他

  1. chazhi

    0下载:
  2. 双线性插值,又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。双线性插值作为数值分析中的一种插值算法,广泛应用在信号处理,数字图像和视频处理等方面。(Bilinear interpolation is also called bilinear interpolation. In mathematics, bilinear interpolation is a linear interpolation expansion of
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:878592
    • 提供者:sixiudant
  1. 1

    0下载:
  2. 已经完成的文字游戏 初学者 后面的有点崩 先用gm版G++和opencv实现图像的双线性插值(The finished word game beginner's point avalanche first uses GM version G++ and OpenCV to realize the bilinear interpolation of the image)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1287168
    • 提供者:zidong
  1. 11

    0下载:
  2. 已经完成的vc文字游戏 初学者 后面的有点崩 先用gm版G++和opencv实现图像的线性插值(The finished VC text game is a point avalanche followed by a linear interpolation of the GM version of G++ and opencv)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1287168
    • 提供者:lianhekai
  1. 双三次插值

    0下载:
  2. 三次插值是一种更加复杂的插值方式,它能创造出比双线性插值更平滑的图像边缘。双三次插值方法通常运用在一部分图像处理软件、打印机驱动程序和数码相机中,对原图像或原图像的某些区域进行放大。(Cubic interpolation is a more complex interpolation method that creates a smoother image edge than a bilinear interpolation. The double cubic interpolation m
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:奥特曼11
搜珍网 www.dssz.com