def __init__( self,  nScales, nOrientations, kernelSize, nRects):
     GaborExtractor.__init__(self, nScales, nOrientations, kernelSize )
     self.numRects = nRects
 def __init__(self, nScales, nOrientations, kernelSize, nRects):
     GaborExtractor.__init__(self, nScales, nOrientations, kernelSize)
     self.numRects = nRects