Report cleaning.
[master-thesis.git] / src / Tests_hough / test_hough_simple.m
index 2725fc9..268aae2 100644 (file)
@@ -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], {...