Add some tests on different variations of Hough algorithm.
authorGreg Burri <greg.burri@gmail.com>
Mon, 23 Nov 2015 10:33:25 +0000 (11:33 +0100)
committerGreg Burri <greg.burri@gmail.com>
Mon, 23 Nov 2015 10:33:25 +0000 (11:33 +0100)
commit0ff8fb82457bd5a858b2218ab07f69c81323537e
treee4c32a9df40ec03b81909f88ad880e5b0340c135
parentc6fe9d606eff98fc73b75f23e02a9fd436458ed0
Add some tests on different variations of Hough algorithm.
30 files changed:
Documentation/ma_autocount/plasmodium-autocount-0.1.py
src/Tests_hough/HTCircle.m [new file with mode: 0644]
src/Tests_hough/HTCircleGradient.m [new file with mode: 0644]
src/Tests_hough/HTCircleMa.m [new file with mode: 0644]
src/Tests_hough/HTEllipse.m [new file with mode: 0644]
src/Tests_hough/HTEllipse2.m [new file with mode: 0644]
src/Tests_hough/draw_ellipses.m [new file with mode: 0644]
src/Tests_hough/expand_matrix.m [new file with mode: 0644]
src/Tests_hough/find_ellipses.m [new file with mode: 0644]
src/Tests_hough/images/heap_1.png [new file with mode: 0644]
src/Tests_hough/images/rbc_single.png [new file with mode: 0644]
src/Tests_hough/images/rbc_single_blurred.png [new file with mode: 0644]
src/Tests_hough/images/rbc_single_oblong_1.png [new file with mode: 0644]
src/Tests_hough/images/rbc_single_oblong_2.png [new file with mode: 0644]
src/Tests_hough/images/rbc_single_oblong_3.png [new file with mode: 0644]
src/Tests_hough/images/two_rbc_1.png [new file with mode: 0644]
src/Tests_hough/images/two_rbc_2.png [new file with mode: 0644]
src/Tests_hough/images/two_rbc_3.png [new file with mode: 0644]
src/Tests_hough/images/wbc_1.png [new file with mode: 0644]
src/Tests_hough/images/wbc_2.png [new file with mode: 0644]
src/Tests_hough/results/notes.txt [new file with mode: 0644]
src/Tests_hough/show_figures.m [new file with mode: 0644]
src/Tests_hough/show_image_ellipses.m [new file with mode: 0644]
src/Tests_hough/show_votes_figure.m [new file with mode: 0644]
src/Tests_hough/test_all.m [new file with mode: 0644]
src/Tests_hough/test_hough_ellipses.m [new file with mode: 0644]
src/Tests_hough/test_hough_ellipses2.m [new file with mode: 0644]
src/Tests_hough/test_hough_gradient.m [new file with mode: 0644]
src/Tests_hough/test_hough_ma.m [new file with mode: 0644]
src/Tests_hough/test_hough_simple.m [new file with mode: 0644]