mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
6 lines
100 B
C++
6 lines
100 B
C++
#include <mex.h>
|
|
|
|
void mexFunction(int nlhs, mxArray* plhs[], int nrhs, const mxArray* prhs[]) {
|
|
|
|
}
|