X-Git-Url: http://git.euphorik.ch/?p=master-thesis.git;a=blobdiff_plain;f=src%2FTests_hough%2Ftest_hough_simple.m;h=268aae2bdbf1ef40ea4aeafb81e16d6695fb4d97;hp=2725fc9db024c3fa40cbad2b4ab7c94e2bd0eaa8;hb=1149393ad8501b083667f870da6a5e626da3db70;hpb=0ff8fb82457bd5a858b2218ab07f69c81323537e diff --git a/src/Tests_hough/test_hough_simple.m b/src/Tests_hough/test_hough_simple.m index 2725fc9..268aae2 100644 --- a/src/Tests_hough/test_hough_simple.m +++ b/src/Tests_hough/test_hough_simple.m @@ -11,7 +11,7 @@ function test_hough_simple(images_path, image_name) disp('Finding ellipses...'); tic - ellipses = find_ellipses(acc_votes, acc_radius); + ellipses = find_ellipses(0.4, acc_votes, acc_radius); toc show_figures(['Hough simple - ' image_name], {...