public class BIF extends Algorithm
| Modifier | Constructor and Description |
|---|---|
protected |
BIF(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static BIF |
__fromPtr__(long addr) |
void |
compute(Mat image,
Mat features)
Computes features sby input image.
|
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() |
clear, empty, getDefaultName, getNativeObjAddr, savepublic static BIF __fromPtr__(long addr)
public static BIF create(int num_bands, int num_rotations)
num_bands - The number of filter bands (<=8) used for computing BIF.num_rotations - The number of image rotations for computing BIF.public static BIF create(int num_bands)
num_bands - The number of filter bands (<=8) used for computing BIF.public static BIF create()
public int getNumBands()
public int getNumRotations()
public void compute(Mat image, Mat features)
image - Input image (CV_32FC1).features - Feature vector (CV_32FC1).Copyright © 2020. All rights reserved.