perClass Documentation
development version 3.1.2 (22-Dec-2011)
Content

Comments? Ideas? Compliments?

Your email (only if you wish to be contacted)

SDIMAGE Create or visualize image data set

 Image visualization
    H=SDIMAGE(DATA)
    H=SDIMAGE(IM)
    H=SDIMAGE(FILENAME)
    H=SDIMAGE(DATA,PD)
    H=SDIMAGE(DATA,PD,'ROC') % open interactive ROC plot

 Create image data set
    DATA=SDIMAGE(FILENAME,'sddata')
    DATA=SDIMAGE(IM,'sddata')
    DATA=SDIMAGE(IM,'sddata','image','image_name') % set image label

    IM=SDIMAGE(DATA,'matrix')  % return image matrix

    IM=SDIMAGE(DATA,'grid')    % return image with grid pixels only

 INPUT
   DATA      Data set with an image data
   IM        Image matrix
   SCFIG     Optional figure handle of a SDSCATTER plot
   PD        Pipeline returning decisions

 OUTPUT
   H         SDIMAGE figure handle
   DATA      Data set with image data

 DESCRIPTION
 SDIMAGE creates data set with image data or opens interactive image
 visualization. SDIMAGE data sets support irregular pixel sets and may
 contain data from multiple images.
 See Image figure menu for all functionality.  SDIMAGE
 window may connect to SDSCATTER plot representing the same image with
 arbitrary set of features. Pixel in the image is then mapped to a sample
 in the scatter plot.
 When provided with pipeline returning decisions, SDIMAGE executes this
 pipeline on the image data and adds the 'decision' property.  If the PD
 pipeline contains ROC object, SDIMAGE with 'ROC' option opens interactive
 ROC plot showing decisions at different operating points.

 READ MORE
 http://perclass.com/doc/guide/visualization.html#sdimage

 SEE ALSO
 ISIMAGE, GETIMINFO, SDEXTRACT

sdimage is referenced in examples: