Table of Contents

Class ColorMomentHash

Namespace
OpenCvSharp.ImgHash
Assembly
OpenCvSharp.dll

Base class for high-level OpenCV algorithms

public class ColorMomentHash : ImgHashBase, IDisposable
Inheritance
ColorMomentHash
Implements
Inherited Members

Methods

Compute(InputArray, OutputArray)

Computes hash of the input image

public override void Compute(InputArray inputArr, OutputArray outputArr)

Parameters

inputArr InputArray

input image want to compute hash value

outputArr OutputArray

hash of the image

Create()

Constructor

public static ColorMomentHash Create()

Returns

ColorMomentHash