搜索资源列表
yizhongsuijiduotuoyuanjiancedekuaisusuanfa
- 针对多椭圆检测问题提出了一种快速随机检测算法。该算法利用在图像中随机采样到的一个边缘点和 局部搜索到的两个边缘点以及这三个点的邻域信息确定候选椭圆,再将候选椭圆变换为对应圆,通过确认真圆来确 认真椭圆。在确定候选椭圆时,最大限度地减少随机采样点数 剔除更多的非椭圆点,降低了无效采样,减少了无效 计算。数值实验结果表明:该算法具有良好的鲁棒性,其检测速度比同类算法快-Ellipse detection problem for many a fast random detect
beiyesifenbu
- 分类判别中,bayes判别的确具有明显的优势,与模糊,灰色,物元可拓相比,判别准确率一般都会高些,而BP神经网络由于调试麻烦,在调试过程中需要人工参与,而且存在明显的问题,局部极小点和精度与速度的矛盾,以及训练精度和仿真精度间的矛盾,等,尽管是非线性问题的一种重要方法,但是在我们项目中使用存在一定的局限,基于此,最近两天认真的研究了bayes判别,并写出bayes判别的matlab程序,与spss非逐步判别计算结果一致。-Classified Identifying, bayes discrim
nlm_code_for_mri
- 非局域均值去噪算法,以及针对mri图片rician噪声的改进算法。-nonlocal mean denoising algorithm, and its modified version for mri images with rician noise.
Nonlocal_Operators_for_inverse_problems_NLIP_v1.zi
- 非局部图像处理算法描述代码,以及其应用于图像复原的测试代码,是C语言和MATLAB的混合编程。-Non-local image processing algorithms described in code, as well as its test code in image restoration is a mixture of C programming language and MATLAB.
OLPP
- 在人脸识别过程中,进行非线性特征提取,基于流形的特征提取,正交局部保持投影。-In face recognition process, non-linear feature extraction, based on the feature extraction, orthogonal submanifolds with local keep projection.
code
- 图像去噪的matlab程序,采用经典的非本地去噪(non-local),是现在最有影响的去噪算法之一-Matlab image denoising procedures, using the classical non-local denoising (non-local), is now one of the most influential denoising
local_linear_smoothing
- Matlab functions implementing non-parametric local linear smoothing (LLS) for one-dimensional curve fitting: yi = f(xi) + ei for i = 1, 2, ..., n. The toolbox contains: (i) the usual LLS estimator, see e.g. [1] (ii) a jump-preserving (two-sided) LLS
NLMeans
- 非局部均值去除图像噪声,matlab程序实现,非常有参考价值-Non-local means to remove image noise, matlab program, very useful
Matlab_learning_materials
- 主要包括图像的中值、均值去噪、非局部均值、分块局部去噪算法;还有均方误差和峰值信噪比评价、以及matlab基础学习资料如边缘检测、小波变化、灰度值转换等-Including image median, mean denoising, non-local means, block local denoising algorithm also mean square error and peak signal to noise ratio evaluation, and matlab based
Nolocal-means-filter
- 非局部均值,图像去噪,matlab,有点慢-Non-local means image denoising, matlab, a bit slow
NL_MEANinpainting
- non-local mean exemplar based inpainting MATLAB
Matlab_NLM
- This only a matlab program for non local means denoising filter implementation.-This is only a matlab program for non local means denoising filter implementation.
NLM
- MATLAB implementation of non local means algorithm for image denoising and comparison with other fast algo with PSNR and SSIM computation
ppb
- This MATLAB software implements the denoising algorithm (the Probabilistic Patch-Based filter) for images damaged by multiplicative Nakagami-Rayleigh noise as presented in: Iterative Weighted Maximum Likelihood Denoising with Probabilistic Patc
NL-Means
- Non-local means算法由A. Buades, B. Coll, J.M Morel提出。该算法的主要参考文献为: A. Buades, B. Coll, J.M Morel, A review of image denoising algorithms, with a new one , Multiscale Modeling and Simulation (SIAM interdisciplinary journal), Vol 4 (2), pp: 49
eusipco2014code
- 目前非局部均值滤波算法研究比较火热,此程序提供了基础的非局部均值滤波matlab程序。-Currently Non-local means filtering algorithm is relatively hot, this program provides the basis for the non-local mean filter matlab program.
NLmeansfilter
- nlm算法,图像处理中的非局部均值滤波算法,matlab运行,很好的算法。-nlm algorithm, image processing non-local means filtering algorithm, matlab running, good algorithm.
NLmeansfilter_Fast
- 基于非局部均值快速算法,使用matlab实现。论文《FAST IMAGE AND VIDEO DENOISING VIA NON-LOCAL MEANS OF SIMILAR NEIGHBORHOODS》(Fast algorithm of non local means)
NL-means
- 利用MATLAB实现了图像的非局部均值去噪算法,效果明显。(The non local means denoising algorithm of image is implemented by MATLAB, and the effect is obvious.)
Non_Local_Means
- 非局部均值图像去噪matlab程序,可以直接运行,不需要修改,去噪效果还可以(Matlab program for non-local mean image denoising)