Initial commit

This commit is contained in:
charlesbvll 2019-09-30 13:49:51 +02:00 committed by GitHub
commit 40f34b7d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
README.md Normal file
View File

@ -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.