The Algorithm type exposes the following members.
Methods
Name | Description | |
---|---|---|
AllocGCHandle |
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.) | |
AllocMemory |
Allocates the specified size of memory.
(Inherited from DisposableObject.) | |
Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
Dispose(Boolean) |
Clean up any resources being used.
(Overrides DisposableCvObjectDispose(Boolean).) | |
Equals | (Inherited from Object.) | |
Finalize |
Destructor
(Inherited from DisposableObject.) | |
GetAlgorithm |
Returns the algorithm parameter
| |
GetBool |
Returns the algorithm parameter
| |
GetDouble |
Returns the algorithm parameter
| |
GetHashCode | (Inherited from Object.) | |
GetInt |
Returns the algorithm parameter
| |
GetList |
Returns the list of registered algorithms
| |
GetMat |
Returns the algorithm parameter
| |
GetMatVector |
Returns the algorithm parameter
| |
GetParams | ||
GetString |
Returns the algorithm parameter
| |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
ParamHelp | ||
ParamType | ||
Release |
Clean up any resources being used.
| |
SetAlgorithm |
Sets the algorithm parameter
| |
SetBool |
Sets the algorithm parameter
| |
SetDouble |
Sets the algorithm parameter
| |
SetInt |
Sets the algorithm parameter
| |
SetMat |
Sets the algorithm parameter
| |
SetMatVector |
Sets the algorithm parameter
| |
SetString |
Sets the algorithm parameter
| |
ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
ToString |
Returns a string that represents this Algorithm.
(Overrides ObjectToString.) |
See Also