Image Segmentation

programming

Statement

Image Segmentation

Given an undirected graph $G = (V,E)$ with weights:

  • for each $v \in V$, $f(v), b(v) \geq 0$, and
  • for each $e \in E$, $p(e) \geq 0$. We we find cut $V = F \cup B$ that maximises $$w(F,B) = \sum_{v \in F} f(v) + \sum_{u \in B} b(u) - \sum_{(v,u) \in cut(F,B)} p(u,v).$$

Solutions