fix formula of LinearTransformation

This commit is contained in:
Xiao Tianci 2021-01-20 15:03:10 +08:00
parent a58413479e
commit d65727494e
1 changed files with 1 additions and 1 deletions

View File

@ -1055,7 +1055,7 @@ class Cutout:
class LinearTransformation: class LinearTransformation:
""" r"""
Apply linear transformation to the input NumPy image array, given a square transformation matrix and Apply linear transformation to the input NumPy image array, given a square transformation matrix and
a mean vector. a mean vector.