1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge remote-tracking branch 'origin/3.4' into merge-3.4

This commit is contained in:
Alexander Smorkalov
2023-04-20 16:44:22 +03:00
26 changed files with 336 additions and 227 deletions
+1 -1
View File
@@ -904,7 +904,7 @@ public:
if( s )
{
j = s[i];
CV_Assert( 0 <= j && j < nsamples );
CV_Assert( 0 <= j && j < ((layout == ROW_SAMPLE) ? samples.rows : samples.cols) );
}
values[i] = src[j*sstep];
if( values[i] == MISSED_VAL )