Click or drag to resize

RadialVarianceHash Constructor

http://www.emgu.com
Create an image hash based on Radon transform

Namespace:  Emgu.CV.ImgHash
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public RadialVarianceHash(
	double sigma = 1,
	int numOfAngleLine = 180
)

Parameters

sigma (Optional)
Type: SystemDouble
Sigma
numOfAngleLine (Optional)
Type: SystemInt32
Number of angle line
See Also