mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
style: format
[skip changelog]
This commit is contained in:
@@ -13,12 +13,10 @@ using namespace asst;
|
||||
|
||||
VisionHelper::VisionHelper(const cv::Mat& image, const Rect& roi, Assistant* inst) :
|
||||
InstHelper(inst),
|
||||
m_image(image)
|
||||
m_image(image),
|
||||
#ifdef ASST_DEBUG
|
||||
,
|
||||
m_image_draw(image.clone())
|
||||
m_image_draw(image.clone()),
|
||||
#endif
|
||||
,
|
||||
m_roi(correct_rect(roi, image))
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user