Update OpenCV test10
This commit is contained in:
parent
a2c601815f
commit
2d3269b80e
|
@ -43,6 +43,7 @@ int main(int argc, char **argv)
|
|||
namedWindow("Canny Image", WINDOW_AUTOSIZE);
|
||||
imshow("Canny Image", canny_image);
|
||||
|
||||
|
||||
std::fstream outfile;
|
||||
outfile.open("test.txt", std::ios_base::out);
|
||||
if (outfile.is_open())
|
||||
|
|
Loading…
Reference in New Issue