-
cxrDCT
DCT1实现一维离散余弦变换;
DCT2实现二维离散余弦变换;
其中使用的算法是碟形算法来实现频域变换(DCT1 peacekeeping achieve a discrete cosine transform; DCT2 achieve two-dimensional discrete cosine transform; the use of the algorithm is dishing algorithm to achieve the transformation frequency domain)
- 2007-05-20 09:22:12下载
- 积分:1
-
discrete-cosine-transform
图形图像正交变换,离散余弦变换,VC++实现。(Graphic image orthogonal transform, discrete cosine transform, VC++ to achieve.)
- 2010-06-22 08:32:54下载
- 积分:1
-
sift_registration_matlab
说明: 基于sift特征提取的图像配准的几个案例(Several cases of image registration based on SIFT feature extraction)
- 2020-08-09 15:54:14下载
- 积分:1
-
sgfilter
ENVI4.7及以上版本和IDL7.1以上版本,将高光谱遥感图像进行Savitzky-Golay光谱平滑滤波(ENVI4.7 above and IDL7.1 and above, hyperspectral images Savitzky-Golay smoothing filter spectrum)
- 2017-01-13 10:39:26下载
- 积分:1
-
img_bp
图像信号的压缩感知重构算法,包含有bp,omp算法的比较程序。(Image signal compression perception reconstruction algorithm, containing the bp, omp of algorithms of comparison procedures.)
- 2011-05-14 08:45:00下载
- 积分:1
-
niumou_v57
用于信号特征提取、信号消噪,MinkowskiMethod算法 ,未来线路预测,分析误差。( For feature extraction, signal de-noising, MinkowskiMethod algorithm, Future line prediction, error analysis.)
- 2016-05-13 17:20:38下载
- 积分:1
-
HOG+SVM进行图片中行人检测
说明: 行人检测HOG+SVM进行图片中行人检测,提供训练用的pos和neg样本,效果还可以;没有SVM工具箱的,压缩包里已经提供了,安装一下即可(Pedestrian detection HOG + SVM for pedestrian detection in pictures, providing POS and neg samples for training, the effect is good; without SVM toolbox, the compression package has been provided, just install it.)
- 2020-10-30 16:09:56下载
- 积分:1
-
code3
说明: 用 MATLAB 语言实现图像的空域滤波
用 MATLAB 语言进行 FFT 及逆变换
MATLAB 提供的快速傅立叶变换函数(Spatial filtering of image using MATLAB language
FFT and Inverse Transform with MATLAB Language
Fast Fourier Transform Function Provided by MATLAB)
- 2019-07-08 16:50:17下载
- 积分:1
-
WaterMarker
一个小巧的图片水印工具,可在图片的指定位置写入文本,文本字体可调(A small picture watermark tool)
- 2012-10-10 00:08:12下载
- 积分:1
-
watermark.m
%基于DCT的水印算法
%数字水印处理系统主要由水印嵌入和水印检测两个过程。
%水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(I*)。
%水印检测过程为:数字水印(X)、水印图像(I*)和密钥/公钥(K)通过数字水印检测算法检测出数字水印或有无水印。
%基于DCT变换的水印算法:将一个随机序列作为水印信号嵌入到图像DCT变换重要分量的幅度成分中(幅值较大的n个系数作为重要分量)。
%定义一个相似函数来检验水印提取是否成功。试验结果表明,该算法具有不可见性,对通常的图像处理,如剪切、缩放、中值滤波、压缩等
%以及噪声干扰都具有一定的鲁棒性。(err)
- 2021-01-05 20:18:55下载
- 积分:1