资源列表
EdgeContour1
- 用于进行对BMP位图的边缘检测,支持在VC++环境下使用那个。(for(i=0;i<m_imgHeight;i++){ for(j=0;j<m_imgWidth;j++) *(m_pImgDataOut+i*lineByteOut+j)=0.11**(m_pImgData+i*lineByteIn+j*pixelByteIn+0) +0.59**(m_pImgData+i*lineByteIn+j*pixelByteIn+1) +
KSVD算法
- 是图像复原算法KSVD,用于图像的特征提取,效果比其他方法好。(Is the image restoration algorithm KSVD, for image feature extraction, the effect is better than other methods)
MeanShift
- 我是过来学习,自己添加修改的均值漂移,欢迎大家指点(Meanshift,I came to learn, add their own modified mean drift, welcome to give pointers.)
guided-filter-code-v1 _2010
- 何凯明文章代码,从主页下的,欢迎下载分享(code from the homepage of kaiming he .welcome download and share)
IDL程序-利用shap文件实现遥感影像批量裁剪
- IDL程序-利用shap文件实现遥感影像批量裁剪(IDL program - use shap file to achieve remote sensing image batch cropping)
DICOM标准中文PDF版
- Dicom标准中文版校准版,请勿用作商业用途(Dicom standard Chinese version)
Gaussian Filter
- 窗口大小可调节并且方差可调节的高斯滤波器(Gaussian Blur whose window size and variance can be justified according to need)
kfcm
- 实现了KFCM算法,对模糊图像进行聚类分析,效果良好(The KFCM algorithm is implemented)
rSGMv1.0
- 根据互信息量计算初始视差图,进一步进行一致性检验优化视差图(The initial disparity map is computed according to Mutual Information and dynamic programming, and consistency examination is utilized for disparity refinement)
canny_edge_detection_c_
- 输入图像,利用canny边缘计算算子,输出边缘(canny edge compute. input a image and output image's edge)
deblur_denoise-master
- 离焦模糊图像的盲复原算法,关于图像复原给了很好的算法图像复原(From the CVPR conference image to blur the code, deblurring is very good)
matlab
- 带通滤波器(Butterworth、椭圆、窗函数),采样率fs=2000Hz, 通带范围为300 -600Hz,阶数自选, 画出频率响应并分析比较, 对cameraman.tif图像分别添加椒盐噪声(密度为0.03)和高斯白噪声(均值为0,方差为0.02)的图像,利用三种方法进行去噪,显示原始图像、加噪图像和去噪图像并对实验结果进行分析(Band pass filter (Butterworth, ellipse, window function), sampling rate FS = 20