登录
首页 » matlab » matlab_MRF

matlab_MRF

于 2020-10-21 发布 文件大小:24KB
0 206
下载积分: 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 个回复

  • Retinex增强算法
    说明:  文件有几个基于视网膜的图像增强技术,有SSR,MSR代码(There are several image enhancement technologies based on retina, including SSR and MSR codes.)
    2019-10-29 16:16:39下载
    积分:1
  • ColorDWT
    彩色图像的DWT变换及水印提取,可以成功实现(Color image DWT watermark embedding and extraction (attack))
    2015-06-08 14:36:07下载
    积分:1
  • BM3D
    说明:  This is BM3D algorithm implemented according to the paper: K. Dabov, A. Foi, V. Katkovnik, and K. Egiazarian, “Image denoising by sparse 3D transform-domain collaborative filtering,” IEEE Trans. Image Process., vol. 16, no. 8, pp. 2080-2095, August 2007.(This is BM3D algorithm implemented according to the paper: Image denoising by sparse 3D transform-domain collaborative filtering)
    2020-07-06 10:04:45下载
    积分:1
  • ImageProcessing
    说明:  基于块分割的图像拼接,将图像按块拼接,缺点是速度很慢,算法有待改善(Block-based segmentation of the image mosaic, mosaic images by block, the disadvantage is very slow, the algorithm needs to be improved)
    2011-03-24 18:22:01下载
    积分:1
  • color-extract
    颜色特征提取,提取空间为HSV颜色空间,颜色特征提取,提取空间为HSV颜色空间(color extraction)
    2012-05-02 17:22:22下载
    积分:1
  • tuxiang
    图像分割关系到目标识别的精度,是目标检测的关键一步,其中提供了一些图像分割的代码,主要为otsu算法的分割方法,很实用(s related to the accuracy of target recognition, image segmentation is a critical step in target detection, provides some image segmentation code, very useful)
    2013-10-18 17:49:06下载
    积分:1
  • SplitterWnd
    利用CSplitterWnd类实现对单文档工程进行视图区域的分割(Using the CSplitterWnd class implements the single document engineering for segmenting the view area)
    2013-05-13 10:12:39下载
    积分:1
  • mser_code
    maximally stable extremal regions matlab codes use to detect maximally stable extremal regions.
    2008-04-05 00:36:57下载
    积分:1
  • bemd
    说明:  二维经验模态分解,分解图像等二维信号,可用于算法验证与学习(EMD This program calculates the Bidimensional EMD of a 2-d signal using the process of sifting. It is dependent on the function SIFT.)
    2011-02-26 20:03:08下载
    积分:1
  • 24368
    程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法请见相应头文件中的注释。(The program will interface with the data processing separate interface using MFC dialog template, registration, training, recognition and the main interface, respectively, to create a class that interacts with the user through a message handler, using multiple threads to display images in real time.   Data processing is divided into a CFaceAlign (Face Detection+ geometric normalization), CLightPrep (illumination normalization), CFaceFeature (Gabor feature extraction), CSubspace (computing Fisherface subspace) four categories, as well as a class is responsible for managing CFaceMngr interface and data exchange between. Such a program structure allows for interfaces and algorithms are independent of each other. Specific methods of each class, see the comments in the appropriate header files.)
    2015-04-13 10:05:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载