CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 线性插值 双线性插值

搜索资源列表

  1. NumericalAnalysis1

    0下载:
  2. 基于C#的图像扭曲变形程序。 包括图像的旋转扭曲和水波变换。 共用了最近邻、双线性、双三次三种插值方法。 图像为动态变化。 操作界面友好。 是个十分不错的程序-C# program is based on the image distortion. Including image rotation distortion and wave transformation. Sharing the nearest neighbor, bilinear, bicubic three
  3. 所属分类:Wavelet

    • 发布日期:2017-04-25
    • 文件大小:147122
    • 提供者:许平
  1. MATLAB

    0下载:
  2. 采用邻近插值法和双线性插值法图像进行缩放和旋转-In neighbor interpolation and bilinear interpolation image scaling and rotation
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6222
    • 提供者:wang
  1. PerspectiveTransform

    0下载:
  2. 根据几何关系,自己编写的单应性(俯视)变换和最近邻插值,双线性插值,基于OPENCV-perspective transform & interpretation based on OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2017-04-14
    • 文件大小:2808
    • 提供者:刘辰溪
  1. TIVC5416

    0下载:
  2. 基于TI VC5416的黑白图像采集之缩放实现 包含最近领域插值 双线性插值 双三次插值 超采样(supersampling)的反锯齿算法-Anti-aliasing algorithm scaling collection of black and white images based on TI VC5416 realize bilinear interpolation field contains recent bicubic oversampling (supersampling) o
  3. 所属分类:Project Design

    • 发布日期:2017-04-27
    • 文件大小:370241
    • 提供者:李伟
  1. matlap

    0下载:
  2. 当原图像像素点处于边缘区域时,沿Sobel算子确定的边缘方向进行自适应插值,当原图像像素点处于非边缘区域时,采用双线性插值法进行插值。-When the original image pixel is in the edge area, along the Sobel operator to determine the edge direction of adaptive interpolation, when the original image pixels in the non edge
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:25919
    • 提供者:邝涵菲
  1. Image_distortion

    1下载:
  2. 图像扭曲变形 目标:编写一个图像扭曲变形程序,可以对图像进行扭曲变形。 (1)扭曲变形方式: 必做: 旋转扭曲/球面镜变形(二选一) B样条网格变形 选做:TPS网格变形 (2)插值方法比较 最近邻插值 双线性插值(bilinear) 双三次插值(bicubic) 作业要求: 提交程序源代码、执行码以及实验报告(包括:变形函数的选取与设计,使用插值方法的介绍与分析,程序框图,实验结果及分析等)。-Image distortio
  3. 所属分类:Algorithm

    • 发布日期:2017-05-16
    • 文件大小:3668509
    • 提供者:luyz
  1. shuangxianxinghuidu

    0下载:
  2. matlab双线性灰度图像插值,用于二维图像处理-MATLAB linear
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:519989
    • 提供者:zhang
  1. Zoomin_img

    0下载:
  2. 图像放大,灰度级差值分别采用邻近插值和双线性插值-Image zoom .grayscale difference respectively use neighbor interpolation and bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:784
    • 提供者:明月
  1. redress

    0下载:
  2. 图像校正,坐标映射使用向前映射和向后映射。灰度级插值使用双线性插值-Image correction. coordinate mapping use forward mapping and backward mapping. Grayscale interpolation use a bilinear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1319
    • 提供者:明月
  1. PictureDo

    0下载:
  2. 包括最近邻插值,双线性插值,双三次插值的图像缩放、旋转及其误差分析。-Including the nearest neighbor interpolation, bilinear interpolation, bicubic interpolation image scaling, rotation and error analysis.
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:814367
    • 提供者:陈卓
  1. matlab 图像旋转

    0下载:
  2. 不使用MATLAB内置函数,自己编程实现图像的旋转3.编写程序实现图像旋转功能。将“lena.bmp”图像绕图像中心逆时针旋转20度,并显示结果。要求: (1)不要使用imrotate函数; (2)涉及到坐标映射时采用向后映射; (3)涉及到插值时采用邻近插值和双线性插值,对比结果;
  3. 所属分类:matlab例程

  1. Chp2-Lineer

    0下载:
  2. 根据线性表的抽象数据类型的定义,选择下面任一种链式结构实现线性表,并完成线性表的基本功能。 线性表存储结构(五选一): 1、 带头结点的单链表 2、 不带头结点的单链表 3、 循环链表 4、 双链表 5、 静态链表 线性表的基本功能: 1、 构造:使用头插法、尾插法两种方法 2、 插入:要求建立的链表按照关键字从小到大有序 3、 删除 4、 查找:按位置查找和按值查找 5、 获取链表长度 6、 销毁 编写测试main()函数测试线性表的正确
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5233144
    • 提供者:Jimmy
  1. image-transform

    0下载:
  2. 本算法采用C#进行界面编程,实现图像的放大缩小和旋转,可自选放大缩小倍数和旋转角度,也可以自行选择插值方式:最近邻插值、双线性插值和双三次插值-The algorithm uses C# for interface programming, image zooming and rotation can be optional zoom factor and the rotation angle can also choose their own interpolation method: nea
  3. 所属分类:CSharp

    • 发布日期:2017-06-14
    • 文件大小:21955767
    • 提供者:方捷睿
  1. tuxiangpeizhun

    0下载:
  2. 基于控制点的图像配准。选用多项式几何校正模型获得配准参数,双线性内插进行灰度插值。-Image registration based on the control points. Selection polynomial geometric correction model to obtain registration parameters, bilinear interpolation gray interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:747
    • 提供者:侯郁
  1. vqqhzrjz

    0下载:
  2. 包含收发两个客户端的链路级通信程序,基于kaiser窗的双谱线插值FFT谐波分析,车牌识别定位程序的部分功能,D-S证据理论数据融合,部分实现了追踪测速迭代松弛算法,构成不同频率的调制信号,进行逐步线性回归,用于特征降维,特征融合,相关分析等。- Contains two clients receive link-level communications program, Dual-line interpolation FFT harmonic analysis kaiser windows,
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5757
    • 提供者:nksqtmbph
  1. iveiawgg

    0下载:
  2. 包含收发两个客户端的链路级通信程序,对于初学者具有参考意义,基于kaiser窗的双谱线插值FFT谐波分析,线性调频脉冲压缩的Matlab程序,GSM中GMSK调制信号的产生,BP神经网络用于函数拟合与模式识别,对信号进行频谱分析及滤波。-Contains two clients receive link-level communications program, For beginners with a reference value, Dual-line interpolation FFT h
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:10985
    • 提供者:vpnrxfg
  1. image-scaling

    0下载:
  2. 图像的缩放,涉及到最佳临近插值、双线性插值、二次方插值。- Image scaling, related to the best approach to interpolation, bilinear interpolation, two square interpolation.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-01
    • 文件大小:111317
    • 提供者:孙毅宏
  1. bxputwck

    0下载:
  2. 模拟数据分析处理的过程,构成不同频率的调制信号,有信道编码,调制,信道估计等,线性调频脉冲压缩的Matlab程序,基于kaiser窗的双谱线插值FFT谐波分析,PLS部分最小二乘工具箱,重要参数的提取。- Analog data analysis processing, Constituting the modulated signals of different frequencies, Channel coding, modulation, channel estimation, LFM p
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:10913
    • 提供者:cyaqv
  1. hatzstvg

    0下载:
  2. 基于人工神经网络的常用数字信号调制,采用波束成形技术的BER计算,IDW距离反比加权方法,线性调频脉冲压缩的Matlab程序,基于kaiser窗的双谱线插值FFT谐波分析,主要为数据分析和统计,实现了对10个数字音的识别程序正确率可以达到98%。- The commonly used digital signal modulation based on artificial neural network, By applying the beam forming technology of BE
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:9884
    • 提供者:ynycnh
  1. ntyutqwh

    0下载:
  2. 进行逐步线性回归,最终的权值矩阵就是滤波器的系数,基于kaiser窗的双谱线插值FFT谐波分析,可以实现模式识别领域的数据的分类及回归,用于图像处理的独立分量分析,单径或多径瑞利衰落信道仿真。- Stepwise linear regression, The final weight matrix is ??the filter coefficient, Dual-line interpolation FFT harmonic analysis kaiser windows, You can a
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:4889
    • 提供者:zhgkae
« 1 2 ... 13 14 15 16 17 1819 »
搜珍网 www.dssz.com