Ask Your Question

waka's profile - activity

2018-06-28 09:59:14 -0600 asked a question how to new Mat

how to new Mat In C++, we can dynamically create pointer like this: int nCount = 5; float *fBuffer = new float[nCount];