资源列表
weina_filter
- 维纳滤波变换,给定图像,进行维纳滤波变换,并显示变换后图像-Wiener filter transform, given images, Wiener filter transform, and display the image transform
touying
- 基于灰度图像的水平和垂直方向投影,对作图像处理方面的朋友应该有用。
matlabimageprocess2
- 此文件包含有四个基于matlab源程序,可直接运行.其说明如下 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值P0308:图像的自适应魏纳滤波
Morphological
- Here we use mathematical morphology as a tool to extract useful forms and structures and shapes such as boundaries, skeletons, convex hull. Dilation and Erosion
VGAHawk
- Hawkboard has /dev/fb0 is frame buffer device .That is we can output the certain data on vga port of hawkboad. The given code uses OpenCV library and frame buffer device programming.One needs cross compiled libraries of opencv which i have uploaded
intrans
- 灰度变换元代码,用于matlab7.0以上版本-Picture Process
daima
- 传统形态滤波,关于腐蚀膨胀,开闭运算运算的matlab源代码,仅供参考-Traditional morphological filter Matlab source code for reference on the erosion operation
2gpuFTCS
- FTCS格式计算热传导方程,采用GPU实现。-GPU version of heat transfer PDE
Untitled12
- 1.主要是对图片添加噪声,噪声类别有高斯噪声,椒盐噪声,泊松噪声等。 2.语音增强-1.The is to add noise to image noise types, Gauss noise, salt and pepper noise, Poisson noise. 2 。speech enhancement
reg_sparse_coding
- 稀疏重建联合字典训练用于超分辨率重建,基于正则化框架-Dictionary sparse reconstruction joint training for super-resolution reconstruction, based on the regular framework
HOG算法的matlab代码
- 本代码实现了hog算法的matlab代码,有助初学者进行学习,hog算法用于人脸识别、行人识别等都具有很大的优势。