X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=src%2FTests_hough%2Fshow_figures.m;fp=src%2FTests_hough%2Fshow_figures.m;h=ed6de4e9d0c8906a3ccacc883e03e4f806bdebf0;hb=0ff8fb82457bd5a858b2218ab07f69c81323537e;hp=0000000000000000000000000000000000000000;hpb=c6fe9d606eff98fc73b75f23e02a9fd436458ed0;p=master-thesis.git diff --git a/src/Tests_hough/show_figures.m b/src/Tests_hough/show_figures.m new file mode 100644 index 0000000..ed6de4e --- /dev/null +++ b/src/Tests_hough/show_figures.m @@ -0,0 +1,9 @@ +function [hlink] = show_figures(name, images, original, ellipses) + [hlink, axes] = show_votes_figure(name, images); + draw_ellipses(axes(4), ellipses, true); + savefig(['results/' name '.fig']); + + show_image_ellipses(name, original, ellipses); + savefig(['results/' name ' - output.fig']); +end +