MotionSaliencyBinWangApr2014AlgorithmPtr Property |
http://www.emgu.com
Pointer to the unmanaged Algorithm object
Namespace:
Emgu.CV.Saliency
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic IntPtr AlgorithmPtr { get; }
Public ReadOnly Property AlgorithmPtr As IntPtr
Get
public:
virtual property IntPtr AlgorithmPtr {
IntPtr get () sealed;
}
abstract AlgorithmPtr : IntPtr with get
override AlgorithmPtr : IntPtr with get
Property Value
Type:
IntPtrImplements
IAlgorithmAlgorithmPtr
See Also