1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Split matrix.cpp into smaller pieces

This commit is contained in:
Maksim Shabunin
2018-02-05 19:16:33 +03:00
parent 56bcdfd7d9
commit 904640c9ae
11 changed files with 5094 additions and 5169 deletions
+3
View File
@@ -190,6 +190,9 @@ inline Size getContinuousSize( const Mat& m1, const Mat& m2,
m1.cols, m1.rows, widthScale);
}
void setSize( Mat& m, int _dims, const int* _sz, const size_t* _steps, bool autoSteps=false );
void finalizeHdr(Mat& m);
struct NoVec
{
size_t operator()(const void*, const void*, void*, size_t) const { return 0; }