PANDORE Version 6 | GREYC-IMAGE |
pcontentsdisplay displays the contents of the input object obj_in on the terminal. Only non null values are displayed. Thanks to the masking operation (-m mask), it is possible to select object area to be displayed.
If obj_in is an image, it only displays non null pixel values.
If obj_in is a graph, it only displays each node values.
If obj_in is a collection, it only lists items in the collection and displays their memory size.
Returns SUCCESS or FAILURE.
pcontentsdisplay examples/tangram.pan
pshapedesign 256 256 0 1 50 50 a.pan pim2rg a.pan m.pan pcontentsdisplay -m m.pan examples/tangram.pan
Author: François Angot