登录
首页 » matlab » 师瑛杰

师瑛杰

于 2020-06-20 发布 文件大小:13631KB
0 186
下载积分: 1 下载次数: 1

代码说明:

  解决散斑图像的重建问题,主要是使用了相位恢复算法(to study the picture problem)

文件列表:

HIO1.png, 143650 , 2019-07-17
HIO2.png, 221470 , 2019-07-17
HIO3.png, 183150 , 2019-07-17
HIO_ER, 0 , 2019-07-17
HIO_ER\1.bmp, 287446 , 2019-05-20
HIO_ER\centerImg.m, 283 , 2017-04-05
HIO_ER\Constrain.m, 315 , 2017-04-05
HIO_ER\ER.m, 598 , 2019-01-15
HIO_ER\fftXcorr2.m, 622 , 2019-04-29
HIO_ER\HIO.m, 851 , 2019-03-06
HIO_ER\PhaseRetrieval.m, 1597 , 2019-07-17
HIO_ER\PhaseRetrieval为主函数.txt, 0 , 2019-07-17
ParticleSwarmOptimization-master, 0 , 2019-07-17
ParticleSwarmOptimization-master\.gitignore, 42 , 2016-03-20
ParticleSwarmOptimization-master\fftXcorr2.m, 622 , 2019-04-29
ParticleSwarmOptimization-master\GoldsteinPrice.m, 614 , 2016-03-20
ParticleSwarmOptimization-master\Himmelblau.m, 635 , 2016-03-20
ParticleSwarmOptimization-master\license.txt, 1082 , 2016-03-20
ParticleSwarmOptimization-master\makeStruct.m, 531 , 2016-03-20
ParticleSwarmOptimization-master\mergeOptions.m, 2383 , 2016-03-20
ParticleSwarmOptimization-master\plotBowl.m, 1723 , 2016-03-20
ParticleSwarmOptimization-master\plotGoldsteinPrice.m, 2814 , 2016-03-20
ParticleSwarmOptimization-master\plotHimmelblau.m, 3614 , 2016-03-20
ParticleSwarmOptimization-master\plotPsoHistory.m, 2087 , 2016-03-20
ParticleSwarmOptimization-master\plotStyblinskiTang.m, 2825 , 2016-03-20
ParticleSwarmOptimization-master\PSO.m, 14007 , 2019-07-17
ParticleSwarmOptimization-master\PSO_Image.png, 144306 , 2016-03-20
ParticleSwarmOptimization-master\README.md, 6066 , 2016-03-20
ParticleSwarmOptimization-master\StyblinskiTang.m, 460 , 2016-03-20
ParticleSwarmOptimization-master\StyblinskiTangNoise.m, 551 , 2016-03-20
ParticleSwarmOptimization-master\test.m, 832 , 2019-07-17
ParticleSwarmOptimization-master\TEST_PSO_1.m, 767 , 2016-03-20
ParticleSwarmOptimization-master\TEST_PSO_2.m, 937 , 2016-03-20
ParticleSwarmOptimization-master\TEST_PSO_3.m, 946 , 2019-06-24
ParticleSwarmOptimization-master\TEST_PSO_4.m, 821 , 2016-03-20
ParticleSwarmOptimization-master\TEST_PSO_5.m, 1028 , 2016-03-20
ParticleSwarmOptimization-master\TEST_PSO_6.m, 4011 , 2016-03-20
ParticleSwarmOptimization-master\TEST_PSO_7.m, 1088 , 2016-03-20
ParticleSwarmOptimization-master\测试目标, 0 , 2019-07-17
ParticleSwarmOptimization-master\测试目标\2.tiff, 2313746 , 2019-07-08
ParticleSwarmOptimization-master\测试目标\三孔原图.tiff, 2313746 , 2019-07-08
ParticleSwarmOptimization-master\测试目标\光斑大小.tiff, 2313746 , 2019-07-08
基于光学记忆效应的非侵入式散射成像方法研究_吴腾飞.caj, 12493083 , 2019-07-17
待测试的2个数据集.txt, 244 , 2019-07-17

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

发表评论

0 个回复

  • CamshiftTrack
    说明:  物体运动的跟踪,比如行人和车辆等物体的跟踪(Tracking the motion of an object, such as a pedestrian or vehicle)
    2020-05-29 09:34:17下载
    积分:1
  • fingerprint-classification3
    该程序是指纹分类源码,其中计算方向场部分MATLAB源码(The program is fingerprint classification code, which calculate the direction of the field part of the MATLAB source code)
    2011-07-07 09:15:50下载
    积分:1
  • e3
    说明:  matlab图像融合,对一幅图像的RGB三通道分别做不同的处理,然后重新融合(Matlab image fusion, an image of RGB three channels to do different processing, and then re-fusion)
    2020-05-30 23:35:30下载
    积分:1
  • pcannc
    主分量分析对SAR图像目标进行特征提取,用最近临方法进行分类(Principal component analysis(PCA) of SAR image target feature extraction, classification using nearest-neighbor method)
    2021-01-01 21:58:58下载
    积分:1
  • cry
    说明:  通过IDL,简单实现灰度变换,彩色变换等基本操作,包括图片打开保存拖拽显示(Simple implementation of gray level transformation, color transformation and other basic operations)
    2019-04-23 11:13:51下载
    积分:1
  • 区域编码和阈值编码实现压缩
    c++语言或MATLAB编程对256×256的灰度图像进行8×8DCT变换,对变换后的结果进行处理: 采用区域编码和阈值编码方法实现图像压缩,保留 50% 的系数(区域编码保留前 50%个系数,阈值编码保留 50%的大系数); 再反变换后,对比原始图像和处理后的图像。(C++ or MATLAB programming performs 8 * 8DCT transform on 256 * 256 grayscale images, processing the transformed results: The region coding and threshold coding are used to compress the image, and the coefficient of 50% is retained (the first 50% coefficients are reserved for the region code and the large coefficient of the threshold code is retained by 50%). After inverse transformation, the original image and the processed image are compared.)
    2020-07-01 08:40:01下载
    积分:1
  • Subpixel-level-corner-
    就用利用OPENCV亚像素级角点检测,这个方法对于初学代码程序的人来说很实用(On the use of the use of sub-pixel OPENCV corner detection, this method code program for the beginner who is very practical)
    2015-09-08 21:46:15下载
    积分:1
  • sauvola
    图像二值化算法,试用效果还不错,欢迎大家试用(Improved Image and Text Binarization Algorithm)
    2015-06-08 10:35:07下载
    积分:1
  • compute rmse
    用于计算两幅图片之间的峰值信噪比,从而衡量图片重建质量(It used to calculate the peak signal to noise ratio between the two pictures, which measure the quality of the reconstructed image)
    2016-05-29 20:35:26下载
    积分:1
  • Stereoepipolargeometry
    图像中的对极几何问题,是一个了解和学习外极线约束方法的不错代码(Image epipolar geometry problems, is a knowledge and learning outside the epipolar constraint method of good code)
    2008-04-30 16:53:19下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载