CIB image toolbox technical manual

5. Properties details

5.3. AlgorithmSetData

Property-Name

Data type

Type

AlgorithmsSetData
String
Set

Specifies the raw XML string data to be processed. This property overrides contents found on AlgorithmsSetFileName.

Syntax

AlgorithmsSetData=<XML>

Example

AlgorithmsSetData=
<algorithms> <algorithm name="CleanImage" inputs="InputFile=$1" outputs="CleanedImage=$0">  <processor type="CleanBackgroundToWhiteFilter" inputs="InputFile" outputs="CleanedImage" /> </algorithm>
</algorithms>