MCPcopy Create free account
hub / github.com/DSL-Lab/StreamSplat / scale2d_inv

Function scale2d_inv

datasets/augmentv2.py:134–135  ·  view source on GitHub ↗
(sx, sy, **kwargs)

Source from the content-addressed store, hash-verified

132 return translate2d(-tx, -ty, **kwargs)
133
134def scale2d_inv(sx, sy, **kwargs):
135 return scale2d(1 / sx, 1 / sy, **kwargs)
136
137def rotate2d_inv(theta, **kwargs):
138 return rotate2d(-theta, **kwargs)

Callers 1

__call__Method · 0.85

Calls 1

scale2dFunction · 0.85

Tested by

no test coverage detected