123
This commit is contained in:
@@ -390,9 +390,9 @@ int main(int /*argc*/, char* /*argv*/[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Display windows
|
// Display windows
|
||||||
cv::imshow("Armor Detection", frame);
|
|
||||||
cv::imshow(target_color + " Mask", mask);
|
cv::imshow(target_color + " Mask", mask);
|
||||||
cv::imshow(target_color + " Only", color_only_frame);
|
cv::imshow(target_color + " Only", color_only_frame);
|
||||||
|
cv::imshow("Armor Detection", frame);
|
||||||
|
|
||||||
// Exit on 'q' key press
|
// Exit on 'q' key press
|
||||||
if (cv::waitKey(1) == 'q') {
|
if (cv::waitKey(1) == 'q') {
|
||||||
|
|||||||
Reference in New Issue
Block a user