资源列表
图像离散余弦去噪
- matlab实现图像离散余弦变化,并对含有不同方差的高斯噪声图像进行去噪处理,利用PSNR和PMES对四种结果图进行对比,得出该去噪效果。
MATLAB图形图像处理源程序
- 此压缩文件包括图形图像处理中的matlab版源代码,从基础操作到综合实现,帮助初学者更好的掌握图像处理
GroupSparseBox_V3
- 组稀疏表示,可用于信号的稀疏表示,内有多个demo(GroupSparseBox_V2, it can be usef in singal sparse model)
POCS算法
- 基于POCS的超分辨率重建,对边缘具有保留作用(Super-resolution reconstruction based on POCS can preserve edges)
VideoControl
- 红外摄像头USB信号读取识别,回传识别特征(USB signal reading identification of infrared camera)
新建文件夹
- 张孙细化算法c++版本;输入图像为二值图像(0,1)(C + + version of Zhang sun thinning algorithm; input image is binary image (0,1))
QUI
- QT界面进行换肤,美化QT界面,使程序看起来更美观(chenge the skin of QT menu ,to make the program more delicate)
SVG Rendering Engine
- 一个C#SVG渲染引擎,主要设计用于在web上使用SVG文件。(A C# SVG rendering engine, primarily designed to allow SVG files to be used on the web.)
unet-pytorch-master
- 使用Pytorch搭建U-Net,该模型可以对随机传入任意大小的图片进行图片分割,根据所训练的数据和标签得到索要分割的区域。(Using Python to build u-net, the model can segment random incoming pictures of any size, and get the region to be segmented according to the trained data and labels.)
emd对一维信号去噪
- 三种emd去噪方法:1、直接使用小波阈值,进行硬阈值去噪;2、使用具有emd分解特性的阈值去噪;3、emd分解后的平移不变去噪。(Three kinds of EMD denoising methods: 1. Direct use of wavelet threshold for hard threshold denoising; 2. Use of threshold denoising with EMD decomposition characteristics; 3. Translati
HoudiniExprEditor_v1_2_2
- 将houdini的内置编辑器中的vex或python的代码推送到vscode上。自动配置的语法高亮和自动补全。 (Houdini Expression Editor allows you to set up an external text editor for all type of expressions. Such as Vex snippet, python code, Hscr ipt. It uses a system of file watchers to keep track o
PPB算法
- PPB算法这个是应用于高斯去噪及sar图像去噪的一个传统算法,感兴趣的可下载看看