45
#ifndef __OPENCV_BIF_HPP__
46
#define __OPENCV_BIF_HPP__
48
#include "opencv2/core.hpp"
60
CV_WRAP
virtual
int
getNumBands()
const
= 0;
63
CV_WRAP
virtual
int
getNumRotations()
const
= 0;
69
CV_WRAP
virtual
void
compute(InputArray image,
77
CV_WRAP
static
Ptr<BIF>
create(
int
num_bands = 8,
int
num_rotations = 12);
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
This is a base class for all more or less complex algorithms in OpenCV
Definition:
core.hpp:3091
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
Definition:
cvstd_wrapper.hpp:74