RockStarCoders / alienMarkovNetworks

Using MRFs and CRFs for computer vision problems.
21 stars 9 forks source link

add adjacency probs to superpixel MRF #12

Closed jsherrah closed 10 years ago

jsherrah commented 10 years ago

found this paper: http://vision.ucla.edu/papers/rabinovichVGWB07.pdf it does something a bit more complicated than just counting, neeed to investigate.

The Kluchner paper has an example (multiply pre-existing edge weight with log of adjacency prob)

jsherrah commented 10 years ago

done a simple first pass. Needs more work but will do for now.