资源简介

马尔科夫随机场模型程序。已经运行过了,可以使用

资源截图

代码片段和文件信息

% noisyImage = addNoise(image pFlip); 
% add noise (ie include noise; it need not be additive) to image.

function [noisyImage] = addNoise(image pFlip); 

if size(image3) == 1
    flipImage = rand(size(image)) < pFlip;
    noisyImage = xor(flipImage image);
end

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-02-11 15:57  matlab_MRF\
     目录           0  2008-08-28 11:25  matlab_MRF\matlab_MRF\
     目录           0  2008-08-17 09:16  matlab_MRF\matlab_MRF\matlab MRF toy examples\
     文件         276  2003-10-06 07:20  matlab_MRF\matlab_MRF\matlab MRF toy examples\addNoise.m
     文件         823  2003-10-05 18:20  matlab_MRF\matlab_MRF\matlab MRF toy examples\computeBeliefs.m
     文件         233  2003-10-09 20:59  matlab_MRF\matlab_MRF\matlab MRF toy examples\gaussplot.m
     文件         387  2003-10-08 08:55  matlab_MRF\matlab_MRF\matlab MRF toy examples\getCliqueProb.m
     文件         722  2003-10-11 16:52  matlab_MRF\matlab_MRF\matlab MRF toy examples\getLogProb.m
     文件         209  2003-10-05 14:52  matlab_MRF\matlab_MRF\matlab MRF toy examples\getPropMat.m
     文件         690  2003-10-11 16:39  matlab_MRF\matlab_MRF\matlab MRF toy examples\getRasterNeighbors.m
     文件         445  2003-10-08 22:28  matlab_MRF\matlab_MRF\matlab MRF toy examples\ICM.m
     文件         398  2003-10-05 20:54  matlab_MRF\matlab_MRF\matlab MRF toy examples\initBPMessages.m
     文件         215  2003-10-07 21:25  matlab_MRF\matlab_MRF\matlab MRF toy examples\initICM.m
     文件         913  2003-10-06 07:22  matlab_MRF\matlab_MRF\matlab MRF toy examples\initLocalEvidence.m
     文件        1926  2003-10-05 14:58  matlab_MRF\matlab_MRF\matlab MRF toy examples\initMRF.m
     文件        2027  2003-09-03 10:52  matlab_MRF\matlab_MRF\matlab MRF toy examples\initNodes.m
     文件         324  2003-07-16 19:14  matlab_MRF\matlab_MRF\matlab MRF toy examples\initPaths.m
     文件        1395  2003-10-11 07:52  matlab_MRF\matlab_MRF\matlab MRF toy examples\ipf.m
     文件         249  2003-10-05 20:21  matlab_MRF\matlab_MRF\matlab MRF toy examples\marginals2image.m
     文件         220  2003-09-03 16:49  matlab_MRF\matlab_MRF\matlab MRF toy examples\multMessages.m
     文件        2058  2003-10-07 20:51  matlab_MRF\matlab_MRF\matlab MRF toy examples\oneIterBP.m
     文件         682  2003-09-03 17:12  matlab_MRF\matlab_MRF\matlab MRF toy examples\runBP.m
     文件        3765  2003-02-10 12:50  matlab_MRF\matlab_MRF\matlab MRF toy examples\showIm.m
     文件         339  2003-10-07 21:34  matlab_MRF\matlab_MRF\matlab MRF toy examples\states2image.m
     文件        2249  2007-04-16 16:57  matlab_MRF\matlab_MRF\matlab MRF toy examples\testMRF.m
     文件        1027  2003-02-10 12:50  matlab_MRF\matlab_MRF\matlab MRF toy examples\utAxisAngleToRotmat.m
     文件         632  2003-03-27 15:19  matlab_MRF\matlab_MRF\matlab MRF toy examples\utCropImageToPowerOfTwo.m
     文件         928  2003-02-10 12:50  matlab_MRF\matlab_MRF\matlab MRF toy examples\utFilename.m
     文件         282  2003-02-10 12:50  matlab_MRF\matlab_MRF\matlab MRF toy examples\utIf.m
     文件         184  2003-02-10 12:50  matlab_MRF\matlab_MRF\matlab MRF toy examples\utIsScalarBoolean.m
     文件         214  2003-02-10 12:50  matlab_MRF\matlab_MRF\matlab MRF toy examples\utIsScalarInteger.m
............此处省略11个文件信息

评论

共有 条评论