mirror of
https://github.com/opencv/opencv.git
synced 2026-07-22 03:43: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.