-
example1
基于DCT的数字视频水印源程序,Matlab编写,可以直接运行(DCT-based digital video watermarking source code, Matlab can be run directly)
- 2012-05-20 08:26:19下载
- 积分:1
-
EASI
Algorithm is used to seperate the blind signal using matlab based on image processing
- 2013-08-10 05:23:56下载
- 积分:1
-
gujiahua
基于形态学的在Matlab下进行的图象骨架化及恢复,其中包含骨架化函数Frame和恢复函数refresh(based on the morphology of Matlab under the images of the skeleton and the restoration, which includes Frame function of the skeleton and the restoration of function refresh)
- 2006-12-15 13:05:59下载
- 积分:1
-
source
实现了对误拍角度的矫正,基于轮廓提取以及旋转矩阵变换实现图像错误识别和矫正(It realizes the correction of misalignment angle, and realizes image error recognition and correction based on contour extraction and rotation matrix transformation.)
- 2018-07-06 15:20:57下载
- 积分:1
-
HU不变矩
说明: Hu不变矩的的一至七个矩的代码以及论文。matalb版本,可直接用。(Matlab Code of Hu Moment Invariant)
- 2019-04-26 21:15:35下载
- 积分:1
-
图像处理
简单图像压缩处理,正交变化,图像压缩灰度变化(Simple Image Compression Processing, Orthogonal Change, Gray Level Change of Image Compression)
- 2019-04-14 20:53:48下载
- 积分:1
-
CV1
说明: 属于图像分割的一种,利用matlab实现CV型,可以当function使用。其中包含图片,可以进行使用。(It belongs to one kind of image segmentation, and uses MATLAB to realize CV type, which can be used as function.It contains pictures, which can be used.)
- 2019-04-16 21:59:34下载
- 积分:1
-
deedsMIND
基于mind相似性度量的图像配准,配准精度很高。效果不错。(Mind based on similarity measure of image registration, the registration precision is high. The result is right.)
- 2014-12-04 13:42:32下载
- 积分:1
-
notchfilter
用于图像处理的陷波滤波器. m文件,有例子说明。(Notch filter notch filter. M file, there are examples.)
- 2016-03-14 18:26:52下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1