09 September 2013 2 6K Report

I have a shape fitting problem in image processing that I'm solving using EM but there are some constraints to the final shape. The way I'm currently solving this is by checking at each iteration if the shape is within those constraints, and forcing it in place if not (in those places where it is going wrong).

Does anyone know how I could integrate a prior probability into the EM process, in a way to make it mathematically sound? Any reference on how to do EM within a Bayesian framework?

Similar questions and discussions