Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 247f307 commit 21fa628Copy full SHA for 21fa628
modules/cudaimgproc/test/test_moments.cpp
@@ -84,6 +84,7 @@ CUDA_TEST_P(Moments, Accuracy)
84
85
const int shapeType = randomInt(0, 3);
86
const int shapeIndex = randomInt(0, 4);
87
+ printf("shapeType=%d, shapeIndex=%d\n", shapeType, shapeIndex);
88
89
std::vector<cv::Vec3f> circles(4);
90
circles[0] = cv::Vec3i(20, 20, 10);
0 commit comments