登录
首页 » matlab » matlab 解决散斑图像的重建问题

matlab 解决散斑图像的重建问题

于 2020-06-20 发布
0 200
下载积分: 1 下载次数: 11

代码说明:

说明:  解决散斑图像的重建问题,主要是使用了相位恢复算法(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 个回复

  • chap1_3
    一本运用Visual C++ 的 数字图像处理的书里的源代码。非常好,初学者,很快可以上手.范例 3(Visual C++ for The digital image processing)
    2009-11-04 11:07:22下载
    积分:1
  • window
    可根据需要自定义窗口形状,用于各种特效窗口开发(Customizable window shape, for a variety of special effects needed to develop window)
    2014-02-07 14:42:46下载
    积分:1
  • MeFrm
    说明:  傅立叶变换在图像处理中的重要作用: (A) 图像增强与图像去噪 绝大部分噪音都是图像的高频分量,通过低通滤波器来滤除高频噪声;边缘也是图像的高频分量,可以通过添加高频分量来增强原始图像的边缘; (B) 图像分割与边缘检测 提取图像高频分量 (C) 图像特征提取 形状特征:傅里叶描述子 纹理特征:直接通过傅里叶系数来计算纹理特征 其他特征:将提取的特征值进行傅里叶变换来使特征具有平移、伸缩、旋转不变性 (D ) 图像压缩 可以直接通过傅里叶系数来压缩数据;常用的离散余弦变换是傅立叶变换的实变换; (Fourier transform in the important role of image processing: (A) image enhancement and image denoising Most of all images of high frequency noise by low pass filter to filter out high frequency noise edge is the image of the high frequency components can be enhanced by adding high frequency components to the edge of the original image (B) Image segmentation and edge detection High frequency components extracted image (C) image feature extraction Shape features: Fourier descriptors Texture: directly through the Fourier coefficients to calculate the texture features Other features: The characteristic value extracted by Fourier transform to the characteristics of translation, scaling, rotation invariance (D) image compression Fourier coefficients can be directly compressed data commonly used discrete cosine transform is the Fourier transform of the real transformation 朗读显示对应的拉丁字符的拼音)
    2011-03-28 19:06:27下载
    积分:1
  • Server
    此程序采用vc++6.0编写,可以实现4路视频采集,压缩以及编码(编码算法包括mpeg2),采用的采集卡是天敏vc4000,利用回调函数作为采集的主要手段 另外提供网络传输的服务端程序(This program uses a vc + +6.0 preparation, can achieve 4-channel video capture, compression and encoding (encoding algorithm including mpeg2), using capture card is Mortimer vc4000, use the callback function as the primary means of collection additionally provides end network transport services program)
    2013-05-26 11:38:26下载
    积分:1
  • MAP
    实现图像的超分辨率算法,采用最大后验(MAP)算法,实现效果不错。(Image super-resolution algorithm using maximum a posteriori (MAP) algorithm, to achieve good results.)
    2020-09-14 20:08:02下载
    积分:1
  • decon
    基于最小相位雷克子波反褶积的matlab程序,有脉冲反褶积,最小平方反褶积和预测反褶积(Matlab program based on the the Leike Zi wave pulse deconvolution)
    2012-05-25 13:56:49下载
    积分:1
  • SyntheticAlgorithm
    离散小波变换(母小波采用db24)和FFT变换的混合算法,对谐波分量进行分析,求出各平稳谐波分量幅值及时变信号的发生时间(Hybrid algorithm of discrete wavelet transform and FFT transform analysis of the harmonic components, the calculated steady harmonic component amplitude and time-varying signal occurred)
    2012-10-15 18:30:22下载
    积分:1
  • SAR
    SAR多普勒成像算法matlab实现以及逆合成孔径雷达回波信号成像(Matlab implementation of SAR Doppler imaging algorithm and echo signal imaging of inverse synthetic aperture radar)
    2017-11-15 16:59:51下载
    积分:1
  • fuzzy
    fuzzy,基于matlab的一个融合程序。(fuzzy, a fusion procedure based on matlab.)
    2012-03-20 21:49:37下载
    积分:1
  • watershed
    利用形态学分水岭算法对图像进行分割,对细胞图像能达到较好的分割效果(Using morphological watershed algorithm for image segmentation, the cell image segmentation can achieve better results)
    2021-01-28 20:28:35下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载