ImgHashBaseImgHashBasePtr Property |
http://www.emgu.com
Get the pointer to the ImgHashBase object
Namespace:
Emgu.CV.ImgHash
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic IntPtr ImgHashBasePtr { get; }
Public ReadOnly Property ImgHashBasePtr As IntPtr
Get
public:
property IntPtr ImgHashBasePtr {
IntPtr get ();
}
member ImgHashBasePtr : IntPtr with get
Return Value
Type:
IntPtrThe pointer to the ImgHashBase object
See Also