Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 21fa628

Browse files
committed
Additional log line
1 parent 247f307 commit 21fa628

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/cudaimgproc/test/test_moments.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ CUDA_TEST_P(Moments, Accuracy)
8484

8585
const int shapeType = randomInt(0, 3);
8686
const int shapeIndex = randomInt(0, 4);
87+
printf("shapeType=%d, shapeIndex=%d\n", shapeType, shapeIndex);
8788

8889
std::vector<cv::Vec3f> circles(4);
8990
circles[0] = cv::Vec3i(20, 20, 10);

0 commit comments

Comments
 (0)