- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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);
"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);
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is that message from OpenCV or IPP library?
Vladimir

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page