1 | initial version |
Hi all,
it seems to me that implementation of this function is still missing in OpenCv 2.4.9.
int dims[] = { memSize, tmpFrame.rows, tmpFrame.cols };
m_samples = cv::Mat::zeros(3, dims, CV_8U);
this 3d matrix initialization gives same linker error as in @Artanis post. Do I have another (simple) option to zero initialize 3d matrix?