mex interface for cv::KAZE
More...
#include <typeinfo>
#include "mexopencv.hpp"
#include "mexopencv_features2d.hpp"
Go to the source code of this file.
|
void | mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[]) |
| Main entry called from Matlab. More...
|
|
mex interface for cv::KAZE
- Author
- Amro
- Date
- 2015
Definition in file KAZE_.cpp.
void mexFunction |
( |
int |
nlhs, |
|
|
mxArray * |
plhs[], |
|
|
int |
nrhs, |
|
|
const mxArray * |
prhs[] |
|
) |
| |
Main entry called from Matlab.
- Parameters
-
nlhs | number of left-hand-side arguments |
plhs | pointers to mxArrays in the left-hand-side |
nrhs | number of right-hand-side arguments |
prhs | pointers to mxArrays in the right-hand-side |
Definition at line 29 of file KAZE_.cpp.