登录
首页 » matlab » yundongmohu

yundongmohu

于 2007-12-05 发布 文件大小:3KB
0 152
下载积分: 1 下载次数: 109

代码说明:

  程序先用fspecial函数产生运动模糊图像,再用维纳滤波进行恢复(Procedures first fspecial functions to generate motion-blurred image, and then carry out the restoration of Wiener filtering)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • testDownSample
    Downsample image console program using opencv.
    2014-03-25 19:51:24下载
    积分:1
  • filter
    本程序对同一图像增加噪声后,进行均值滤波、高斯平滑滤波和中值滤波三种方法的去噪和结果比较, 并进行了评价指标PSNR和SSIM的计算以及算法耗时的统计。 ( The program on the same image after the noise increases, mean filter, de-noising and results of the Gaussian smoothing filter and median filter three methods of comparison, and the index PSNR and SSIM calculation algorithm and time-consuming statistics.)
    2016-05-15 23:16:03下载
    积分:1
  • C# 实现简单数字验证码解析(Tesseract OCR 解析验证码) 实例代码
    具体实现思路:以4位数字的验证码为例 1、人工将验证码的4位数字每位对应的代码存入数据库中,每位存入0-9对应的代码,每个数可以多存这样可以提高识别率; 2、获取验证码以后,对其进行去背景、灰度处理、去噪点处理、分片处理以后生成每位数字对应的代码; 3、去背景色,这一步的目的是把验证码和背景颜色区别开来。4、去噪声:这一步要取出图像上的孤立点。这些孤立点被认为是噪声。  孤立点的定义:某个点,周围没有与该点等值的点。  或者某个连接块,该连接块的元素的个数小于某个给定值K, 把元素个数很小的连接块也定义为孤立点,有助于去处噪声。  去噪声算法:参照去背景算法。 5、图像锐化:图像锐化的目的是增强边界。这一步是可选的。看验证码的情况,这一步可以跳过。 6、图片有效区域截取:这个操作是将图片除验证码字符以外的边框去掉,只留下验证码字符图片,这样保证分片的准确性。 7、图片分片处理,这个处理是将整个图片分割成单个字符图片。8、拿分片图像生成的代码(eg:000111110011…..)与DB中已有代码相比较,取得相似度最高的即要验证码的字符;   注:如果DB的样本越多,识别的准确率也越高,但是速度会相应变慢
    2013-02-18下载
    积分:1
  • cdaaima-pca
    说明:  实现pca主成分分析算法的c语言代码,希望能帮到大家。(Pca principal component analysis algorithm to achieve the c language code, hope to help you.)
    2021-04-22 14:48:48下载
    积分:1
  • MATLAB_code_of_image_processing
    说明:  该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫曼编码,行程编码等等(Basically, the gui functions including the most basic image processing inside the handle, which is equivalent to a small photoshop. For example, read the document, the geometric transformation of the vertical mirroring, shifting, rotating, zooming orthogonal transformation of the DFT, FFT, DCT, DST, DHT, DWashT anti-gray color processing, histogram equalization, global linear transformation , piecewise linear transformation, index of non-linear transform of the number of non-linear transformation image enhancement which increases the noise, smoothing, sharpening, pseudo-color enhancement the gray-scale image segmentation inside the threshold, Robert, Laplace, sobel, prewitt, canny edge detection operator method image restoration inside direct inverse filtering, Wiener filtering image coding inside the Huffman code, and so on Run-Length Coding)
    2009-07-29 10:51:21下载
    积分:1
  • mscale_featmatch
    图像立体匹配的有关源码,挺不错的,一起来分享吧(Matching three-dimensional image of the source, very good one to share with you)
    2008-05-18 15:11:18下载
    积分:1
  • chepai
    基于MATLAB的汽车车牌牌照的识别。利用BP神经网络做GUI界面(Recognition of Vehicle License Plate License Based on. Using BP neural network to do GUI interface)
    2017-05-02 20:03:43下载
    积分:1
  • demo_ASIFT_src
    asift的matlab和c程序都在里面 大家慢慢研究吧 很好的程序(asift the matlab and c procedures are on the inside we study it slowly very good program)
    2021-02-09 17:49:53下载
    积分:1
  • GPU-Accelerated-OCT
    OCT 成像GPU加速,非常有价值,请参考(S0141 GPU Accelerated Optical Coherence Tomography Imaging)
    2021-04-25 10:18:46下载
    积分:1
  • cximage600_full_VC6
    说明:  CxImage是一款免费的、开源的、功能强大的图形处理库。 跨平台,支持windows、linux等;支持BMP、GIF、ICO、TGA、JPEG、PCX、PNG、TIFF、MNG、RAS等多种图像格式;支持格式转换、图像处理、几何变换等;最重要的是使用非常简单。此为VC6修正版(CxImage is a C++ image processing library. It can load, save, display, transform images in a very simple and fast way, with transparency, multiple layers and selections, support for BMP GIF JPG PNG MNG TIF ICO TGA PCX J2K JBG RAS PNM RAW PSD.)
    2020-06-17 23:20:01下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载