mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
committed by
Alexander Alekhin
parent
b17c1c6721
commit
5d9c6723ee
@@ -250,7 +250,7 @@ BinaryFunc getCopyMaskFunc(size_t esz);
|
||||
|
||||
// There is some mess in code with vectors representation.
|
||||
// Both vector-column / vector-rows are used with dims=2 (as Mat2D always).
|
||||
// Reshape matrices if neccessary (in case of vectors) and returns size with scaled width.
|
||||
// Reshape matrices if necessary (in case of vectors) and returns size with scaled width.
|
||||
Size getContinuousSize2D(Mat& m1, int widthScale=1);
|
||||
Size getContinuousSize2D(Mat& m1, Mat& m2, int widthScale=1);
|
||||
Size getContinuousSize2D(Mat& m1, Mat& m2, Mat& m3, int widthScale=1);
|
||||
|
||||
Reference in New Issue
Block a user