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