Initializes a new instance of the
PHash class
Namespace:
OpenCvSharp.ImgHash
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxprotected PHash(
IntPtr p
)
Protected Sub New (
p As IntPtr
)
protected:
PHash(
IntPtr p
)
new :
p : IntPtr -> PHash
OpenCvSharp.ImgHash.PHash = function(p);
Parameters
- p
- Type: SystemIntPtr
See Also