搜索资源列表

  1. resizeindctdomain

    0下载:
  2. dct频域进行图像缩放的源码,非常有用。可以很快的进行图像缩放,免去了DECODE再插值。-DCT frequency domain image scaling for the source, very useful. Can be quickly carried out the image scaling, which eliminates the re-interpolation Decode.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:8192
    • 提供者:sjtuzyk
  1. example_of_c8051f

    0下载:
  2. 利用C8051F单片机控制的铣床模型(直线圆弧插补算法)-C8051F MCU using milling machine model (straight line circular interpolation algorithm)
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:小方
  1. 01233154[1]

    0下载:
  2. 一种用于非同步采样下的通信时,通过误差测量算法和多项式插值以达到同步的目地的论文。来源于I-A non-synchronous sampling of communications, through error measurement algorithm and polynomial interpolation in order to achieve synchronization of the thesis purpose. From
  3. 所属分类:编程文档

    • 发布日期:2024-05-11
    • 文件大小:118784
    • 提供者:肖波
  1. spline

    0下载:
  2. 最常用的三次样条插值函数,采用VB编写,它既满足一般实际问题的要求,而建立过程相对又不太复杂。-The most commonly used cubic spline interpolation function, the use of VB to prepare, both to meet the general requirements of practical problems, but also the process of e
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:zzt
  1. Bilinearly_Interpolate

    0下载:
  2. fortran,数值计算,双线性插值程序-fortran, numerical calculation, bilinear interpolation procedures
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:qiu
  1. CTrench

    1下载:
  2. 图形插补 包含对直线、圆、圆弧等图形的插补算法-Graphical interpolation include linear, circular, arc interpolation algorithm, such as graphics
  3. 所属分类:绘图程序

    • 发布日期:2024-05-11
    • 文件大小:3072
    • 提供者:karakara
  1. chabu-yuanli

    0下载:
  2. 插补原理与速度控制,这是个PPT文件,里面讲的是数控方面的插补,很详细的.-Interpolation Principle and speed control, this is a PPT file, which stresses that the NC side of the interpolation, in great detail.
  3. 所属分类:电子书籍

    • 发布日期:2024-05-11
    • 文件大小:59392
    • 提供者:王晓强
  1. 05-kriging

    0下载:
  2. kriging插值算法介绍,以及应用方式介绍-kriging interpolation algorithm introduction, as well as the application introduction
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:90112
    • 提供者:Lancs
  1. multi-csrbf-gui

    0下载:
  2. 这是一个博士编写的关于RBF插值的三维重建的源程序,有需求的人赶紧下!-This is a prepared by Dr. RBF interpolation on the three-dimensional reconstruction of the source, there is a demand for people who hastened to the next!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:504832
    • 提供者:黄淼
  1. math

    0下载:
  2. 图像插值程序,可以任意缩放,并使用了双线性插值和三次卷积插值,还可以旋转插值,用户界面友好,制作精美,绝对值得一看-Image Interpolation procedures can zoom, and the use of bilinear interpolation and cubic convolution interpolation, interpolation can also be rotating, user-frie
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:78848
    • 提供者:zhanglei
  1. SRC011_wavelet_inter

    0下载:
  2. 基于小波的图像插值研究。借助图像的小波变换,利用图像小波分解后高低分辨率子带之间存在的相似性,由低分辨率子带插值近似高分辨率子带,得到比原图像分辨率高的图像。-Wavelet-based Image Interpolation research. With images of wavelet transform, wavelet decomposition of image after the high and low resoluti
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:598016
    • 提供者:李继刚
  1. chebyshev

    0下载:
  2. 切比雪夫拟合,其拟合程度再插值点上的偏差小于最小2乘法-Chebyshev fitting, its extent of re-fitting interpolation points on the smallest deviation is less than 2 multiplication
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:28672
    • 提供者:bluewind
  1. e2md2.m

    0下载:
  2. BEMD对图像进行分解,包络构造采用Delaunay三角剖分和三次插值,得到分解的结果。 输入:灰度bmp图像 输出:imf1 imf2 imf3 残差-BEMD image decomposition, the envelope structure using Delaunay triangulation and cubic interpolation, the result of decomposition. Input:
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:胡佳宁
  1. chazhisuanfa

    0下载:
  2. 已知f(xn)=yn ,n=0,1,2,…,N;求通过这N+1个节点{(xn,yn)| n=0,1,2,…,N }的插值函数Pn (x)。 设计出具体的程序,分别使用拉格朗日插值,牛顿插值和三次自然样条三种算法绘制出相应的插值曲线。用三条不同颜色的曲线来表示三种插值方法在一段区间内的插值函数。要求动态显示曲线绘制全过程。-Known f (xn) = yn, n = 0,1,2, ..., N seeking the passage
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-11
    • 文件大小:16384
    • 提供者:jack
  1. enhancement

    0下载:
  2. 可以了解图象插值方面的知识,包括线性插植, 非线性插值,bicubic插值,三次立方卷积-Image interpolation can understand the knowledge, including the implantation of linear, nonlinear interpolation, bicubic interpolation, three cubic convolution
  3. 所属分类:软件工程

    • 发布日期:2024-05-11
    • 文件大小:132096
    • 提供者:chentianmi
  1. yuanhu.ZIP

    1下载:
  2. 三点定圆圆弧插补的源程序,虽然比较乱,但是可以用的。-Three-point circular arc interpolation set of source code, even though relatively arbitrary, but can be used.
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2024-05-11
    • 文件大小:586752
    • 提供者:jifeng
  1. mat2

    0下载:
  2. 这是MATLAB的一维插值的应用,数模培训的必要内容-This is the MATLAB interpolation of one-dimensional applications, a number of essential elements in training mode
  3. 所属分类:文档资料

    • 发布日期:2024-05-11
    • 文件大小:4454400
    • 提供者:wlx
  1. programIDL

    0下载:
  2. 基于图形工作站的IDL程序代码,彩色应用,矩阵操作,插值,图像处理,信号处理,小波变换,mesh对象操作,打印对象,对象图形输出,对象移动旋转,图像对象,光源设置,影像纹理动画: dxf对象显示,对象彩色 自定义类并应用,数据库应用。-Graphics workstations based on the IDL code, color applications, matrix operations, interpolation, i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:98304
    • 提供者:liwei
  1. chabu

    0下载:
  2. 插补程序 程序是2407的圆弧插补程序-Interpolation procedures procedure is circular interpolation of the 2407 procedure
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:7168
    • 提供者:章明
  1. %CD%BC%CF%F1%B4%A6%C0%ED%D7%F7%D2%B5C%2B%2B%D4%B4%

    0下载:
  2. 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-11
    • 文件大小:2268160
    • 提供者:qq1418
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org