资源列表
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
11
- opencv目标跟踪,该文档能够实现相应功能-object tracking with opencv
gray-matrix-
- SAR图像中对其进行灰度矩阵的提取,作为图像的一种特征-gray matrix in SAR image,it is useful
PCA-LDA-FaceRecognization
- 基于PCA-LDA的人脸识别算法。用PCA降维,LDA进行分类-PCA-LDA FaceRecognization
detect
- 基于静止背景下运动目标检测中恢复背景的示例代码VC程序-based on static background moving target detection resume background sample code VC Program
matlabexprience
- matlab exprience,M文件,实验代码
MPCA
- 高维PCA 参考文献: MPCA Multilinear Principal Component Analysis of Tensor Objects-High-dimensional PCA References: MPCA Multilinear Principal Component Analysis of Tensor Objects
ImagView
- DELPHI简单图片处理小程序DELPHI-Simple image processing applet DELPHI
imSegment
- 图形图像处理,基于灰度直方图的图像谱分割。-ncut segment based on gray
A very basic raytracer example.
- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This progr
Three-dimensional-reconstruction
- 对CT切片进行三维重建,并把三维数据导出为STL,-Three-dimensional reconstruction of the CT slice, and export the data as a three-dimensional STL
asd
- 图像去噪方法。采用均值和中值滤波法来实现图像的去噪。-Image denoising. The mean and median filtering method to achieve image denoising.
