-
5
说明: 一些基本的Matlab动画程序,可以使初学者了解动画程序的应用。(Some basic Matlab animation program that allows beginners to understand the application of animation process.)
- 2009-01-01 13:06:44下载
- 积分:1
-
DCTLSBDWTcode
基于DCT,DFT,DWT等的水印算法,还有加置乱的水印算法,用于图像处理方面(Based on the DCT, DFT, DWT, such as the watermarking algorithm, as well as increase the watermark scrambling algorithm, for image processing)
- 2008-05-20 17:06:38下载
- 积分:1
-
ReportOnOFDM
can be usefull it report on OFDM principle and basic operation
- 2011-01-10 10:23:20下载
- 积分:1
-
ode23tx
Solve non-stiff differential equations
- 2012-03-23 07:28:16下载
- 积分:1
-
WatermarkingVedio3
视频水印matlab源码,此为第三个压缩包,在水印领域的爱好者可以下载作为参考(Video Watermarking Matlab source, which is the third-compressed, Watermark in the field of lovers can download as a reference)
- 2006-10-13 17:34:33下载
- 积分:1
-
change.m
给定栅格图像及其变形后的栅格图像,请你首先确定各栅格交叉点的位移,然后采用控制栅格的方法编写实现图像几何校正的程序(Given its raster image raster image after deformation, you first determine the displacement of each grid intersection, and then using the method of preparation of the control grid of image geometric correction procedures)
- 2016-05-23 19:51:30下载
- 积分:1
-
FaceDetectorOtherversion
说明: 采用adaboost算法用于人脸检测,实现较快的人脸识别。使用MATLAB语言编写(AdaBoost algorithm is used for face detection to achieve faster face recognition. Using MATLAB language to write)
- 2021-02-16 17:09:05下载
- 积分:1
-
matrixclass
说明: 矩阵类,自己编写,通过较多考验,符合matlab编程习惯,可处理无穷维矩阵和向量(matrices, their preparation, adoption more tests, with Matlab programming habits can handle infinite dimensional matrix and vector)
- 2006-03-04 10:57:21下载
- 积分:1
-
ICA,鲁棒性ICA ,快速
【实例简介】
- 2021-07-04 00:31:17下载
- 积分:1
-
Canny 边缘检测器
Canny 算子在一个多阶段的过程。首先,所有的图像平滑的高斯卷积。然后简单 2-D 的第一次导数运算符 (有点像罗伯茨交叉) 被应用于平滑的图像,来突出显示具有高第一次空间导数图像区域。边缘引起的梯度图像中脊。然后该算法跟踪这些脊顶部,并设置为零并非实际上的脊顶部,在输出中,该过程称为非最大抑制给一条细线的所有像素。跟踪过程展品滞环控制的两个阈值: T1 和 T2 和 T1 > T2.跟踪只能高于 T1.跟踪的山脊上某点开始,然后继续在两个方向出从点直到的山脊高度低于 T2。 这迟滞有助于确保周边的嘈杂不被分解成多个边缘片段。
- 2022-01-26 08:19:00下载
- 积分:1