opendisplay: Open CImg display as output stream

Description Usage Arguments Value

Description

CImg comes with its own little display library, and this function opens a CImg window as an output stream, meaning you'll be able to "write" frames to the stream and they'll be displayed. Useful for debugging an analysis before saving the results to a proper stream

Usage

1
opendisplay(width = 640, height = 480, title = "")

Arguments

width:

width, in pixels

height:

height, in pixels

Value

an output stream (of class "ostream")


dahtah/imagerstreams documentation built on May 14, 2019, 3:27 p.m.