# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1463747890 14400 # Node ID 430f958f007c6d54add4df4417eca0af88ca69de # Parent 456e3f722147b4fde371ca2d1b7b5685bab756f5 showalgo.m: restore hack for final iteration diff --git a/talk/code/showalgo.m b/talk/code/showalgo.m --- a/talk/code/showalgo.m +++ b/talk/code/showalgo.m @@ -50,6 +50,10 @@ imshow(imgH); pause + if iter == length(Am) + break + endif + ## Check the left side imgLeft = imgH; red = imgH(:, :, 1);