Is anyone here using OpenCV ? Any idea who might be currently
working on the OpenCV python binding ?
Thanks,
Sebastian Haase
I hope it helpful
2012/3/28 Sebastian Haase <seb....@gmail.com>:
I have done lots of image processing using numpy and scipy. As I
understand, the new cv2 is very(!) compatible with ndarray.
(while the older cv module is not. I.e. you always have to explicitly
convert back and forth using things like "numpy.asarray(mat)" and
"mat = cv.fromarray(a)")
I was then disconcerned that using cv2 still required to also use cv
(e.g. as cv2.cv) to access many non covered functions and many
constants.
Anthony, I saw simpleCV. It looks really nice ! But it does not (yet)
cover many of the algorithms I might want to use/try from openCV. I
was wondering, how simpleCV was interfacing with openCV - are you guys
feeding back some API improvements/cleanups to the openCV python
binding ... ?
Thanks,
Sebastian
But how is itseez related to willowgarage - why is the documentation
at itseez not at willowgarage ?
http://itseez.com/index.php?page=profile
"""Itseez is a team of talented engineers focused on computer vision.
We are best known as the authors of the Open Source Computer Vision
Library ...."""
Furthermore http://itseez.com/index.php?page=mt lists "Vadim
Pisarevsky, Principal Engineer"
who - if I'm not mistaken - started the cv2 module ....
- Sebastian
I found the word I was trying to using was "disconcerted" (not
"disconcerned")...
And an up-to-date sphinx documentation appears to be at
http://opencv.itseez.com/index.html
...
It still doesn't make sense having to write "cv2.cv.BoxPoints(rect)" instead of "cv2.BoxPoints(rect)"