搜索资源列表
watermark
- 在音频中加入数字水印,本程序是在一段音频中加入一个二维图像-Add audio digital watermarking, the process is in a section of audio to add a two-dimensional image
Solution1
- 高频强调滤波和灰度变换进行图像增强: 1. main.m 主程序 2. paddedsize.m 对图像进行补充,以便形成的方形大小等于最小接近的2的整数次幂。 3. dftfilt.m 输入图像f和一个滤波器函数,返回经过滤波和剪切后的图像g。 4. dftuv.m 提供频域坐标网格。 5. lpfilter.m 几种常用的低通滤波器。 6. hpfilter.m 实现高通滤波。 7. BodyImage.JPG 测试用图片 注: 1. 运行程序前,请在ma
Registration
- 实现多帧图像的配准,在matlab文件中,图像的读入部分需要自己补入图像路径或自己读取图像数据保存如ImgSource即可-Multi-frame image registration in matlab file, the reading section of the image into the image path needs to be add by the readers, or save the read image data as ImgSource
