mirror of
https://github.com/opencv/opencv.git
synced 2026-07-25 13:23:02 +04:00
e5fbb4f5d2
Add constructors taking initializer_list for some of OpenCV data types (#9034) * Add a constructor taking initializer_list for Matx * Add a constructor taking initializer list for Mat and Mat_ * Add one more method to initialize Mat to the corresponding tutorial * Add a note how to initialize Matx * CV_CXX_11->CV_CXX11