just wanted to update here for people having similar problems.. I fixed it with the following code:
CvMat *M1;
//cv::Mat M1(2,row->width,CV_32FC1);
M1 = cvCreateMat(5,row->width,CV_32FC1 );...
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
Search:Type: Posts; User: ipunished Search: Search took 0.01 seconds.
Results 1 to 4 of 4
|
Click Here to Expand Forum to Full Width |