Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

COI in cvReshapeMatND?

nabbebx
Beginner
180 Views
The trailing code snippet returns:

"ERROR: Input COI is not supported (COI is not supported by this operation)"

I think the COI error checking should not be here to start with since there is no COI support for cvMat. Am I wrong?

Thanks, bart

int nSize[]={N, dN};

retVal = cvCreateMatHeader(N, dN, in->type);
retVal = (CvMat *)cvReshapeMatND(in, sizeof(*retVal),retVal, 0, 2, nSize);

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
180 Views

Is that message from OpenCV or IPP library?

Vladimir

0 Kudos
Reply