示例#1
0
    def __init__(self):
        """
        Initialize the module and set its main variables.
        """
        co.cv = __import__("ctypesopencv.cv", globals(), locals(), [''])

        co.hg = __import__("ctypesopencv.highgui", globals(), locals(), [''])

        OcvfwBase.__init__(self)
示例#2
0
    def __init__(self):
        """
        Initialize the module and set its main variables.
        """
        co.cv = __import__("ctypesopencv.cv",
                        globals(),
                        locals(),
                        [''])
        
        co.hg = __import__("ctypesopencv.highgui",
                        globals(),
                        locals(),
                        [''])
 
        OcvfwBase.__init__(self)
示例#3
0
    def __init__(self):
        """
        Initialize the module and set its main variables.
        """

        OcvfwBase.__init__(self)
示例#4
0
    def __init__( self ):
        """
        Initialize the module and set its main variables.
        """

        OcvfwBase.__init__(self)