mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
b696928a5b
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>