PANDORE Version 6 GREYC-IMAGE

pcontentsdisplay



Displays the contents of Pandore object.



Synopsis

pcontentsdisplay [-m mask] [obj_in|-]

Description

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.

Inputs

Result

Returns SUCCESS or FAILURE.

Examples

See also

Visualization

C++ prototype

Errc PContentsDisplay( const Img2duc &im_in );

Author: François Angot