This commit is contained in:
2025-12-05 18:08:48 +08:00
parent 953da321bf
commit 865da57ebc

View File

@@ -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') {