nerfstudio-project / viser

Web-based 3D visualization + Python

Home Page:https://viser.studio/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Choose interpolation method for background image.

tancik opened this issue · comments

It would be nice to be able to choose the interpolation method when setting the background image.
Ideally a interface like,

set_background_image(image: numpy.ndarray, format: Literal[png, jpeg] = 'jpeg', jpeg_quality: Optional[int] = None, interpolation: Literal[nearest, bilinear, bicubic] = 'bilinear')