Skip to content

Commit

Permalink
Update test_voronoi.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsooPark-17 authored Sep 3, 2023
1 parent cfb81a1 commit 3c22159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bwi_mapper/test/test_voronoi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ int main(int argc, char** argv) {
voronoi4.drawVoronoiPoints(image);
cv::imwrite("voronoi_naive_4.png", image);

cv::namedWindow("Display window", cv::WINDOW_AUTOSIZE);
cv::namedWindow("Display window", CV_WINDOW_AUTOSIZE);
cv::imshow("Display window", display_image);

cv::waitKey(0); // Wait for a keystroke in the window
Expand Down

0 comments on commit 3c22159

Please sign in to comment.