AlgorithmExtensions Class |
Namespace: Emgu.CV
The AlgorithmExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Clear |
Clear the algorithm
|
![]() ![]() | GetDefaultName |
Returns the algorithm string identifier.
This string is used as top level xml/yml node tag when the object is saved to a file or string.
|
![]() ![]() | IsEmpty |
Returns true if the Algorithm is empty. e.g. in the very beginning or after unsuccessful read.
|
![]() ![]() | Load |
Loads algorithm from the file
|
![]() ![]() | LoadFromString |
Loads algorithm from a String
|
![]() ![]() | Read |
Reads algorithm parameters from a file storage.
|
![]() ![]() | Save |
Save the algorithm to file
|
![]() ![]() | SaveToString |
Save the algorithm to a string
|
![]() ![]() | Write(IAlgorithm, FileStorage) |
Stores algorithm parameters in a file storage
|
![]() ![]() | Write(IAlgorithm, FileStorage, String) |
Stores algorithm parameters in a file storage
|