1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

Merge pull request #8988 from sovrasov:repeat_src_eq_dst_fix

This commit is contained in:
Vadim Pisarevsky
2017-06-26 21:58:26 +00:00
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -856,6 +856,7 @@ void repeat(InputArray _src, int ny, int nx, OutputArray _dst)
{
CV_INSTRUMENT_REGION()
CV_Assert(_src.getObj() != _dst.getObj());
CV_Assert( _src.dims() <= 2 );
CV_Assert( ny > 0 && nx > 0 );