From e8852514f7b076da058fec2a531e755721bce690 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Tue, 11 Dec 2018 09:34:34 -0600 Subject: add a function to find peaks using a Hough transform --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9820f10..5cc83f9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ *.nav *.snm *.toc +test-find-peaks -- cgit