Table of Contents

Class BIF

Namespace
Emgu.CV.Face
Assembly
Emgu.CV.dll

Implementation of bio-inspired features (BIF) from the paper: Guo, Guodong, et al. "Human age estimation using bio-inspired features." Computer Vision and Pattern Recognition, 2009. CVPR 2009.

public class BIF : SharedPtrObject, IDisposable
Inheritance
BIF
Implements
Inherited Members

Constructors

BIF(int, int)

Create an instance of bio-inspired features

public BIF(int numBands, int numRotations)

Parameters

numBands int

The number of filter bands used for computing BIF.

numRotations int

The number of image rotations.

Methods

Compute(IInputArray, IOutputArray)

Computes features by input image.

public void Compute(IInputArray image, IOutputArray features)

Parameters

image IInputArray

Input image (CV_32FC1)

features IOutputArray

Feature vector (CV_32FC1)

DisposeObject()

Release the unmanaged memory associated with this BIF

protected override void DisposeObject()