PRTools Contents

PRTools User Guide

show

SHOW

PRTools general show

    H = SHOW(A,N,B)
    H = A*SHOW([],N,B)
    H = A*SHOW(N,B)

Input
 A Image
 N Number of images on a row
 B Intensity value of background (default 0.5);

Output
 H Graphics handle

Description

PRTools offers a SHOW command for variables of the data classes PRDATASET and PRDATAFILE. In order to have a similiar command for images not converted  to a PRDATASET this commands made available. A should be 2D, 3D or 4D image.

2D images are fully displayed.

3D images are converted to a dataset with as many feature images as given  in the 3rd dimension and displayed by PRDATASET/SHOW.

4D images with 3 bands in the 3rd dimension are converted to a dataset with  as many 3-color object images as are given in the 4th dimension and  displayed by PRDATASET/SHOW

All other 4D images are converted to a dataset with as many 2D feature  images as given by the dimensions 3 and 4 and displayed by PRDATASET/SHOW.  Unless given otherwise, N is set to size(A,3).

See also

prdataset/show, prdatafile/show,

PRTools Contents

PRTools User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.