async improvement
This commit is contained in:
parent
3fe7c0b37d
commit
9de6293b1a
4 changed files with 101 additions and 34 deletions
|
|
@ -62,7 +62,7 @@ public class MinimapCapture : IFrameConsumer, IDisposable
|
|||
var frame = ProcessBgr(bgr);
|
||||
if (frame == null) return;
|
||||
|
||||
Log.Information("Process: mode={Mode} cropSize={W}x{H} classifiedSize={CW}x{CH} wallSize={WW}x{WH}",
|
||||
Log.Debug("Process: mode={Mode} cropSize={W}x{H} classifiedSize={CW}x{CH} wallSize={WW}x{WH}",
|
||||
_detectedMode, bgr.Width, bgr.Height,
|
||||
frame.ClassifiedMat.Width, frame.ClassifiedMat.Height,
|
||||
frame.WallMask.Width, frame.WallMask.Height);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue