Commit caa0058d authored by Suleyman TURKMEN's avatar Suleyman TURKMEN

Update imgproc.hpp

parent dac715ad
...@@ -1690,7 +1690,7 @@ See the line detection example below: ...@@ -1690,7 +1690,7 @@ See the line detection example below:
using namespace cv; using namespace cv;
using namespace std; using namespace std;
int main(int argc, char** argv) int main(int argc, char** argv)
{ {
Mat src, dst, color_dst; Mat src, dst, color_dst;
...@@ -1776,7 +1776,7 @@ Example: : ...@@ -1776,7 +1776,7 @@ Example: :
using namespace cv; using namespace cv;
using namespace std; using namespace std;
int main(int argc, char** argv) int main(int argc, char** argv)
{ {
Mat img, gray; Mat img, gray;
...@@ -1799,7 +1799,7 @@ Example: : ...@@ -1799,7 +1799,7 @@ Example: :
} }
namedWindow( "circles", 1 ); namedWindow( "circles", 1 );
imshow( "circles", img ); imshow( "circles", img );
waitKey(0); waitKey(0);
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment