mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
More fixes for iterators-are-pointers case
This commit is contained in:
@@ -349,7 +349,7 @@ int quad_segment_maxima(const DetectorParameters &td, int sz, struct line_fit_pt
|
||||
}
|
||||
y[iy] = acc;
|
||||
}
|
||||
copy(y.begin(), y.end(), errs.begin());
|
||||
std::copy(y.begin(), y.end(), errs.begin());
|
||||
}
|
||||
|
||||
std::vector<int> maxima(sz);
|
||||
|
||||
Reference in New Issue
Block a user