登录
首页 » matlab » MRF(matlab)

MRF(matlab)

于 2011-12-21 发布 文件大小:21KB
0 172
下载积分: 1 下载次数: 205

代码说明:

  一个很好的马尔科夫随机场(MRF)模型应用实例。(Examples for the application of markov random field.)

文件列表:

MRF(matlab)
...........\addNoise.m,276,2003-10-06
...........\computeBeliefs.m,823,2003-10-05
...........\gaussplot.m,233,2003-10-09
...........\getCliqueProb.m,387,2003-10-08
...........\getLogProb.m,722,2003-10-11
...........\getPropMat.m,209,2003-10-05
...........\getRasterNeighbors.m,690,2003-10-11
...........\ICM.m,445,2003-10-08
...........\initBPMessages.m,398,2003-10-05
...........\initICM.m,215,2003-10-07
...........\initLocalEvidence.m,913,2003-10-06
...........\initMRF.m,1926,2003-10-05
...........\initNodes.m,2027,2003-09-03
...........\initPaths.m,324,2003-07-16
...........\ipf.m,1395,2003-10-11
...........\marginals2image.m,249,2003-10-05
...........\multMessages.m,220,2003-09-03
...........\oneIterBP.m,2058,2003-10-07
...........\runBP.m,682,2003-09-03
...........\showIm.m,3765,2003-02-10
...........\states2image.m,339,2003-10-07
...........\testMRF.m,2249,2005-04-03
...........\utAxisAngleToRotmat.m,1027,2003-02-10
...........\utCropImageToPowerOfTwo.m,632,2003-03-27
...........\utFilename.m,928,2003-02-10
...........\utIf.m,282,2003-02-10
...........\utIsScalarBoolean.m,184,2003-02-10
...........\utIsScalarInteger.m,214,2003-02-10
...........\utIsScalarReal.m,131,2003-02-10
...........\utIsSingleString.m,172,2003-02-10
...........\utNormalize.m,270,2003-02-10
...........\utParseArgs.m,3646,2003-02-10
...........\utReadPnm.m,2204,2003-02-23
...........\utRotmatToAxisAngle.m,1289,2003-02-10
...........\utSafeInverse.m,264,2003-02-10
...........\utSafeMult.m,428,2003-02-10
...........\utSigmoid.m,96,2003-02-10
...........\utWritePnm.m,2534,2003-02-23

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

发表评论

0 个回复

  • zuidashang
    说明:  最大熵是图像阈值分割里常用的一种简单且效果明显的方法。该代码是最大熵算法的快速递推形式。(Maximum Entropy is Image Threshold Segmentation ri common a simple and obvious effect method. The code is maximum entropy algorithm rapid recursion forms.)
    2021-01-05 21:18:54下载
    积分:1
  • 归档
    说明:  灰度图像异或加密,函数需要输入一个要加密的图片,图片的灰阶以及一个伪随机比特流(Gray image XOR encryption, the function needs to input a picture to be encrypted, the gray scale of the picture and a pseudo-random bit stream)
    2020-06-11 15:05:25下载
    积分:1
  • ImageProcess
    c#写的图像处理程序框架,包括打开图片、保存、关闭等功能。图像处理包括图像增强里用到的灰度化、亮度增强、线性非线性平滑、一阶二阶锐化等。(c# write image-processing program framework, including open images, save, close and other functions. Image processing including image enhancement is used inside the gray-oriented, brightness increased, the linear non-linear smoothing, sharpening and so on a first-order second-order.)
    2009-10-22 10:19:21下载
    积分:1
  • cuchao
    一个简单的图像处理中粗糙度和方向度的MATLAB编程实现,已经通过调试,无误可用(A simple image processing in the direction of roughness and degree of MATLAB programming, has been through debugging, accurate available)
    2009-01-08 15:25:56下载
    积分:1
  • DarkChannelPrior
    目标物与摄像机距离已知的情况下,计算白天大气能见度距离。(The distance between the object and the camera is known to calculate the visibility distance in daytime.)
    2017-01-20 14:10:32下载
    积分:1
  • problemanswer
    数字图像处理第二版英文版(冈萨雷斯).pdf(Digital Image Processing Second Edition English (Gonzalez). Pdf)
    2010-08-31 22:40:35下载
    积分:1
  • Picture
    图片处理 去噪音,去模糊为了实现较好保留图像边缘特征的有效去噪,提出了一种基于边缘检测的Contourlet 变换去噪方法(Picture Deal)
    2013-05-28 16:20:28下载
    积分:1
  • grabcut_matlab
    三种基于GraphCut的图像分割方法,分别是GrabCut,LazySnapping和改进的GrabCut,其中用到了matlab和VC++的混合编程,在调用之前需生成mex文件(Three kinds of image segmentation method based on GraphCut, respectively GrabCut, LazySnapping and improved GrabCut, which used the matlab and VC++ mixed programming, before calling the mex file to be generated)
    2020-11-26 00:09:31下载
    积分:1
  • HaarPSRC=Vehicle-detection
    运用harr特征+SRC(稀疏表示)分类实现的一种车辆检测方法,文件中提供了训练和测试车辆图片。由于时间原因,所用haar特征没有优化,维度过高,导致滑窗框图过慢,本代码只输出效果统计数据,以供大家参考学习稀疏表示在车辆检测中的应用。(Using harr feature+SRC (sparse representation) classification to achieve a vehicle detection method, the paper provides a training and test vehicle picture. Due to time reasons, the use of haar feature is not optimized, high dimension, resulting in sliding sash figure is too slow, the effect of the code only output statistics for your reference learning sparse representation in the vehicle detection.)
    2013-07-31 11:21:35下载
    积分:1
  • CLAHE
    网上下的CLAHE的matlab程序,原先运行有点问题,我修改了下,保证可以通畅运行了。(CLAHE algorithm for image enhancemnt)
    2012-04-24 14:45:22下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载