ImageFolder.apply_all

ImageFolder.apply_all(func, *args, **kargs)

Apply function to all images in the stack.

Parameters:
  • func (string or callable) – if string it must be a function reachable by ImageArray

  • quiet (bool) – if False print ‘.’ for every iteration

Note

Further args, kargs are passed through to the function