Table of Contents

Method Create

Namespace
OpenCvSharp.ImgHash
Assembly
OpenCvSharp.dll

Create(double, int)

Create BlockMeanHash object

public static RadialVarianceHash Create(double sigma = 1, int numOfAngleLine = 180)

Parameters

sigma double

Gaussian kernel standard deviation

numOfAngleLine int

The number of angles to consider

Returns

RadialVarianceHash