Markov Random Field For Pixel Labeling

2 views (last 30 days)
Algorithms Analyst
Algorithms Analyst on 13 Aug 2013
Hello all
I have a binary Image and I want to apply markov random field for labeling. Can any one help me how can I do it in matlab?
Thanks
  4 Comments
Image Analyst
Image Analyst on 14 Aug 2013
Why do you want to do this? Why can't you label with bwlabel() or bwconncomp()?
Algorithms Analyst
Algorithms Analyst on 14 Aug 2013
AS you know we compute the global energy in MRF.Therefore, I need my static foreground region stable..For more details you can see the paper on this idea (<http://www.academia.edu/2244964/A_Fuzzy_Background_Modeling_Approach_for_Motion_Detection_in_Dynamic_Backgrounds>)
After the binary image they obtained.They implemented MRF to improved the quality of foreground.
I hope you understand it..

Sign in to comment.

Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!