CIB image toolbox technical manual
6. Image processing algorithms: Filters
6.5. Special filters
ExternalFilter
CompositeFilter
Special filter for algorithms execution.
Parameters of this filter can be described in profile:
<ProcessingProfile>
... <CompositeFilter>
<AlgorithmsSetFilename>../AlgorithmsSet_sample.xml</AlgorithmsSetFilename> <AlgorithmName>SimpleAlgorithm</AlgorithmName> </CompositeFilter>
...
</ProcessingProfile>
Property name |
Description |
Default value |
AlgorithmsSetFilename |
Name of file with algorithms description |
|
AlgorithmName |
Name of algorithm from selected set |
|
ExternalFilter
Filter for plugin usage.
Parameters of this filter can be described in profile:
<ProcessingProfile>
... <ExternalFilter> <PluginFileName>IPL_Plugin_sample.dll</PluginFileName> <PluginParametersString>1</PluginParametersString> </ExternalFilter>
...
</ProcessingProfile>
Property name |
Description |
Default value |
PluginFileName |
Implementation of plugin with interface described in IPL_Plugin_Interface.h |
|
PluginParametersString |
String containing parameters plugin work. Format of this string is defined by concrete plugin developer |
|