搜索资源列表
TVAL3
- %TVDENOISE Total variation grayscale and color image denoising % u = TVDENOISE(f,lambda) denoises the input image f. The smaller % the parameter lambda, the stronger the denoising. % % The output u approximately minimizes the Rudin-Osher-Fatemi (ROF)
tvdenoise
- 用total variance(TV)算法对图像进行去噪,具体参数代码里有-With the total variance (TV) image denoising algorithm, the specific parameters in the code there
l1magic-1.1
- 利用TV算法实现两幅图像的融合,融合规则采用最大值选取规则,测量矩阵采用傅里叶星型抽样模型-TV algorithm using two images of fusion, fusion rule with the maximum selection rule, measurement matrix Fourier sampling model star
An_Algorithm_for_Total_Variation_Minimization_and_
- TV最小化模型的一个算法,以及相应的应用程序-An Algorithm for Total Variation Minimization and Applications
sfdm
- TV滤波算法的源代码,关于去噪的算法代码,要的自己下载-TV filtering algorithm source code, on the denoising algorithm code, want to download
Demo_CS_TVqc
- 压缩感知中全变分(TV)重构算法,本程序主要用于图像重构-Total variation in the compressed sensing (TV) reconstruction algorithm, this procedure is mainly used for image reconstruction
TVmatlabtv
- 一个关于TV模型算法的编写程序代码 具有很好的去除噪声效果-A about TV model algorithm of writing code has the very good for removing noise effect
An-Algorithm-for-TV-Minimization
- 一篇很经典的TV改进方法 比原来的更快 更准 -An_Algorithm_for_Total_Variation_Minimization_and_Applications ,which is effective and fast
Image-Inpainting
- :针对TV模型修复算法只沿梯度垂直方向扩散,容易在平滑区域引入阶梯效应,迭代效率低,易产生假边缘的缺点,分析比较了TV图像修复模型的性能,提出了一种改进的图像修复算法。-Abstract:TV image inpainting only repairs algorithm along the vertical direction,making diffusion gradi— ent in smooth area into stair step effect,reducing iterati
TVNorm
- 磁共振图像重建中运用压缩感知的知识结合全变分(TV)的恢复算法-Magnetic resonance image reconstruction using compressed sensing knowledge combined total variation (TV) recovery algorithm
zishiyingTVquzao
- 自适应TV去噪,是一种自适应滤波算法,处理噪声效果良好,适合编程参考-TV adaptive de-noising, is an adaptive filter algorithm processing noise effect is good for programming reference
TV-L1 optical flow based mosaicing GUI
- This is an OpenCV implementation of TV-L1 optical flow algorithm of Chambolle and Pock. A graphic interface is provided to create mosaics using this optical flow method. The project files are included and are to be used with Microsoft Visual Studio.
TV
- 用于修复图像。可以实现一副图像的人工字幕污损,然后利用TV修复算法进行图像修复。修复效果好,带有可以实现的图片。-Used to repair images. Can make a picture of the artificial subtitle smear, and then use the TV repair algorithm for image restoration. Repair effect is good, with the picture can be achieved.
Block_CS_TV
- 分块图像压缩感知中的TV重构算法代码,压缩感知(compressed sensing, CS)技术可以由极少量的观测数据来重建原始信号, 极大地降低了信号采样率(TV algorithm code of block-based compressed sensing)
Matlab codes for linearized Bregman algorithms
- Bregman Algorithm for Anisotropic TV denosing Bregman算法各向异性TV去噪B(The methods studied here are based on the Bregman iterative regularization, and efficient algorithm for convex, constraint optimization problems. We study two different versions of th
game
- 电视节目中的”你来比划我来猜“大家应该都看过,而且很多人也玩过,规则就是一个人看词语比划相应动作和说一些提示,另一个人看不到词语要通过比划的动作猜出来,猜的过程中主持人判断是否符合规则。 某一组玩家猜词语的算法设计为: 1.开始计时--->2.猜词语--->3.答对则正确数加1并回到2,要跳过或犯规了则直接回到2,超时了直接跳到3--->3.循环10次后或时间结束后统计答对的题数 有num组玩家就进行以上流程的num次循环,当然也要准备x组词语,因为每组玩家猜的词语是不同