Skip to content

Commit 0e66b06

Browse files
authoredApr 8, 2024
Update test_it.cpp
1 parent 1d9667f commit 0e66b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test_it.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ int main(int argc, char *argv[])
102102
// TO DO :: drawResult doesnt overlay (onImage = true) when input is from EDColor
103103
circleImg = colorCircle.drawResult(false, ImageStyle::BOTH);
104104
imshow("Color Circle", circleImg);
105-
std::cout << "Number of line segments: " << colorCircle.getCirclesNo() << std::endl;
105+
std::cout << "Number of circles: " << colorCircle.getCirclesNo() << std::endl;
106106
waitKey(delay);
107107

108108
return 0;

0 commit comments

Comments
 (0)
Please sign in to comment.