mexopencv
3.4.1
MEX interface for OpenCV library
|
Functions | |
void | check_arguments (int hist_dims, bool uniform, const vector< vector< float > > &ranges, const vector< int > &channels) |
int | histogram_dims (const SparseMat &hist) |
determine histogram dimensionality: 1-D, 2-D, or N-D More... | |
int | histogram_dims (const MatND &hist) |
determine histogram dimensionality: 1-D, 2-D, or N-D More... | |
void anonymous_namespace{calcBackProject.cpp}::check_arguments | ( | int | hist_dims, |
bool | uniform, | ||
const vector< vector< float > > & | ranges, | ||
const vector< int > & | channels | ||
) |
Definition at line 14 of file calcBackProject.cpp.
int anonymous_namespace{calcBackProject.cpp}::histogram_dims | ( | const SparseMat & | hist | ) |
determine histogram dimensionality: 1-D, 2-D, or N-D
Definition at line 33 of file calcBackProject.cpp.
int anonymous_namespace{calcBackProject.cpp}::histogram_dims | ( | const MatND & | hist | ) |
determine histogram dimensionality: 1-D, 2-D, or N-D
Definition at line 40 of file calcBackProject.cpp.