1:mex文件结构 a 子程序 b 入口程序 void mexFunction(int nlhs, mxArray *plhs[],int nrhs,const mxArray *prhs[]) { /*用户特定的代码….*/ }2:语法#include "mex.h"void timestwo_alt(double *y, double x){*y = 2.0*x;}void mexFunction( int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[] ){doub... Read More
posted @ 2013-05-28 14:47 Greenbird Views(334) Comments(0) Diggs(0) Edit

To further demonstrate the capabilities of KinFu Large Scale, we made another example with a room.