Class AverageHash
Computes average hash value of the input image. This is a fast image hashing algorithm, but only work on simple case. For more details, please refer to @cite lookslikeit
Implements
Inherited Members
Namespace: OpenCvSharp.ImgHash
Assembly: OpenCvSharp.dll
Syntax
public class AverageHash : ImgHashBase, ICvPtrHolder
Constructors
| Improve this Doc View SourceAverageHash(IntPtr)
Declaration
protected AverageHash(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | p |
Methods
| Improve this Doc View SourceCreate()
Constructor
Declaration
public static AverageHash Create()
Returns
Type | Description |
---|---|
AverageHash |
DisposeManaged()
Releases managed resources
Declaration
protected override void DisposeManaged()