17 namespace visualization {
19 class CloudViewerScene;
26 rendering::CloudViewerScene *scene,
int width,
int height);
28 rendering::CloudViewerScene *scene,
31 bool z_in_view_space =
false);
void pybind_gui_events(py::module &m)
std::shared_ptr< geometry::Image > RenderToImageWithoutWindow(rendering::CloudViewerScene *scene, int width, int height)
void pybind_gui(py::module &m)
std::shared_ptr< geometry::Image > RenderToDepthImageWithoutWindow(rendering::CloudViewerScene *scene, int width, int height, bool z_in_view_space)
void pybind_gui_classes(py::module &m_gui)
void InitializeForPython(std::string resource_path, bool headless)
Generic file read and write utility for python interface.