-
Gaussian
高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。(Gaussian smoothing filter is a linear filter for the elimination of Gaussian noise, the noise reduction process is widely used in image processing. Popular speaking, a Gaussian filter to the whole image is a weighted average of the process, the value of each pixel, both by itself and other neighborhood pixel values obtained after weighted average. The specific operation Gaussian filter is: a template (or a convolution mask) to scan each pixel in the image, a weighted average gray value of the neighborhood is determined using a template to replace the pixel value of the center pixel of the template.)
- 2014-10-18 09:00:28下载
- 积分:1
-
C++GUIProgrammingwithQt3
C++ GUI Programming with Qt 3不用再详细解释了吧,下载试一下就知道了(C GUI Programming with Qt 3 do not have a detailed explanation of it, Download trial will know what)
- 2006-08-25 08:40:54下载
- 积分:1
-
CRF2D
CRF(条件随机场)的程序包,用于图像分析(恢复,分割),对图像进行建模(CRF (with the conditions of the airport) package for image analysis (restoration, segmentation), the image modeling)
- 2006-09-19 12:22:30下载
- 积分:1
-
Endmember-Extraction-Codes
一些常用的高光谱解混方法的matlab代码(Hyperspectral unmixing method matlab code)
- 2021-02-22 03:39:41下载
- 积分:1
-
Parcial-II
Segmentation Algorithm
- 2013-10-11 02:13:42下载
- 积分:1
-
MS_MATLAB
meanshift图像分割
1.mean shift 的迭代过程只做了一次(为了简单)
2.对图像中的某一点进行平移时,只考虑了距离它小于2*hr的点,而不是图像中所有的 点。
3.实验过程中只用到了gauss核,虽然提供了method的选择,但在进行值域加权时只用 到gauss核,如果需要请自己改正。(meanshift segmentation)
- 2011-05-28 14:37:14下载
- 积分:1
-
LSH_MATLAB
Visual Tracking via Locality Sensitive Histograms.基于局部敏感直方图的目标跟踪算法,该算法在CVPR2013中出现,算法较简单但却非常有效,值得各位研究视觉跟踪算法的同行研究(Visual Tracking via Locality Sensitive Histograms)
- 2013-10-03 22:16:22下载
- 积分:1
-
readimage1
使用IDL编程来实现打开BMP,TIFF,IMG,JPEG,PNG和其他图像,实现缩放,缩放,平移,图像增强,平滑,边缘检测(Using IDL programming bmp, tiff, img, jpeg, png and other images to achieve open and zoom in, zoom, pan, image enhancement, smoothing, edge detection)
- 2020-12-21 13:29:07下载
- 积分:1
-
medcalinhance
本程序实现医学图像的增强,实验显示,处理后的医学图像轮廓清晰,可识性较好。(This procedure to achieve medical image enhancement, experiments showed that the treated medical image outline a clear, identifiable better.)
- 2021-01-26 23:18:41下载
- 积分:1
-
Picture
图片处理 去噪音,去模糊为了实现较好保留图像边缘特征的有效去噪,提出了一种基于边缘检测的Contourlet 变换去噪方法(Picture Deal)
- 2013-05-28 16:20:28下载
- 积分:1