Algorithm Methods OpenCvSharp Class Library

The Algorithm type exposes the following members.

Methods

  NameDescription
Protected methodAllocGCHandle
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.)
Protected methodAllocMemory
Allocates the specified size of memory.
(Inherited from DisposableObject.)
Public methodDispose
Releases the resources
(Inherited from DisposableObject.)
Protected methodDispose(Boolean)
Clean up any resources being used.
(Overrides DisposableCvObjectDispose(Boolean).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetAlgorithm
Returns the algorithm parameter
Public methodGetBool
Returns the algorithm parameter
Public methodGetDouble
Returns the algorithm parameter
Public methodGetHashCode (Inherited from Object.)
Public methodGetInt
Returns the algorithm parameter
Public methodStatic memberGetList
Returns the list of registered algorithms
Public methodGetMat
Returns the algorithm parameter
Public methodGetMatVector
Returns the algorithm parameter
Public methodGetParams
Public methodGetString
Returns the algorithm parameter
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodNotifyMemoryPressure
Notifies the allocated size of memory.
(Inherited from DisposableObject.)
Public methodParamHelp
Public methodParamType
Public methodRelease
Clean up any resources being used.
Public methodSetAlgorithm
Sets the algorithm parameter
Public methodSetBool
Sets the algorithm parameter
Public methodSetDouble
Sets the algorithm parameter
Public methodSetInt
Sets the algorithm parameter
Public methodSetMat
Sets the algorithm parameter
Public methodSetMatVector
Sets the algorithm parameter
Public methodSetString
Sets the algorithm parameter
Public methodThrowIfDisposed
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.)
Public methodToString
Returns a string that represents this Algorithm.
(Overrides ObjectToString.)
Top
See Also

Reference