From 40f34b7d38dc352235971a545f6a94da83b2fef7 Mon Sep 17 00:00:00 2001 From: charlesbvll Date: Mon, 30 Sep 2019 13:49:51 +0200 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9dcc436 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# FindingWaldo +A program in Java that finds the face of Waldo, given a crowded picture containing the character. It finds it by either using an algorithm calculating the minimum distance between groups of pixels in the image and a reference image or by using a cross-correlation algorithm with the same reference picture.