


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.