This program finding the 2 identical penmen in a poster, using a naive matching algorithm.
Just run:
penmen.py [image_file]
For example, by running "penmen.py sample.png"
We get the matched pair as follows (marked with bounding rectangles).
You can also try the ipython notebook penmen.ipynb, if you have an enviroment.