搜索资源列表
ct_fang
- 医学成像技术滤波反投影 内含R-L, R-S sweit滤波 重建后图像清晰,效果相当好-medical imaging technology filter-projection includes R-L, R-S sweit filtering reconstruction after the pictures are clear, the results are pretty good
ghfilter
- 一段图像处理的高斯高通滤波器的matlab源代码,思路清晰,可以直接运行。-A Gaussian image processing of high-pass filter matlab source code, clear, can run.
lena
- lena图像的分解将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。 -lena image after decomposition of the standardized image data format suitable for display by the image is converted to uint8 format suita
PCA
- 利用matlab实现主成分分析!结构清晰!pca based on matlab-pca based on matlab
SPIHT_Matlab_Demo
- SPIHT(多级树集合分裂算法)对图像压缩有很大的推进作用,此为原始代码,进行过仿真,程序结构清晰.-SPIHT (set of multi-level tree splitting algorithm) on the image compression to promote the role of a great, this is the original code, and carried out simulations, program structure clear.
dujitu
- 本实验处理一幅欠曝光图片,经过处理后,图像清晰可观-In this study, dealing with a less-exposed image, after processing, the image clear and substantial
hx
- 一个图像旋转30度的matlab源代码,实现lena图像的旋转,可直接运行,思路清晰-Rotate an image 30 degrees, matlab code, to achieve lena image rotation, can be directly run, clear
levelsetseg
- matlab编的水平集分割的一些好东东, 适用于模糊图像的目标提取,希望能共勉-some program of matlab for image segmentation and small target extraction
est_daopu_len
- 运动模糊图像的复原,采用倒谱法估计模糊尺度,编写代码,适合初学者学习与理解。含图,可运行测试-Restoration of motion blurred images using fuzzy scale cepstrum estimation, writing code, suitable for beginners to learn and understand. Including maps, can run the test
es_Ang_Hough
- 自编的采用Hough变换的方法估计运动模糊图像的方向,含一个M文件,注释详细,希望对学习图像复原的朋友有一些帮助。-The use of self Hough transform to estimate the direction of motion blurred images, with an M file, comment in detail, hoping to restore the images to the friends learn that some help.
ASK_Done
- ASK 调制与解调源程序,采样分析误码率,采样点多,图像清晰。-ASK modulation and demodulation source, sampling and analysis error rate, sampling point more clear image.
zhenchafa
- 使用帧间差分法进行运动目标检测,内含两组测试图像和测试结果,分别为bmp和jpg格式,并且有详细的使用说明。郑重说明:本程序对阴影处理效果不佳,但思路清晰明了,适合初学者参考。-Frame difference method using the moving target detection, containing two sets of test images and test results, respectively, bmp and jpg format and detailed ins
fft
- 该算法是通过计算图像功率谱大小来评价图像的清晰度。清晰的图像功率谱大于模糊图像的功率谱。-The algorithm is derived by calculating the size of the image power spectrum to evaluate the clarity of the image. Clear image power spectrum is greater than the power spectrum of blurred image.
sar-images
- 这是几幅比较好的SAR影像,可用于去噪或者目标提取、分割等算法的示例图像,图片比较清晰而且地物比较丰富。-This is the good pieces of SAR images can be used for denoising or object extraction, image segmentation algorithm for example, the picture is relatively clear and rich in surface features.
barcode
- 能够把一副由于照相时收的抖动造成的模糊的图像,变清晰,效果很好-Able to receive a shake when the camera due to blurred images, becoming clear, with good results
winer
- 通过边界延拓方法,改进的利用维纳滤波实现模糊图像的复原。-Through the boundary extension method, the improved Wiener filter using the fuzzy image restoration.
彩色图像处理
- 对特定的图像进行分析处理,使输出变得清晰,可以满足使用要求(Analysis and processing of a specific image to make the output clear and meet the use requirements)
MATLAB实现图像去噪源程序代码
- 对要处理的图像进行去噪,滤波;便于得到清晰的图像(Denoising and filtering the image to be processed; Easy to get clear images.)
基于直方图优化的图像去雾技术matlab
- 展开雾霾天气的图象清晰化技术 的讨论,雾天图象的清晰化技术对其他 的恶劣天气的清晰化处理也有促进作用。(The technology of image sharpening in fog and haze is also discussed. The clarity of fog images can also help to clear the other bad weather.)
MATLAB雾霾交通标志shibie[GUI]
- 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易