mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Move cv::Mat out of core.hpp
This commit is contained in:
@@ -1689,7 +1689,6 @@ cvDet( const CvArr* arr )
|
||||
if( rows == 3 )
|
||||
return det3(Md);
|
||||
}
|
||||
return cv::determinant(cv::Mat(mat));
|
||||
}
|
||||
return cv::determinant(cv::cvarrToMat(arr));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user