// // Created by xinyang on 19-3-27. // #ifndef _SHOW_IMAGES_H_ #define _SHOW_IMAGES_H_ #include #include #include #include void showArmorBoxVector(std::string windows_name, const cv::Mat &src, const std::vector &armor_box); void showArmorBox(std::string windows_name, const cv::Mat &src, cv::Rect2d armor_box); void showContours(std::string windows_name, const cv::Mat &src, const std::vector &light_blobs); void showArmorBoxClass(std::string window_names, const cv::Mat &src, vector boxes_one, vector boxes_two, vector boxes_three); #endif /* _SHOW_IMAGES_H_ */