mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
5f0bd387db
Replaces wasteful temporary object construction with in-place construction using emplace_back. Covers hot paths in objdetect, imgproc, and stitching modules.