mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
issue #20617 addresses lack of warnings on seamlessClone() function when src is None. This commit adds source check using CV_Assert therefore debugging would be easier. Signed-off-by: nickjackolson <metedurlu@gmail.com>