Markov Random Fields are a really popular way to look at an image, but I can’t find a direct reference to them being implemented in OpenCV. Perhaps they are named differently, or are built from some indirect method.
As the title states, are MRFs implemented in OpenCV? And if not, what is the popular way to represent them?
OpenCV deals mostly with statistical machine learning rather than things that go under the name Bayesian Networks, Markov Random Fields, or graphical models.