From 865da57ebc10afbe58086765408426662b02425c Mon Sep 17 00:00:00 2001 From: LLida <3199335945@qq.com> Date: Fri, 5 Dec 2025 18:08:48 +0800 Subject: [PATCH] 123 --- src/MindVisionMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MindVisionMain.cpp b/src/MindVisionMain.cpp index d70dcdc..0ff184f 100644 --- a/src/MindVisionMain.cpp +++ b/src/MindVisionMain.cpp @@ -390,9 +390,9 @@ int main(int /*argc*/, char* /*argv*/[]) { } // Display windows - cv::imshow("Armor Detection", frame); cv::imshow(target_color + " Mask", mask); cv::imshow(target_color + " Only", color_only_frame); + cv::imshow("Armor Detection", frame); // Exit on 'q' key press if (cv::waitKey(1) == 'q') {