mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
The hard-coded string value "Mat" was used in the two format strings for vector_mat and vector_mat_template, preventing UMat arguments to functions that have these types from working correctly. as noted in #12231.