| IAlgorithmAlgorithmPtr Property |
http://www.emgu.com
Return the pointer to the algorithm object
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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