Home > ISET > gui > ieDeleteCustomAlgorithm.m

ieDeleteCustomAlgorithm

PURPOSE ^

Gateway routine for deleting a custom algorithm from a pulldown list.

SYNOPSIS ^

function obj = ieDeleteCustomAlgorithm(obj,algType,handles)

DESCRIPTION ^

 Gateway routine for deleting a custom algorithm from a pulldown list.

   obj = ieDeleteCustomAlgorithm(obj,algType,handles)

Purpose:
  Users can delete a custom algorithms from several pulldown menus in
  ISET.  The selected algorithm is removed from the vcSESSION file and
  removed from the GUI pull down list. Algorithms that can be modified in
  this way are currently stored in the vcimage window, oi window, and
  sensor window.  The list is

   Processor window:
      {'demosaic','colordemosaic'}
      {'colorbalance','balance'}
      {'conversion','colorconversion','colorconversionmethod'}
      {'processingmethod','render'}

    OI window:
      {'oicompute','oicomputemethod'}

    Sensor window:
      {'sensorcompute','sensorcomputemethod'} {'edgealgorithm'}

 Algorithms are added using ieAddCustomAlgorithm

 Example:
    vci = ieDeleteCustomAlgorithm(vci,algType,handles)

 Copyright ImagEval Consultants, LLC, 2003.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003