登录
首页 » matlab » blindBAYNLM

blindBAYNLM

于 2016-02-27 发布 文件大小:590KB
0 256
下载积分: 1 下载次数: 25

代码说明:

  图像降噪、贝叶斯估计、盲源降噪,采用盲源方法进行噪声估计,再进行贝叶斯非局部均值降噪(Image denoising, Bias estimation and blind source noise,The blind source method for noise estimation, then the Bayes non local mean noise reduction)

文件列表:

blindBAYNLM
...........\Bay_NLM1.m,14523,2015-06-22
...........\BlindNLBay.cpp,2261,2015-07-08
...........\BlindNLBay.h,864,2015-07-08
...........\ConMos.m,681,2015-06-19
...........\imagePro.m,502,2015-06-19
...........\LibNlBayes
...........\..........\LibMatrix.cpp,4931,2015-07-08
...........\..........\LibMatrix.h,2943,2014-09-15
...........\..........\NlBayes.cpp,39184,2015-07-08
...........\..........\NlBayes.h,13371,2014-09-15
...........\MultiScaleDenoising.m,1765,2015-07-09
...........\MultiScalesDenoising
...........\....................\MultiScalesDenoising.cpp,5955,2015-07-08
...........\....................\MultiScalesDenoising.h,1179,2015-07-07
...........\NLBay.exp,621,2015-07-07
...........\NLBay.lib,1710,2015-07-07
...........\NLBay.mexw32,11776,2015-07-07
...........\NLBay.mexw64,48128,2015-07-09
...........\NLBay.mexw64.manifest,381,2015-07-07
...........\NoiseEstimate
...........\.............\CHistogram.cpp,6711,2015-07-07
...........\.............\CurveFiltering.cpp,13218,2015-07-08
...........\.............\CurveFiltering.h,3180,2014-09-15
...........\.............\operations.cpp,9511,2015-01-16
...........\.............\RunNoiseEstimate.cpp,38255,2015-07-18
...........\.............\RunNoiseEstimate.h,4860,2014-09-15
...........\NoiseLevel.m,4130,2015-02-03
...........\NoiseLevelEstimator.m,1492,2015-07-03
...........\PCANoiseLevelEstimator.m,6211,2012-06-15
...........\result



...........\splitMosatic.m,916,2015-06-19
...........\SubSampling.m,1205,2015-06-09
...........\testFun.cpp,47,2015-07-07
...........\testFun.h,26,2015-07-07
...........\test_blind.m,1281,2015-07-09
...........\upgradeMosaic.m,512,2015-06-19
...........\UpSampling.m,584,2015-06-09
...........\Utilities
...........\.........\CImage.cpp,14596,2015-07-08
...........\.........\CImage.h,3319,2015-07-07
...........\.........\LibImages.cpp,20889,2015-07-08
...........\.........\LibImages.h,8775,2015-07-08
...........\.........\Utilities.cpp,5176,2015-07-07
...........\.........\Utilities.h,5241,2014-09-15

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

发表评论

0 个回复

  • jpg_encoder_and_decoder_matlab
    自己用matlab写的灰度图像压缩解压程序 jpegencoder可以打开图像压缩后存储为c.jpg(只限于灰度图像) jpegdecoder只适用于把jpegencoder的c.jpg解压,还不可以对任意图像解压,有待以后完善 作者 ar_dong(jpegencoder jpegdecoder author ar_dong)
    2020-12-30 21:48:59下载
    积分:1
  • Plot_PreRecallThousand
    在进行图像显著性分析时,要通过PR曲线进行比较不同方法的好坏,这个源码可以实现此功能。(Significantly during image analysis, through PR curves comparing different methods is good or bad, this source can achieve this functionality.)
    2013-05-24 10:47:12下载
    积分:1
  • Triangle_Renderer_Project
    老外写的程序,可对三角形进行渲染,有详细的算法介绍。非常棒(A good Triangle Renderer Project,with detailed introduction.)
    2011-04-22 09:18:28下载
    积分:1
  • Fast_median_filter
    说明:  FPGA数字图像处理实现均值滤波,并且仿真将生成图片写出TXT格式以便使用MATLAB查看(Mean filter is realized by digital image processing in FPGA, and the generated image is written in TXT format for viewing with MATLAB.)
    2019-06-01 21:23:25下载
    积分:1
  • junh
    matlab下实现图像的灰度直方图绘制 以及图像的灰度均衡化处理(Matlab image histogram of the gray scale mapping and image processing gray balance)
    2007-01-08 00:06:51下载
    积分:1
  • yuzhihuafenge
    图像分割是把图像划分成具有实际意义的互补交迭的区域的集合。在图像分割之前,图像区域的数目未知,而在分割后各个区域同时满足均匀性和连通性的条件,故图像分割是一个复杂的过程,目前大多数研究都是针对某一类型图像或者某一具体应用的分割。图像阈值化分割的基本思想是确定一个阈值,然后把每个像素点的像素值和阈值相比较,根据比较的结果把像素划分为两类,前景(1)或背景(0)。该方法的关键是确定一个最优的阈值。常用的阈值确定方法有直接门限法、类间最大方差法(otsu法)、分水岭算法、最小误差法、最大熵法等。该段代码就是图像的阈值分割。(The image segmentation is divided into the practical significance of the emerging area of complementary set. In the image segmentation, before the number of image region, the unknown, and after each area in division at the same time satisfy the uniformity and connectivity condition, so the image segmentation is a complicated process now, most research are for a certain type image or a particular application of the division. Image threshold segmentation of the basic idea is to determine a threshold, then put each pixel threshold value of the pixels and compared, according to the result of the comparison the pixel divided into two categories, the prospect (1) or background (0). This method is the key to determine an optimal threshold. Commonly used method to determine the threshold value of direct threshold method, the largest of the variance between method (otsu method), watershed algorithm, the minimum error method, the maximum entropy method, etc. When the code is image threshold segm)
    2011-11-14 21:10:46下载
    积分:1
  • 基于hessian矩阵的frangi血管增强算法 frangi filter version2a
    说明:  基于hessian矩阵的frangi血管增强算法(An algorithm of vascular enhancement based on Hessian matrix)
    2019-11-25 23:24:12下载
    积分:1
  • cuvsor
    snakes are a variational technique to find the best contour,(Snakes are a variational technique to find the best contour,)
    2017-05-03 17:38:54下载
    积分:1
  • 几篇关于基于粒子滤波的检测前跟踪论文 PF--track-before-detected
    几篇关于基于粒子滤波的检测前跟踪论文。中文英文都有。(Some papers are about PF-TBD, it is very useful in track before detected. )
    2016-02-29 12:03:32下载
    积分:1
  • matlab_gaosumubiao
    高速机动目标检测跟踪的程序,好不容易写的,请珍惜(High-speed target detection)
    2012-06-14 11:09:50下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载