PANDORE Version 6 |
GREYC-IMAGE |
pim3d22d
Converts 3D image with one slice to 2D image.
Synopsis
pim3d22d [im_in|-] [im_out|-]
Description
pim3d22d builds a 2D image from a 3D image
that only contains one slice. If the input is a 3D
region map with one slice the output image is 2D region map.
The operator pgetslice can be
used to extract a 2D slice from a 3D image.
Inputs
- im_in: a 3D image or a 3D region map.
Outputs
- im_out: a 2D image or a 2D region map.
Result
Returns SUCCESS or FAILURE.
Examples
Converts 3D image a.pan with 1 slice to 2D image b.pan:
pim3d22d a.pan b.pan
See also
Casting,
pim2d23d
C++ prototype
Errc PIm3d22d( const Img3duc &im_in, Img2duc &im_out );
Version française
Construction d'une image 2D à partir d'une image 3D à un seul plan.
Author: Régis Clouard