SHOW PRTools general show
H = SHOW(A,N,B)
DescriptionPRTools 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 alsoprdataset/show, prdatafile/show,
|