Beispiel #1
0
 def __init__(self):
     BaseFeature.__init__(self)
     self.width_incr = 3
     #always odd no.
     self.height_incr = 3
     #always odd no.
     self.weights = [-1, -1, -1, -1, 8]
     self.isRotated = False
Beispiel #2
0
 def __init__(self):
     BaseFeature.__init__(self)
     self.width_incr = 1
     self.height_incr = 3
     self.weights = [-1, 2, -1]
     self.isRotated = False