7. Filter Banks¶
This section explains how to create and edit filter banks.
Note
In the Segmentation Trainer, Dataset feature is used as a synonym for filter bank.
7.1. Usage¶
A filter bank is a group of image filters with their respective parameters to be applied in the
OrsPythonPlugins.OrsTrainer.OrsTrainer.
7.2. File location¶
To be recognized by the application, filter banks should be located in one of these folders:
- %LocalAppData%/ORS/Dragonfly31/pythonUserExtensions/PythonPluginExtensions/SegmentationTrainer/pixelFeaturePreset (available for the current user)
- %ProgramData%/ORS/Dragonfly31/pythonAllUsersExtensions/PythonPluginExtensions/SegmentationTrainer/pixelFeaturePreset (available for all users)
- %ProgramData%/ORS/Dragonfly31/python/OrsPythonPlugins/OrsTrainer/featurePresets/datasetFeatures/DefaultFeaturePresets (distributed with the application)
7.3. File creation¶
To create an empty filter bank, start the OrsPythonPlugins.OrsTrainer.OrsTrainer
(found in Tools/Segmentation Trainer), go to the tab Features,
right-click in the panel Dataset features and select Create New.
Fill in the required fields and click on Save.
You can also create a new filter bank by doing a right-click on an existing filter bank from this same panel and selecting Duplicate.
You can also right-click on an existing filter bank from the panel Dataset features, select Edit, do the required modifications and click on Save as New Preset.
7.4. File edition¶
Right-click on an existing filter bank from the panel Dataset features and select Edit. Do the required modifications and click on Save.
