X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=src%2FTests_hough%2Fexpand_matrix.m;fp=src%2FTests_hough%2Fexpand_matrix.m;h=b1659026ccc54818e2486624b8eb5a2957961d88;hb=0ff8fb82457bd5a858b2218ab07f69c81323537e;hp=0000000000000000000000000000000000000000;hpb=c6fe9d606eff98fc73b75f23e02a9fd436458ed0;p=master-thesis.git diff --git a/src/Tests_hough/expand_matrix.m b/src/Tests_hough/expand_matrix.m new file mode 100644 index 0000000..b165902 --- /dev/null +++ b/src/Tests_hough/expand_matrix.m @@ -0,0 +1,4 @@ +function [m] = expand_matrix(m) + m = [m(:,1) m m(:,end)]; + m = [m(1,:); m; m(end,:)]; +end \ No newline at end of file