Skip to content

Commit 725ce48

Browse files
authored
Merge pull request opencv#26388 from vrabaud:4_8u
Fix test typo.
2 parents 2756c20 + 265a2c3 commit 725ce48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/test/test_drawing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ int CV_DrawingTest_CPP::checkLineVirtualIterator( )
262262
int x3 = randomGenerator.uniform(-512, 1024+1);
263263
int y3 = randomGenerator.uniform(-512, 1024+1);
264264
int channels = randomGenerator.uniform(1, 3+1);
265-
Mat m(cv::Size(width, height), CV_MAKETYPE(8U, channels));
265+
Mat m(cv::Size(width, height), CV_MAKETYPE(CV_8U, channels));
266266
Point p1(x1, y1);
267267
Point p2(x2, y2);
268268
Point offset(x3, y3);

0 commit comments

Comments
 (0)