Displays image objects in the current graphics window.
dev_display displays an image object (image, region, or XLD) in the active graphics window. This is equivalent to a double click on an icon variable inside the variable window.
If dev_display should be used for exported Code (C++), please note the description of disp_obj due to the different semantics in C++.
|
Object (input_object) |
object(-array) -> object |
| Image objects to be displayed. | |
read_image (Image, 'fabrik')
regiongrowing (Image, Regions, 3, 3, 6, 100)
dev_clear_window ()
dev_display (Image)
dev_set_colored (12)
dev_set_draw ('margin')
dev_display (Regions)
dev_display always returns 2 (H_MSG_TRUE)
dev_display is local and processed completely exclusively without parallelization.
disp_obj, disp_image, disp_region, disp_xld
dev_set_color, dev_set_colored, dev_set_draw, dev_set_line_width
Foundation