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)
Syntaxpublic BIF(
int numBands,
int numRotations
)
Public Sub New (
numBands As Integer,
numRotations As Integer
)
public:
BIF(
int numBands,
int numRotations
)
new :
numBands : int *
numRotations : int -> BIF
Parameters
- numBands
- Type: SystemInt32
The number of filter bands used for computing BIF. - numRotations
- Type: SystemInt32
The number of image rotations.
See Also