You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ctypes-opencv
Hello.
I'm using pyopencv's functoin
"cvCreateMatFromGtkPixbuf(interfaces.py)" to convert from pixbuf to
cvMat.
I met 2 errors, so I'd like to inform them.
1.
x step = pixbuf.get_row_stride() ***line168 in interfaces.py
o step = pixbuf.get_rowstride()