Annotation Pro API
|
Server for automatic segmentation component More...
Inherits Component.
Public Member Functions | |
AutoSegmentationServer () | |
Constructor More... | |
AutoSegmentationServer (IContainer container) | |
Constructor with container More... | |
SegmentationModuleObject | LoadModule (string moduleName) |
Loads from disk segmentation module by name More... | |
SegmentCollection | SegmentateUsingExternalModule (SegmentationModuleObject segmentationModule, SegmentationMode mode, int samplerate) |
Segmentates annotation using given segmentation module and segmentation mode More... | |
Static Public Member Functions | |
static List< string > | LoadSegmentationModuleNames () |
Loads all available segmentation modules names More... | |
static List< SegmentationModuleObject > | LoadSegmentationModules () |
Loads list available segmentation modules More... | |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Server for automatic segmentation component
|
inline |
Constructor
|
inline |
Constructor with container
container |
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inline |
Loads from disk segmentation module by name
moduleName | Module name |
|
inlinestatic |
Loads all available segmentation modules names
|
inlinestatic |
Loads list available segmentation modules
|
inline |
Segmentates annotation using given segmentation module and segmentation mode
segmentationModule | Segmentation module |
mode | Segmentation mode |
samplerate | Annotation samplerate |