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