BANDSEL Selection of bands from object images
B = BANDSEL(A,J)
DescriptionIf the objects in a dataset or datafile A are multi-band images, e.g. RGB images, or the result of IM_PATCH, then the featsize of A is [M,N,L] for for L bands of an M x N images. This routine makes a selection J out of L. The routine BAND2OBJ may be used to organize the bands vertically as separate objects. However, BANDSEL nor BAND2OBJ can be applied to datafiles for which already a bandselection has been defined by BANDSEL. See alsodatasets, datafiles, im2obj, im_patch, band2obj,
|