dipviewer.h file

Declares the high-level interface to DIPviewer.

Contents

Functions

auto dip::viewer::Show(dip::Image const& image, dip::String const& title = "", dip::uint width = 0, dip::uint height = 0) -> std::shared_ptr<SliceViewer>
Show an image in the slice viewer.
auto dip::viewer::ShowSimple(dip::Image const& image, dip::String const& title = "", dip::uint width = 0, dip::uint height = 0) -> std::shared_ptr<ImageViewer>
Show a 2D grey-value or RGB image, of type dip::DT_UINT8.
void dip::viewer::Spin()
Wait until all windows are closed.
void dip::viewer::Draw()
Process user event queue.
void dip::viewer::CloseAll()
Close all open windows.