SaliencyAlgorithmPtr Property |
http://www.emgu.com
pointer to the saliency object
Namespace:
Emgu.CV.Saliency
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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