ImgHashBaseImgHashBasePtr Property |
http://www.emgu.com
Get the pointer to the ImgHashBase object
Namespace:
Emgu.CV.ImgHash
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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