Reputation: 377
Its difficult to understood the concept of convert cv::Mat to *CvMat.can u tell me how to convert that with some example.i use opencv2.1 with vs in win 7.
Thanks in advance, Regards, Arangarajan
Upvotes: 0
Views: 513
Reputation: 2341
Mat::operator CvMat()
cf. opencv 2.1 documentation
Upvotes: 3