PANDORE Version 6 GREYC-IMAGE

pobject2col



Creates collection from Pandore object.



Synopsis

pobject2col name [obj_in|-] [col_out|-]

Description

pobject2col creates a new collection that contains the specified Pandore object obj_in referenced by the specified name.

Parameters

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

Adds tangram.pan image to collection col.pan:

   pobject2col foo tangram.pan col.pan
   pfile col.pan

See also

Collection, pcolsetobject

C++ prototype

Errc PObject2Col( const Img2duc &obj_in, Collection &col_out, const std::string &name );

Version française

Création d'une collection contenant un objet Pandore.


Author: Alexandre Duret-Lutz