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

搜索资源列表

  1. image

    0下载:
  2. 图像处理 直方图 哈夫曼编码 傅立叶变换 傅立叶逆变换 图像增强-Histogram image processing Huffman inverse Fourier transform Fourier transform image enhancement
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1766256
    • 提供者:ff
  1. OneDimensionalDiscreteWaveletTransforms

    0下载:
  2. 本实验要求开发一个基本的哈尔小波变换程序包,用于后续的实验。实验中使用哈尔基函数特有的“平均”与“差分”方法。首先要编写一个计算哈尔小波的j-尺度离散小波变换程序。并且要编写一个计算哈尔小波的j-尺度的逆离散小波程序,并用课本上的例7.8来验证所编写的程序-The experiment calls for the development of a basic package Haar wavelet transform for the follow-up experiment. Harki fu
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:9365
    • 提供者:jhm
  1. TwodimensionalDiscreteWaveletTransforms

    0下载:
  2. 本实验要求开发一个计算哈尔小波的j-尺度二维DWT程序。并要求对图像 7.1进行如图7.8(a)所示的哈尔小波3-尺度二维DWT。同时也要求编写一个计算哈尔小波的二维逆DWT程序。-The experiment calls for the development of a calculation of the Haar wavelet j-scale two-dimensional DWT procedure. And called for the image in Figure 7.1 to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1041779
    • 提供者:jhm
  1. wavelet

    0下载:
  2. 双正交小波的正变换和反变换,以及显示程序;提升小波的正变换和反变换,以及显示程序-Are the biorthogonal wavelet transform and inverse transform, and display procedures the lifting wavelet transform and inverse transform is, as well as the display program
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:170113
    • 提供者:zoe
  1. robot

    0下载:
  2. An example of inverse kinematics algorithm
  3. 所属分类:matlab例程

    • 发布日期:2017-03-27
    • 文件大小:834811
    • 提供者:Xiaopeng
  1. CSM69A2

    0下载:
  2. TF (Term Frequency)/IDF (Inverse Document Frequency) 搜索算法的JAVA实现-TF/IDF algorithm in JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:36755
    • 提供者:angus
  1. inverse

    0下载:
  2. 图象反色,代码+图象(原始图像和测试图像)-image inverse
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:151156
    • 提供者:hong
  1. robotsim7

    0下载:
  2. A Systematic approach for Displays popup menu of toolbox demonstration scr ipts that illustrate: * homogeneous transformations * trajectories * forward kinematics * inverse kinematics * robot animation * inverse dynamics * forw
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:980642
    • 提供者:wangly
  1. Computing_the_wavelet_transform_of_an_image

    0下载:
  2. Computing the wavelet transform of an image First we load the image Then we set up the parameter of the transform At last we actually perform the transform If we do the inverse transform, we get back nearly the original image Finaly we disp
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:125702
    • 提供者:Swati
  1. Linear_and_non

    0下载:
  2. Linear and non-linear approximation with wavelets Linear approximation is obtained by keeping M low frequency coefficients and then applying the inverse wavelet transform. Here we take M=n^2/4 by keeping n/2 x n/2 low frequency coefficients. Lin
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:96830
    • 提供者:Swati
  1. function

    0下载:
  2. 二次函数、反比例函数绘图.可以自由变换所画的函数-Quadratic function, mapping function inverse proportion. Are free to transform the function of painting
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:1289
    • 提供者:zjq
  1. fft

    0下载:
  2. fft simulation includes inverse conversion is the conversion
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1031
    • 提供者:stanley
  1. continuouswavelet

    0下载:
  2. 计算连续小波变换的函数,这些函数包括连续小波分解和重构-contains functions for computing the continuous wavelet transform and the inverse cwt
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:596653
    • 提供者:wingor2009
  1. simulatesa6link3DPumaRobot

    0下载:
  2. The robot currently moves with kinematic control using direct input of joint angles and slider bars (GUI). Some inverse kinematics options are built in but not automated yet (a demo button). A random input is also provided and the robot animates betw
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:53030
    • 提供者:Serena
  1. matrix

    2下载:
  2. 矩阵运算程序 matrix.h 基于TCL Matrix矩阵类,增加了一些使用的运算函数。具体看源程序。 功能分析: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法、乘法、除法、求逆、求代数余子式、求伴随矩阵、求行列式值、求条件数等运算。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。 文件 TCL Matrix矩阵类.pdf 中介绍了其详细的使用方法。 -Matrix calculation program mat
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:376712
    • 提供者:
  1. DctQuant

    0下载:
  2. 工程名为DctQuant,编程实现了一帧CIF格式4:2:0的YUV图像的H.264的整数变换、量化以及逆量化、逆变换。具体的功能表述如下: 1、首先按“打开YUV”按钮,选择一帧格式为CIF的4:2:0的YUV图像(默认的YUV图像的格式为4:2:0的CIF格式)。选择完成后,可以看到显示的输入图像。 2、输入QP值,QP是0到51之间的整数值,超出范围,会弹出对话框提示。QP默认为28。注意:当改变QP值为0时,即没有量化,则点击转换按钮显示出的PSNR值即为输入图像的PSNR值。
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:446152
    • 提供者:王婉君
  1. Inverse

    0下载:
  2. 数字图像处理中的逆滤波,c++语言实现-Digital image processing in inverse filtering, c++ language implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2559
    • 提供者:ln
  1. art

    1下载:
  2. 用于解反问题的代数重建法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-Algebraic solution of the inverse problem for the reconstruction of France, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:635
    • 提供者:gongwei
  1. cgls

    0下载:
  2. 用于解反问题的共轭梯度法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x-Solution of inverse problems for the conjugate gradient method, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1364
    • 提供者:gongwei
  1. sisompc.ZIP

    0下载:
  2. 单输入单输出模型预测控制算法实现--一般实现,逆响应和线性规划-SISO model predictive control- a general approach, inverse response and linear programming
  3. 所属分类:matlab

    • 发布日期:2016-09-27
    • 文件大小:3767
    • 提供者:Yao Chen
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com