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

Function translate2d_inv

datasets/augmentv2.py:131–132  ·  view source on GitHub ↗
(tx, ty, **kwargs)

Source from the content-addressed store, hash-verified

129 **kwargs)
130
131def translate2d_inv(tx, ty, **kwargs):
132 return translate2d(-tx, -ty, **kwargs)
133
134def scale2d_inv(sx, sy, **kwargs):
135 return scale2d(1 / sx, 1 / sy, **kwargs)

Callers 1

__call__Method · 0.85

Calls 1

translate2dFunction · 0.85

Tested by

no test coverage detected