登录
首页 » matlab » GS algorithmn

GS algorithmn

于 2019-11-27 发布
0 202
下载积分: 1 下载次数: 12

代码说明:

说明:  相位恢复算法,gs算法,适用于双强度测量的相位恢复问题(a phase retrieval algorithmn-gs using MATLAB)

文件列表:

GS algorithmn\GS protocol\0_object.jpg, 27150 , 2018-08-28
GS algorithmn\GS protocol\a_dp.bin, 640000 , 2019-11-15
GS algorithmn\GS protocol\error_function_Fienup_RMS.m, 770 , 2018-08-28
GS algorithmn\GS protocol\FT2Dc.m, 863 , 2018-08-27
GS algorithmn\GS protocol\GS_diffraction.m, 1677 , 2019-11-15
GS algorithmn\GS protocol\GS_protocol.m, 3718 , 2019-11-26
GS algorithmn\GS protocol\IFT2Dc.m, 872 , 2018-08-27
GS algorithmn\gs simulate\a_dp.bin, 262144 , 2019-11-15
GS algorithmn\gs simulate\a_dp.jpg, 4466 , 2019-11-15
GS algorithmn\gs simulate\a_sample.bin, 262144 , 2019-11-15
GS algorithmn\gs simulate\a_sample.jpg, 1581 , 2019-11-15
GS algorithmn\gs simulate\a_simulate_DP.m, 2074 , 2019-11-27
GS algorithmn\gs simulate\b_GS.m, 3483 , 2019-11-16
GS algorithmn\gs simulate\error_function_Fienup_RMS.m, 770 , 2018-08-28
GS algorithmn\gs simulate\FT2Dc.m, 863 , 2018-08-27
GS algorithmn\gs simulate\GS.zip, 4286 , 2019-11-15
GS algorithmn\gs simulate\IFT2Dc.m, 872 , 2018-08-27
GS algorithmn\gs simulate\license.txt, 1475 , 2018-08-27
GS algorithmn\gs simulate\README.txt, 772 , 2018-08-27
GS algorithmn\GS protocol\test, 0 , 2019-11-26
GS algorithmn\GS protocol, 0 , 2019-11-26
GS algorithmn\gs simulate, 0 , 2019-11-16
GS algorithmn, 0 , 2019-11-26

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

发表评论

0 个回复

  • smooth
    图像的平滑函数,对指定区域的图像,并有门限值和魔板大小限制。(the smooth of a bmp image)
    2013-09-19 21:16:46下载
    积分:1
  • Fourier-Descriptor
    Solutions to problems in the field of digital image processing generally require extensive experimental work involving software simulation and testing with large sets of sample images.
    2012-05-07 01:58:07下载
    积分:1
  • 18232271IBD
    图像复原代码以及例程,内容很丰富详细。针对于图像盲复原,估计模糊核k,得到复原的清晰图片(The image restoration code and routines are rich and detailed.)
    2020-11-08 16:09:47下载
    积分:1
  • lsbstegoprote-matlab
    基于lsb的图像信息隐写算法 利用MATLAB实现(lsb-steganography)
    2009-09-14 16:09:49下载
    积分:1
  • NumberRecognize
    根据RBM深度网络(Hinton,2006)进行MINST手写文字的分类器的训练,利用训练得到的权值制作了这个小程序,通过这个程序可以看出训练结果对数据集内的测试样本和训练样本都能进行很好的识别,但是对其他的手写字体识别就没有那么好了。(According to RBM depth network (Hinton, 2006) conducted MINST handwritten text classifier training, using the training to get the right value to produce this small program, this program can be seen through the results of the training data set and the training sample test samples are can be well identified, but on the other handwriting recognition is not so good.)
    2013-10-17 15:55:34下载
    积分: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
  • gray2rgb
    gray image to color image conversion
    2012-09-21 01:25:22下载
    积分:1
  • wavelet-transform-image
    一种特殊的小波图像处理与图像融合技术,可以用于处理图像加密(a wavelet image transform and image code)
    2021-04-21 22:08:49下载
    积分:1
  • 两种直线划线算法
    使用DDA划线算法和Bresenham划线算法生成两种不同的直线,并构思图形(Using the DDA scribing algorithm and the Bresenham scribing algorithm, two different straight lines are generated, and the graphics are conceived)
    2017-06-27 21:19:06下载
    积分:1
  • object-graphics-display
    图像处理的基本功能,对象图形法显示,高效实用。(The basic function of image processing, object graphics display, efficient and practical.)
    2015-06-16 11:22:59下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载