aranga
aranga

Reputation: 377

How to convert the values in cv::Mat to *CvMat

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

Answers (1)

Eric
Eric

Reputation: 2341

Mat::operator CvMat()    

cf. opencv 2.1 documentation

Upvotes: 3

Related Questions