As a person who used those bindings in a couple of projects (this includes tutoring the computer vision course at uni) I will use this opportunity to say thanks.
Awesome, I have been using the your work a lot recently. I do have one question though, is SIFT available in the python bindings? I have not been able to find it.
Thanks for contributing your time, it has made my life much easier.
Jan Erik is an outstanding guy. He has helped me through a couple of rough spots. The OpenCV python bindings for SIFT don't seem to work (or exist). The ones for ORB work really well. Here is an example: https://github.com/ingenuitas/SimpleCV/blob/master/SimpleCV/...
Thanks! You definitely made things much easier for me. I had also played around doing some raw ctypes work with OpenCV and now greatly appreciate your efforts.