예제 #1
0
 def th(self, input, t):
     return Threshold(t)(input) 
예제 #2
0
 def th(self, input, t):
     return Threshold().apply(input, t)