commit 40f34b7d38dc352235971a545f6a94da83b2fef7 Author: charlesbvll Date: Mon Sep 30 13:49:51 2019 +0200 Initial commit 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.