Hi Michael,

The example imports the harris method and not the module. It is a bit confusing because the method and the module have both the same name (maybe we can modify that ?).

I've checked both on the documentation and on my machine, and the example works fine.
What error message do you get when trying to run the example ?

Cheers,
N



On 5 March 2012 11:12, Michael Aye <kmichael.aye@gmail.com> wrote:
The example does an import of the harris module, not the class.
Therefore for me in the code I have to call it like harris.harris(img, min_distance=6)

Do I have a messed up system or is that an error? If yes, I can issue a PR.

Michael