Table of Contents

Class BIF

Namespace
OpenCvSharp.Face
Assembly
OpenCvSharp.dll

Computes bio-inspired features used by age-estimation models.

public sealed class BIF : Algorithm, IDisposable
Inheritance
BIF
Implements
Inherited Members

Properties

NumBands

Gets the number of filter bands.

NumRotations

Gets the number of image rotations.

Methods

Compute(InputArray, OutputArray)

Computes a CV_32FC1 feature vector from a CV_32FC1 image.

Create(int, int)

Creates a BIF descriptor.