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