mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
This commit is contained in:
@@ -335,7 +335,7 @@ public:
|
||||
CatMapHash ofshash;
|
||||
|
||||
AutoBuffer<uchar> buf(nsamples);
|
||||
Mat non_missing(layout == ROW_SAMPLE ? Size(1, nsamples) : Size(nsamples, 1), CV_8U, (uchar*)buf);
|
||||
Mat non_missing(layout == ROW_SAMPLE ? Size(1, nsamples) : Size(nsamples, 1), CV_8U, buf.data());
|
||||
bool haveMissing = !missing.empty();
|
||||
if( haveMissing )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user