dipviewer.h file
Declares the high-level interface to DIPviewer.
Contents
- Reference
Functions
-
void dip::
viewer:: CloseAll() - Close all open windows. more...
-
void dip::
viewer:: Draw() - Process user event queue. more...
-
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. more...
-
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. more... -
void dip::
viewer:: Spin() - Wait until all windows are closed. more...