MCPcopy Create free account
hub / github.com/Ropedia/SpatialBench / resize

Method resize

benchmark/utils/cropping.py:63–64  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

61 return sizes[0]
62
63 def resize(self, *args, **kwargs):
64 return ImageList(self._dispatch('resize', *args, **kwargs))
65
66 def crop(self, *args, **kwargs):
67 return ImageList(self._dispatch('crop', *args, **kwargs))

Callers 11

rescale_image_depthmapFunction · 0.95
_resize_maskFunction · 0.45
_prepare_tsdf_colorsFunction · 0.45
_extract_aligned_resultFunction · 0.45
_extract_aligned_resultFunction · 0.45
_run_single_chunkMethod · 0.45
predictMethod · 0.45
predictMethod · 0.45
predictMethod · 0.45

Calls 2

_dispatchMethod · 0.95
ImageListClass · 0.70

Tested by

no test coverage detected