Home > . > readrawgui.m

readrawgui

PURPOSE ^

[nbyte, nlin, npix, ncol] = readrawgui(filename, nbyte, nlin, npix, ncol)

SYNOPSIS ^

function [nbyte, nlin, npix, ncol] = readrawgui(fn, nbyte, nlin, npix, ncol);

DESCRIPTION ^

[nbyte, nlin, npix, ncol] = readrawgui(filename, nbyte, nlin, npix, ncol)
 User input needed for reading .raw files by imageread.
  nbyte (bytes/pixel/color), nlin, npix, ncol(number of colors) are default
  values for gui. If not specified the defaults are (see source)
   nbyte=2;
   ncol = 1;

 22 Aug. 2008
 Copyright (c) Peter D. Burns 2008

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 27-Jul-2009 13:44:16 by m2html © 2003