mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
embeded cv Python module into cv2.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import cv
|
||||
import cv2.cv as cv
|
||||
|
||||
def is_rect_nonzero(r):
|
||||
(_,_,w,h) = r
|
||||
|
||||
Reference in New Issue
Block a user