Home > . > inbox3.m

inbox3

PURPOSE ^

Dialog box for input of data sampling and weights for red, green

SYNOPSIS ^

function [del, weights] = inbox3(del, weights) %GUI for sampling and lum weights

DESCRIPTION ^

 Dialog box for input of data sampling and weights for red, green 
 and blue signals for luminance calculation for SFR calculation
  Usage: [del, weights] = inbox3(def_del, def_weights)
   def_del     = (optional) default sampling interval in mm or dpi
                 if not used, def_del = 1
   def_weights = (optional) default 3x1 array of luminance weights  for R, G, B
                 if not used, def_weights = [0.3  0.6  0.1]

   del         = output sampling interval in mm
   weights     = output 3x1 array of luminance weights  for R, G, B
            
 Calls inputdlg function, supplied with the toolbox
 matlab/uitools. If you have problems, check which version of
 inputdlg.m (or corresponding inputdlg.p) is being called. You need
 version 1.48 or later.
 24 Sept. 2008

 Copyright (c) 2008 Peter D. Burns

CROSS-REFERENCE INFORMATION ^

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