From 25d94aa8aabb8ac3e8bbea0bc439ea6148444cc8 Mon Sep 17 00:00:00 2001 From: leochanj Date: Wed, 21 Oct 2020 01:52:54 -0400 Subject: debug libextra and remove matlab --- SD-VBS/benchmarks/stitch/src/matlab/showInterestPoints.m | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 SD-VBS/benchmarks/stitch/src/matlab/showInterestPoints.m (limited to 'SD-VBS/benchmarks/stitch/src/matlab/showInterestPoints.m') diff --git a/SD-VBS/benchmarks/stitch/src/matlab/showInterestPoints.m b/SD-VBS/benchmarks/stitch/src/matlab/showInterestPoints.m deleted file mode 100755 index 487cae4..0000000 --- a/SD-VBS/benchmarks/stitch/src/matlab/showInterestPoints.m +++ /dev/null @@ -1,7 +0,0 @@ -function showInterestPoints(im, x, y) -% show 'em -imagesc(im); -colormap(gray); -hold on; -plot(x,y,'r.'); -hold off; \ No newline at end of file -- cgit v1.2.2