mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 12:52:33 -05:00
fixes handling of empty matrices in some functions (#11634) * a part of PR #11416 by Yuki Takehara * moved the empty mat check in Mat::copyTo() * fixed some test failures