dev_display ( Object : : : )

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.


Attention

If dev_display should be used for exported Code (C++), please note the description of disp_obj due to the different semantics in C++.


Parameters

Object (input_object)
object(-array) -> object
Image objects to be displayed.


Example
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)

Result

dev_display always returns 2 (H_MSG_TRUE)


Parallelization Information

dev_display is local and processed completely exclusively without parallelization.


Alternatives

disp_obj, disp_image, disp_region, disp_xld


See also

dev_set_color, dev_set_colored, dev_set_draw, dev_set_line_width


Module

System



Copyright © 1996-2005 MVTec Software GmbH