mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
Merge pull request #1990 from AD-530:Issue3164
This commit is contained in:
commit
e88253ccad
@ -175,6 +175,7 @@ namespace cv
|
|||||||
data = m.data;
|
data = m.data;
|
||||||
datastart = m.datastart;
|
datastart = m.datastart;
|
||||||
dataend = m.dataend;
|
dataend = m.dataend;
|
||||||
|
clCxt = m.clCxt;
|
||||||
wholerows = m.wholerows;
|
wholerows = m.wholerows;
|
||||||
wholecols = m.wholecols;
|
wholecols = m.wholecols;
|
||||||
offset = m.offset;
|
offset = m.offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user