PANDORE Version 6 GREYC-IMAGE

pimgs2imx



Creates a multispectral image from several grayscale images.



Synopsis

pimgs2imx dimension [-m mask] [im_in|-]* [im_out|-]

Description

pimgs2imx creates a multispectral image from the given list of grayscale images. The parameter dimension specifies the number of images and also provides the number of bands in the output image im_out.

Each image corresponds to a band in the multispectral keeping the order given in the argument list of the operator.

All input images must have the same type and the same dimension. The type of the multispectral image im_in is the same than all inputs images.

Parameter

Inputs

Outputs

Result

SUCCESS or FAILURE if image are incompatible.

Examples

Creates a multispectral image with two bands:

   pimgs2imx 2 tangram.pan lena.pan a.pan

See also

Casting

C++ prototype

Errc Imgs2Imx( const Pobjects *im_in[], Imx2duc &im_out );

Version française

Creation d'une image multispectrale à partir d'images en niveaux de gris.


Author: Régis Clouard