isl-org / isl-org/Open3D

Open3D Renderer Python Binding: allow controlling interpolation method

Open
#4,204 0 comments 0 reactions 0 assignees View on GitHub
feature request legacy (Open3D 0.x API) visualization
Dominant language
C++
Stars
14k
Forks
2.6k
Avg merge
5d 18h
Merged PRs (30d)
6

Description

**Is your feature request related to a problem? Please describe.**
I would like to set the interpolation_method of the Render Option from Python. It is important for our use case, as the default nearest_neighbour is not satisfactory.

**Describe the solution you'd like**
https://github.com/isl-org/Open3D/blob/master/cpp/pybind/visualization/renderoption.cpp - pybind allows setting interpolation_method from https://github.com/isl-org/Open3D/blob/master/cpp/open3d/visualization/visualizer/RenderOption.h.

**Describe alternatives you've considered**
renderer.get_render_option() doesn't have interpolation attribute. Has background_color etc as defined in binding.

**Additional context**
Add any other context or screenshots about the feature request here.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.