mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
fix: remove opencv highgui again
This commit is contained in:
@@ -158,17 +158,3 @@ cv::Mat VisionHelper::draw_roi(const cv::Rect& roi, const cv::Mat& base) const
|
||||
|
||||
return image_draw;
|
||||
}
|
||||
|
||||
/*
|
||||
void VisionHelper::handle_draw(const cv::Mat& draw) const
|
||||
{
|
||||
|
||||
if (show_draw_) {
|
||||
const std::string kWinName = "Draw";
|
||||
cv::imshow(kWinName, draw);
|
||||
cv::waitKey(0);
|
||||
cv::destroyWindow(kWinName);
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user