Class BIF
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
intThe number of filter bands used for computing BIF.
numRotations
intThe number of image rotations.
Methods
Compute(IInputArray, IOutputArray)
Computes features by input image.
public void Compute(IInputArray image, IOutputArray features)
Parameters
image
IInputArrayInput image (CV_32FC1)
features
IOutputArrayFeature vector (CV_32FC1)
DisposeObject()
Release the unmanaged memory associated with this BIF
protected override void DisposeObject()