cv.BIF - MATLAB File Help | Go to online doc for cv.BIF |
Implementation of bio-inspired features (BIF)
An implementation of the bio-inspired features (BIF) approach for computing image descriptors, applicable for human age estimation. For more details we refer to [BIF09] and [BIF2015].
[BIF09]:
Guo, Guodong, et al. "Human age estimation using bio-inspired features". Computer Vision and Pattern Recognition, 2009. CVPR 2009.
[BIF2015]:
Spizhevoi, A. S., and A. V. Bovyrin. "Estimating human age using bio-inspired features and the ranking method." Pattern Recognition and Image Analysis 25.3 (2015): 547-552.
Superclasses | handle |
Sealed | false |
Construct on load | false |
BIF | Constructor |
NumBands | The number of filter bands used for computing BIF |
NumRotations | The number of image rotations |
id | Object ID |
addlistener | Add listener for event. | |
compute | Computes features sby input image | |
delete | Destructor | |
eq | == (EQ) Test handle equality. | |
findobj | Find objects matching specified conditions. | |
findprop | Find property of MATLAB handle object. | |
ge | >= (GE) Greater than or equal relation for handles. | |
gt | > (GT) Greater than relation for handles. | |
Sealed | isvalid | Test handle validity. |
le | <= (LE) Less than or equal relation for handles. | |
listener | Add listener for event without binding the listener to the source object. | |
lt | < (LT) Less than relation for handles. | |
ne | ~= (NE) Not equal relation for handles. | |
notify | Notify listeners of event. |
ObjectBeingDestroyed | Notifies listeners that a particular object has been destroyed. |