Package org.opencv.face
Class BIF
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.face.BIF
-
public class BIF extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BIF(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BIF
__fromPtr__(long addr)
void
compute(Mat image, Mat features)
static BIF
create()
static BIF
create(int num_bands)
static BIF
create(int num_bands, int num_rotations)
protected void
finalize()
int
getNumBands()
int
getNumRotations()
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-