mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
embeded cv Python module into cv2.
This commit is contained in:
@@ -7,7 +7,7 @@ Original C implementation by: ?
|
||||
Python implementation by: Roman Stanchak, James Bowman
|
||||
"""
|
||||
import sys
|
||||
import cv
|
||||
import cv2.cv as cv
|
||||
from optparse import OptionParser
|
||||
|
||||
# Parameters for haar detection
|
||||
|
||||
Reference in New Issue
Block a user