搜索资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
五.二维图形变换
- 二维图形的变换实现平移,对称错切放缩变换及矩阵表示-2D graphics transform translational symmetry Shear Zooming and transform matrix
实验八 二维几何变换
- 加深对常用的二维几何变换的了解,如平移,旋转,放大缩小等,掌握变换顺序和变换矩阵的用法。-better used to transform the two-dimensional geometry of understanding, such as translation, rotation, zooming, and the master sequence transform matrix of usage.
cubic.rar
- 在平面内进行三次样条插值,生成网格形式的二维矩阵数据。,In-plane cubic spline interpolation to generate a form of two-dimensional grid data matrix.
mat_lib
- 二维矩阵方面的库- Two-dimensional matrix aspect storehouse
C
- 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
tuxintuizhifenge
- 针对类圆形堆积物图像的前景和背景在色彩或灰度上相近,难以用传统阈值分割等算法进行有效分割的问题,提出一种多方法融 合的类圆形堆积物图像区域分割策略。对图像进行滤波等一系列预分割处理后进行投影得到目标图像的外接矩形区域,以排除噪声的干扰, 在区域内采用改进的灰度共生矩阵方法进行粗分割,以解决窗口大小与分割精度的问题,采用二维OTSU 阈值分割方法对粗分割结果进行 量化。实验结果表明,该方法得到的区域分割结果边缘清晰、准确度高。-Round deposits for the prospe
2D-Wavelet-Transformation
- 用DWT实现二维小波变换,调原始图像矩阵后进行二维小波分解,重构源图像及结果显示-Wavelet transform in 2-D dimentation
transformation
- 利用OPENGL实现二维,三维变换,其中涉及到了基本的矩阵变换-OPENGL use to achieve two-dimensional, three-dimensional transformation, which relates to the basic transformation matrix
algorithm
- 阈值法是图像分割的一种重要方法, 在图像处理与识别中广为应用. 提出了一种基于灰度2梯度共生矩阵 模型和最大熵原理的自动阈值化方法. 该方法不仅利用了图像的灰度信息, 而且也利用了梯度信息, 通过计算基 于灰度2梯度共生矩阵的二维熵, 并使边缘区域的熵最大来选择阈值向量. 仿真结果显示, 该算法比其他二维熵方 法效果更佳.-Th resho lding is an impo rtant fo rm of image segmentat ion and is used in image
clutter_produce
- 该程序利用空时二维自适应原理仿真了杂波的二维方向图,计算了杂波协方差矩阵,并画出了二维杂波谱。-The program uses the principle of space-time adaptive simulation of a two-dimensional patterns of the clutter, clutter covariance matrix is calculated, and plotted the two-dimensional clut
FFT-Algorithm
- 本例通过VC实现二维快速傅里叶变换,涉及到进行矩阵、复数等数学运算,运用了C语言动态内存分配、文件操作、结构指针的函数调用等内容。-In this case through the VC to achieve two-dimensional fast Fourier transform, related to the matrix, such as complex mathematics, use the C language, dynamic memory allocation, file o
空时虚拟矩阵
- 为了实现二维信号的定位,最终获得相关信号的位置信息(Detect the signal, locate the unknown source signal, and obtain the location information of the signal)
4.面阵中二维角度估计
- 面阵中二维角算法用于处理阵列信号,估计阵列的协方差矩阵(MATLAB is used to develop the system model of array signal processing, such as the correlated signals, the error of amplitude and phase.)
基于增广矩阵束的L型阵列的二维DOA估计
- 可以实现基于增广矩阵束的L型阵列的二维DOA估计(Two dimensional DOA estimation of L array based on augmented matrix beam)
KalmanFiltering
- 扩展卡尔曼滤波算法C语言实现:实现对二维状态变量的预测及跟踪。包括卡尔曼滤波初始化函数,负责初始化状态变量的值,过程噪声,测量噪声,以及状态转移矩阵。 卡尔曼滤波函数负责对状态变量进行迭代滤波,整个过程包括状态预测,协方差预测,测量预测,计算卡尔曼增益,状态量更新,协方差更新。(To realize the prediction and tracking of two dimensional state variables. It includes the initialization func
最大矩阵(最终)
- 给定一个二维矩阵,权值为 False(0)和 True(1)。要求找到一个大的矩形,使得里 面的值全部为 True,输出所有满足条件的子矩阵的起始/终止行/列号、面积。(Given a two-dimensional matrix, the weights are False (0) and True (1). It is required to find a large rectangle, so that the value inside is all True, and the start
三维矩阵转二维
- 在mmatlab中将多波段的遥感图像(三维矩阵数据)转换成二维数据,与求邻域(convert the 3D image data into the 2D data in the matlab)
二维DOA估计MATLAB程序
- 基于增广矩阵束的L型阵列的二维DOA角度估计的MATLAB程序(MATLAB program of two-dimensional DOA angle estimation of L array based on augmented matrix beam)
Gaussian function
- C语言编写的,输入行数和列数,直接生成二维高斯函数矩阵(C language, the number of input lines and columns directly generate two-dimensional Gaussian function matrix)