-
POCS
超分辨率POCS(投影到凸集集合理论复原方法)算法代码(The POCS super-resolution algorithm code)
- 2012-07-06 17:00:35下载
- 积分:1
-
圖像打印
圖像打印
- 2015-01-31下载
- 积分: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
-
Lee滤波器,具有很好的去噪效果Leefilter
Lee滤波器,具有很好的去噪效果,结合各种小波,可以有效去除SAR图像噪声。(Lee filter, has a good de-noising effect of combination of wavelet can effectively remove the SAR image noise.)
- 2020-07-06 08:38:58下载
- 积分:1
-
5c0ca027bb58
meanshift 图像分割及平滑 包括meanshift的论文及ppt(Code for the Edge Detection and Image Segmentation system and the paper)
- 2012-03-06 23:19:42下载
- 积分:1
-
kantu
可以打开大部分图片格式包括bmp、jpg等,并对其进行图片的基本处理包括翻转、镜像、傅里叶变换、直方图统计及均衡化、锐化、柔化、加椒盐或高斯噪声、中值滤波、Sobel边缘检测、高斯边缘检测、灰度阀值边缘检测、区域生长、旋转、缩放等操作(Can open most image formats including bmp, jpg, etc., and its basic image processing including flip, mirror, Fourier transform, histogram equalization statistics and, sharpen, soften, add salt and pepper or gaussian noise , median filtering, Sobel edge detection, Gaussian edge detection, gray level threshold edge detection, region growing, rotation, scaling and other operations)
- 2011-04-28 23:47:11下载
- 积分:1
-
图片边缘检测滤镜,浮雕, 反选色去色黑白化多功能代码
图片边缘检测滤镜,浮雕, 反选色去色黑白化多功能代码
- 2019-11-14下载
- 积分:1
-
DWT-SVD
DWT-SVD模型下水印的嵌入算法源代码,以及相应的检测算法源代码(基于MATLAB实现)(This is the source code of a watermark embedding algorithm on the model of DWT-SVD,and the corresponding detection algorithm source code(based on MATLAB))
- 2020-07-04 14:00:02下载
- 积分:1
-
PIVlab
PIVlab是一个开源的粒子图像测速(PIV)软件。它不仅能够通过图像对计算出速度,而且能够得到、显示和导出多个参数的流动模式。通过一个友好的图形用户界面(GUI),使得的PIV技术分析和数据后处理更加快速、高效。(PIVlab is an open-source particle image velocimetry (PIV) software. It can not only calculate the speed through the image pairs, but also can get, display and export the flow patterns of multiple parameters. Through a friendly graphical user interface (GUI), the PIV technology analysis and data post-processing are faster and more efficient.)
- 2021-04-01 19:09:08下载
- 积分:1
-
opencv-sift
图像匹配,可以实现目标图像的匹配,匹配出最相似的训练图片。(Image matching, the matching can achieve the target image, matching the most similar training images.)
- 2013-06-08 16:46:48下载
- 积分:1