登录
首页 » matlab » matlab_MRF

matlab_MRF

于 2020-10-21 发布 文件大小:24KB
0 202
下载积分: 1 下载次数: 167

代码说明:

  马尔科夫随机场模型程序。已经运行过了,可以使用(Markov random field model program. Has been run, you can use)

文件列表:

matlab_MRF
..........\matlab_MRF
..........\..........\matlab MRF toy examples
..........\..........\.......................\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,2007-04-16
..........\..........\.......................\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
..........\..........\说明.txt,61,2008-08-16

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

发表评论

0 个回复

  • Image_Restoration
    此程序代码实现超分辨率图像的重建、复原 联合开发网 - pudn.com
    2010-05-19 17:01:00下载
    积分:1
  • winner
    matlab做的图像去噪程序,使用的是维纳滤波法(winner),内附图像,可直接运行(matlab image denoising procedure, using the Wiener filter method (winner), included images, can be run directly)
    2012-03-15 16:44:05下载
    积分:1
  • kuanEnhance
    结合SAR图像降斑以及频域增强的SAR图像增强技术(a SAR image enhancement method combined with despeckling and enhancement in the frequency domain)
    2012-04-18 19:02:27下载
    积分:1
  • JPEGCompression
    编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时相同的量化函数或量化值表对用量化系数表示的图像数据进行逆量化,得到每个子图像的变换系数。 (4)对逆量化得到的每个子图像的变换系数进行反向正交变换(如反向DCT变换等),得到(N/8)^2 个大小为8×8的子图像。 (5)将(N/8)^2 个大小为8×8的子图像重构成一个N×N的图像。 (6)进行颜色组合,将YUV格式转换为RGB格式图像。(JPEG compression and decompression process)
    2019-02-18 22:58:13下载
    积分:1
  • BIQI_release
    属于图像质量评价领域,无参考质量评价算法算法BIQI(Belongs to the field of image quality assessment, quality assessment algorithm without reference algorithm BIQI)
    2021-01-07 23:28:52下载
    积分:1
  • 2
    说明:  输入多幅图像实现帧间差分实现运动目标检测(Enter the number of inter-frame difference image realize realize moving target detection)
    2008-03-06 13:35:36下载
    积分:1
  • Remark-WatershedSegmentation
    说明:  性能上比经典分水岭有很大的提高。特别对于自然图像的分割,效果特别好。(Performance than the classical watershed have greatly improved. Especially for natural image segmentation, the effect particularly good.)
    2008-11-06 17:19:04下载
    积分:1
  • segmentation_from_sdf_values_example
    使用CGAL库对人体三维网格分割并且把分割后的网格展开到一个平面上(using cgal to segment a mesh an expend )
    2016-03-31 18:52:44下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • trackinger
    目标跟踪程序,使用matlab编写,采用CV模型,卡尔曼跟踪,有轨迹模拟,给出了跟踪的误差 目标跟踪,采用CV模型,卡尔曼滤波,给出模拟结果和跟踪结果,给出误差分析(Target tracking program, using matlab prepared, using the CV model, Kalman tracking, trajectory simulations have given a tracking error target tracking, using the CV model, Kalman filter, and track the results of the simulation results are given, error analysis is given)
    2021-04-24 17:28:47下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载