This document summarizes an image segmentation algorithm called Modified MAP-ML Estimations. It begins with an abstract describing the algorithm and its benefits of faster execution time compared to existing algorithms. It then reviews related work in image segmentation techniques and their limitations. The document describes the probabilistic model used in the algorithm, which formulates segmentation as a labeling problem. It explains the MAP estimation approach used to estimate label configurations, and the ML estimation used to estimate region properties. The algorithm iterates between these two estimations to perform segmentation.