MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / image_with_roi

Method image_with_roi

source/MaaFramework/Vision/VisionBase.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22cv::Mat VisionBase::image_with_roi() const
23{
24 return image_(roi_);
25}
26
27bool VisionBase::next_roi()
28{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected