mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import cv2, cv
|
||||
import cv2
|
||||
import cv2.cv as cv
|
||||
import video
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user