We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9667f commit 0e66b06Copy full SHA for 0e66b06
test_it.cpp
@@ -102,7 +102,7 @@ int main(int argc, char *argv[])
102
// TO DO :: drawResult doesnt overlay (onImage = true) when input is from EDColor
103
circleImg = colorCircle.drawResult(false, ImageStyle::BOTH);
104
imshow("Color Circle", circleImg);
105
- std::cout << "Number of line segments: " << colorCircle.getCirclesNo() << std::endl;
+ std::cout << "Number of circles: " << colorCircle.getCirclesNo() << std::endl;
106
waitKey(delay);
107
108
return 0;
0 commit comments