我有一张没有签名的短片,我想使用开放式的过滤器(似乎有一个最高效的过滤器)。
However I can t seem to create a matrix from the array. I ve tried the Mat(int _rows, int _cols, int _type, void* _data, size_t _step=AUTO_STEP) constructor using:
Mat(rows,cols,IPL_DEPTH_16U,myShortArray,2);
但这似乎不可行。 我做了什么错误?