bob.ip.flip

bob.ip.flip((object)src, (object)dst) → None :

Flip a 2D or 3D array/image upside-down. The destination array should have the same size and type as the source array.

flip( (object)src) -> object :
Flip a 2D or 3D array/image upside-down. The output array is allocated and returned.