PANDORE Version 6 GREYC-IMAGE

ppan2txt



Converts Pandore image file to text file.



Synopsis

ppan2txt [-m mask] [im_in|-] [file_out|-]

Description

ppan2txt builds a text file with all non null pixels of the input Pandore file im_in. The result text file is organized as follows for a 3D image

	value x y z

or as follows for a 2D image:

	value x y

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

Builds a text file from the Pandore image tangram.pan:

   ppan2txt tangram.pan image.txt

See also

Conversion, ptxt2pan

C++ prototype

Errc PPan2txt( const Img3duc &im_out, char *nom, Long z, Long y Long x );

Version française

Conversion d'une image en une liste de points dans un fichier texte.


Author: Régis Clouard