MCMC Image Processing Example in Matlab or Python

前端 未结 2 1934
深忆病人
深忆病人 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.

提交回复
热议问题