How to get the size of the original matrix (cv::Mat) from sub-array matrix?

前端 未结 0 2016
野性不改
野性不改 2020-12-28 20:33

I\'ll explain the question using an Opencv source code:

cv::Mat originalMat( 10, 10, CV_32FC2 );
cv::Mat subMat = originalMat(cv::Rect(0, 0, 5, 5)));
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题