MCMC Image Processing Example in Matlab or Python

前端 未结 2 1932
深忆病人
深忆病人 2021-02-11 06:16

I am looking for a sample code that utilizes Markov Chain Monte Carlo method for image processing, preferably for segmentation, in Matlab or Python. Except for the MRP ICM.m exa

相关标签:
2条回答
  • 2021-02-11 07:05

    From Mumford's Pattern Theory book samples

    http://www.dam.brown.edu/ptg/MDbook/

    this chapter

    http://www.dam.brown.edu/ptg/MDbook/Chapter4.html

    has Ising model and MCMC (Gibbs sampling).

    Also

    http://elec.otago.ac.nz/w/images/1/19/ELEC404_Inverse_Problems.pdf

    I found that searching for "imread", "MCMC", "Hastings" provides good results.

    0 讨论(0)
  • 2021-02-11 07:11
    • http://healthyalgorithms.wordpress.com/2008/11/05/mcmc-in-python-pymc-to-sample-uniformly-from-a-convex-body/
    • http://notendur.hi.is/eches/research.html
    • http://www.cs.ubc.ca/~murphyk/Teaching/CS340-Fall06/reading/mcmc.pdf
    0 讨论(0)
提交回复
热议问题