mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +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[]) {
|
|
|
|
}
|