I like the solution with the hash :P . This is how i found the solution: First I decompiled the whole thing and then recompiled it in c#. (just 4 fun) While running i took a look at the call stack. It showed that three functions are usign up all the cpu time. A closer look at those functions showed ...
to solve this one i decided to use c# :? 1) first i calculated the rotation with linear regression and rotated every image into horizontal position. That was the easy part. No I had to figure out some method to compare all those images... 2) I only used the R(ed) value of the images. Here the import...