mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 09:26:31 +00:00
clamp detections to media borders - create, move, resize
fix inference start fix config fix resize rectangles show
This commit is contained in:
@@ -127,9 +127,9 @@ public class DetectionControl : Border
|
||||
VerticalAlignment = VerticalAlignment.Stretch,
|
||||
Children = { _selectionFrame }
|
||||
};
|
||||
_grid.Children.Add(DetectionLabelContainer);
|
||||
foreach (var rect in _resizedRectangles)
|
||||
_grid.Children.Add(rect);
|
||||
_grid.Children.Add(DetectionLabelContainer);
|
||||
|
||||
Child = _grid;
|
||||
Cursor = Cursors.SizeAll;
|
||||
|
||||
Reference in New Issue
Block a user