Click or drag to resize

BIF Constructor

http://www.emgu.com
Create an instance of bio-inspired features

Namespace:  Emgu.CV.Face
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public BIF(
	int numBands,
	int numRotations
)

Parameters

numBands
Type: SystemInt32
The number of filter bands used for computing BIF.
numRotations
Type: SystemInt32
The number of image rotations.
See Also