IAlgorithmAlgorithmPtr Property |
http://www.emgu.com
Return the pointer to the algorithm object
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
SyntaxIntPtr AlgorithmPtr { get; }
ReadOnly Property AlgorithmPtr As IntPtr
Get
property IntPtr AlgorithmPtr {
IntPtr get ();
}
abstract AlgorithmPtr : IntPtr with get
Return Value
Type:
IntPtrThe pointer to the algorithm object
See Also