mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
fixed init of clCxt
This commit is contained in:
parent
10849d1c7a
commit
b7c97f6e30
@ -175,6 +175,7 @@ namespace cv
|
||||
data = m.data;
|
||||
datastart = m.datastart;
|
||||
dataend = m.dataend;
|
||||
clCxt = m.clCxt;
|
||||
wholerows = m.wholerows;
|
||||
wholecols = m.wholecols;
|
||||
offset = m.offset;
|
||||
|
Loading…
Reference in New Issue
Block a user