登录
首页 » matlab » APG_quantum_mex_Aug_20_2012

APG_quantum_mex_Aug_20_2012

于 2014-11-17 发布 文件大小:38KB
0 199
下载积分: 1 下载次数: 24

代码说明:

  APG算法,加速近端临近点算法,通过对子问题的调整,计算速度很快(APG algorithm, accelerated near the proximal point algorithm, by adjusting the sub-problems, fast calculation)

文件列表:

APG_quantum_mex_Aug_20_2012
...........................\allpaulis.m,1102,2012-07-10
...........................\Amap_Quantum.m,792,2012-07-12
...........................\Amap_Quantum_mex.c,3163,2012-08-20
...........................\Amap_Quantum_mex.mexglx,7052,2012-08-20
...........................\Amap_Quantum_test.m,749,2012-08-06
...........................\APGL.m,7586,2012-07-20
...........................\APGL_Correct.m,8023,2012-08-02
...........................\APGL_Nuclear.m,7699,2012-07-24
...........................\APGL_Trace.m,7848,2012-08-02
...........................\ATAmap_Quantum.m,786,2012-07-08
...........................\ATmap_Quantum.m,923,2012-07-12
...........................\ATmap_Quantum_mex.c,1821,2012-08-20
...........................\ATmap_Quantum_mex.mexglx,7023,2012-08-20
...........................\ATmap_Quantum_test.m,188,2012-08-06
...........................\getdata.m,946,2012-07-05
...........................\Installmex.m,679,2012-08-20
...........................\int2base.m,252,2012-07-03
...........................\least_square.m,6837,2012-08-02
...........................\localdepol.m,1142,2012-07-10
...........................\merge_vector.m,1322,2012-07-12
...........................\mexMergeVector.c,3907,2012-08-20
...........................\mexMergeVector.mexglx,7050,2012-08-20
...........................\Myeig.m,527,2012-07-08
...........................\Pauli_indx.m,747,2012-07-14
...........................\Pauli_Tensor_Mex.m,845,2012-08-12
...........................\Pauli_Tensor_old.m,1019,2012-08-20
...........................\Pauli_Tensor_test.m,1324,2012-08-12
...........................\proj_simplex.m,1172,2012-07-15
...........................\test.m,5721,2012-08-20
...........................\test_quantum.m,15678,2012-08-20

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

发表评论

0 个回复

  • LiveWireAuto
    这是典型的图像分割Livewire算法的源码 结合OPENCV,配置一下就可以用了(This is a typical source image segmentation algorithm Livewire combination OPENCV, can be used to configure what)
    2020-12-31 14:58:59下载
    积分:1
  • dicom(vc)
    论解读DICOM医学图像文件及其显示的VC++实施方法 是一份比较新的讨论dicon的vc实现方法的文章(read DICOM medical images and documents show that the implementation of the VC is a relatively new discussion di vc con method of the article)
    2007-06-22 00:20:44下载
    积分:1
  • 去噪评价指标ENL, SSIM, PSNR,SNR,EPI
    图像去噪的评价指标ENL, SSIM, PSNR,SNR,EPI(The evaluation indexes of image denoising are ENL, SSIM, PSNR,SNR and EPI)
    2021-04-18 01:08:52下载
    积分:1
  • CCD
    对ccd图像进行解码采集,并通过VGA输出(Ccd image decoding of the collection, and through the VGA output)
    2009-07-16 22:35:30下载
    积分:1
  • chuhuaxihua1
    粗化细化程序很好用的,大家试市啊,(crude refining procedures of the good, we take the city ah,!)
    2006-11-11 20:52:48下载
    积分:1
  • matlab实验程序
    说明:  (1)利用matlab函数进行噪声模拟,并用matlab自带函数进行图像滤波。 (2)利用给定图像自己编程实现使用均值滤波器、中值滤波器对不同强度的高斯噪声和椒盐噪声,进行滤波处理,并对结果进行评价分析,并解释结果。 (3)自己编程实现laplacian算子图像的处理,实现图像增强;编程实现sobel算子对图像边缘提取。将结果与matlab自带函数计算结果比较。 (4)利用模糊处理对图的灰度值进行改变实现灰度增强,并与直方图均衡结果比较((1) Matlab function is used to simulate noise, and Matlab function is used to filter image. (2) Using the given image, we use the mean filter and median filter to filter the Gaussian noise and salt and pepper noise with different intensities, evaluate and analyze the results, and interpret the results. (3) The image processing of Laplacian operator and image enhancement are realized by programming Sobel operator is used to extract image edge. The results are compared with those of MATLAB. (4) Fuzzy processing is used to change the gray value of the image to achieve gray enhancement and balance with histogram)
    2020-07-19 14:29:09下载
    积分:1
  • binary-video
    学习使用OpenCV,对输入的一段彩色视频,用OpenCV实现以下功能或要求: 1. 对输入视频的每一帧图像都用同一个阈值进行二值化; 2.在每帧二值化图像上叠加上含自己学号与姓名等信息的版权字幕; 3. 在处理的过程中,实时显示每帧图片处理之后的效果; 4.将所有这些二值化图像按视频原来顺序合成输出一个视频文件,按原输入视频播放速度的两倍合成; 5. 做成如下的命令行格式,xxx.exe 输入视频文件名 二值化阈值 输出视频文件名(例如 MyBiVideo.exe input.avi 50 output.avi ) 这里的二值化有两种选择,可以手动收入阈值,也可以直接用OTSU算法的较优阈值直接二值化。(Learn to use OpenCV, for some color video input, with the OpenCV following functions or requirements: 1. Each frame of the input video images are binarized using the same threshold value 2. superposed on the binarized image of each frame containing the copyright on the number and the name of their own learning subtitles other information 3. During processing, real-time display after processing each frame 4. All of these binarized image by synthesizing the video output of a video sequence of the original document, the original input composite video playback speed twice 5. made the following command line format, xxx.exe input video file name binary threshold value of the output video file name (eg MyBiVideo.exe input.avi 50 output.avi) Here there are two binary choice, you can manually income thresholds, you can directly use the optimum direct binarization threshold through OTSU algorithm.)
    2015-01-30 16:15:09下载
    积分:1
  • EVM_Matlab
    视频中运动的放大,欧拉运动放大,包含事例视频,以及代码使用方法。(Enlarge video motion, Euler motion amplification, contains examples of video, as well as the code to use.)
    2020-11-23 21:59:33下载
    积分:1
  • PDE
    偏微分方程图像复原代码,其中有频域迭代盲解卷积H1模型,TV去噪模型,自己编的自适应去噪模型,以及改进的自适应去噪模型,令附卫星图片,PSNR代码(Image restoration code of partial differential equations, including iterative frequency-domain blind deconvolution H1 model, TV denoising model, made themselves adaptive denoising model, and improved adaptive denoising model, so attached to satellite images, PSNR code)
    2010-05-31 12:10:06下载
    积分:1
  • Projects
    Restrccuturacion de suburvia y etc
    2014-11-12 21:52:10下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载