Exemplo n.º 1
0
 def __init__(self, s):
     StageBase.__init__(self)
     self.__string = s
Exemplo n.º 2
0
 def __init__(self, inputStages):
     StageBase.__init__(self, inputStages)
Exemplo n.º 3
0
 def __init__(self, inputStages):
     StageBase.__init__(self, inputStages)
Exemplo n.º 4
0
 def __init__(self, s):
     StageBase.__init__(self)
     self.__string = s
Exemplo n.º 5
0
 def __init__(self, inputStages=None):  #, cppver=False):
     StageBase.__init__(self, inputStages,
                        "Combines 2 sets of keypoint descriptors")