-
Why is |
Beta Was this translation helpful? Give feedback.
Answered by
ternaus
May 31, 2025
Replies: 1 comment
-
Historical Reasons.
And P.S. We have a lot of transforms with duplicated functionality, say a whole set of different scales and resizes that do the same as Affine transform. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ternaus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Historical Reasons.
HueSaturationValue
was added first, andColorJitter
much later.And
HueSaturationValue
should be a bit faster.P.S. We have a lot of transforms with duplicated functionality, say a whole set of different scales and resizes that do the same as Affine transform.