Image Segmenta*on Using Min-Cut Problem: automa*cally - - PowerPoint PPT Presentation

image segmenta on using min cut
SMART_READER_LITE
LIVE PREVIEW

Image Segmenta*on Using Min-Cut Problem: automa*cally - - PowerPoint PPT Presentation

Image Segmenta*on Using Min-Cut Problem: automa*cally classify pixels as foreground or background Graph Representa*on Each pixel is connected to its


slide-1
SLIDE 1

Image ¡Segmenta*on ¡ Using ¡Min-­‑Cut ¡

Problem: ¡automa*cally ¡classify ¡pixels ¡as ¡foreground ¡or ¡background ¡

slide-2
SLIDE 2

Graph ¡Representa*on ¡

Each ¡pixel ¡is ¡connected ¡to ¡its ¡neighbors ¡in ¡an ¡undirected ¡graph ¡ Goal: ¡split ¡nodes ¡into ¡two ¡sets ¡A ¡and ¡B ¡based ¡on ¡pixel ¡values, ¡ but ¡try ¡to ¡classify ¡neighbors ¡in ¡the ¡same ¡way ¡

slide-3
SLIDE 3

Segmenta*on ¡by ¡Graph ¡Cuts ¡

s ¡ Source (set A) Sink (set B) Cost to assign to B Cost to assign to A Cost to split nodes t ¡

slide-4
SLIDE 4

Segmenta*on ¡by ¡Graph ¡Cuts ¡

s ¡ Source (set A) Sink (set B) Cost to assign to A Cost to assign to B Cost to split nodes t ¡

slide-5
SLIDE 5

Graph cuts Boykov and Jolly (2001)

Image Min Cut

Min Cut: Global minimal enegry in polynomial time Foreground (source) Background (sink)

Source: Rother

slide-6
SLIDE 6

Demo ¡