We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc103f commit 1cd02e2Copy full SHA for 1cd02e2
python/cvt.pxd
@@ -0,0 +1,8 @@
1
+cimport numpy as np
2
+from cvtype cimport *
3
+
4
+cdef Mat nparray2cvmat(np.ndarray ary)
5
+cdef np.ndarray cvmat2nparray(Mat &inmat)
6
7
+cdef Rect pylist2cvrect(list rectlist)
8
+cdef list cvrect2pylist(Rect &rect)
0 commit comments