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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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