Package org.opencv.face
Class BIF
java.lang.Object
org.opencv.core.Algorithm
org.opencv.face.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.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
BIF
protected BIF(long addr)
-
-
Method Details
-
__fromPtr__
-
getNumBands
public int getNumBands()- Returns:
- The number of filter bands used for computing BIF.
-
getNumRotations
public int getNumRotations()- Returns:
- The number of image rotations.
-
compute
Computes features sby input image.- Parameters:
image
- Input image (CV_32FC1).features
- Feature vector (CV_32FC1).
-
create
- Parameters:
num_bands
- The number of filter bands (<=8) used for computing BIF.num_rotations
- The number of image rotations for computing BIF.- Returns:
- Object for computing BIF.
-
create
- Parameters:
num_bands
- The number of filter bands (<=8) used for computing BIF.- Returns:
- Object for computing BIF.
-
create
- Returns:
- Object for computing BIF.
-
finalize
-