dipviewer.h file
Declares the high-level interface to DIPviewer.
Contents
- Reference
Namespaces
- namespace dip
- The
dip
namespace contains all the library functionality. - namespace dip::viewer
- Contains all functionality for DIPviewer.
Functions
-
auto Show(Image const& image,
String const& title = "",
dip::
uint width = 0, dip:: uint height = 0) -> std::shared_ptr<SliceViewer> - Show an image in the slice viewer.
-
auto ShowSimple(Image const& image,
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 Spin()
- Wait until all windows are closed.
- void Draw()
- Process user event queue.
- void CloseAll()
- Close all open windows.