34 namespace visualization {
48 explicit ImageWidget(std::shared_ptr<t::geometry::Image> image);
68 void UpdateImage(std::shared_ptr<geometry::Image> image);
69 void UpdateImage(std::shared_ptr<t::geometry::Image> image);
72 void SetUIImage(std::shared_ptr<UIImage> image);
83 std::unique_ptr<Impl> impl_;
ImGuiContext * context
Definition: Window.cpp:95
Definition: PinholeCameraIntrinsic.cpp:35
std::shared_ptr< core::Tensor > image
Definition: FilamentRenderer.cpp:228